DC_Querybuild syntax
Posted: Wed Feb 24, 2016 7:20 am
Hi,
I have used this function in program. I have this as universal filter to filtering database.
How can I put to browse field own description to select browse table ?
In table for select fields is column Field description, Field name, field type, field len..."
I want change Field description to not see same field name but write here own description, for example
Field description Field name...
Telephone number PHONENUM
Street STR
Town TWN...
I see in source, that DC_QueryBuild has 4 parameters
cQueryExpr,cQueryName,cField, aFieldItems.
What is aFieldItems ? This parameter is for filtering in array only ?
I do not understand, how structure has aFieldItems.
I have used this function in program. I have this as universal filter to filtering database.
How can I put to browse field own description to select browse table ?
In table for select fields is column Field description, Field name, field type, field len..."
I want change Field description to not see same field name but write here own description, for example
Field description Field name...
Telephone number PHONENUM
Street STR
Town TWN...
I see in source, that DC_QueryBuild has 4 parameters
cQueryExpr,cQueryName,cField, aFieldItems.
What is aFieldItems ? This parameter is for filtering in array only ?
I do not understand, how structure has aFieldItems.