Can results from a custom SQL query be represented in a form object?
We are using the PostGIS spatial engine for Postgresql that offers advanced spatial querying through non-standard SQL commands.
For example we want to display in a form all records that fall within a given spatial extent, requiring a non-standard where clause. Can we implement this without the circuitous route of taking results from a DataSet scripting object and plugging them back into the find function of the Form Manager to produce a found set??
Thank you.