Hi Drew, > I have a query: > > SELECT "COL1" AS "ALIAS" FROM "TABLE" > > Now I am handed a dataform in a routine and I need to find the column > names in the table, not the alias.
depending on which column object you have ... there might be a property RealName, though I do not know, out of my head, at which col objects it is available. So, try ControlModel.BoundField.RealName. Ciao Frank -- - Frank Schönheit, Software Engineer [email protected] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
