|
|
How to use our objects?
SELECT ; We know what fields and what tables we want to present. We have already made a remark that that ‘where’ clause must be under macro substitution since we do not know what values cxWhereCond will contain. However, we do know that cxWhereCond consists of three parts: cxWhereCond = ; In this case, and original values Let’s show one form with vdf objects:
The only thing we know are the
names of the filtering objects. We do not know, what will be the condition of
the filtering object, that is, we do not know the values which will be entered
by the user in the course of the formation of filter string value. What are we
supposed to do?
This is to represent a general algorithm for the calculation of cxWhereCond. See also : Image example
|