Parameter | Description |
---|---|
iField | Table column to create string for |
Formatted string representing the SQL table.
Function SQLStrFileName Integer iField Returns String
Call: | Get SQLStrFileName iField to StringVariable |
This is a helper function that returns a string representing the SQL table name in a format that can be used by an SQL WHERE clause.
It bases the table name on the SQL table name, which may be different than the DataFlex logical name.
Get SQLStrFileFileName (RefTable(Customer)) to sFilter