Ok… dunno why, but this fixed it
let SQL = "SELECT * FROM \(objectTABLE) WHERE objtype='C' AND objName='\(windowNAME)' AND superclass != '*'"
and set the default to ‘*’ in the table creation
Ok… dunno why, but this fixed it
let SQL = "SELECT * FROM \(objectTABLE) WHERE objtype='C' AND objName='\(windowNAME)' AND superclass != '*'"
and set the default to ‘*’ in the table creation