Q > SDO

Greetings,
I am using Smart Objects and would like to know do I need several instances of a Smart Query in my container src? What I require is if certain crieria is selected, vars have been set then do / use query 1, if others have been set then do / use query 2, if others have been set then do / use query 3 ... (get the idea)
Can I just use the single SDO for my query and define a number of queries then OPEN the desired query?
Any help on syntax here would be great because I am more familure with ADM(1)
TIA
Regards
 

samu fish

New Member
If only the where expression changes then it should be relatively easy with one SDO. Take a look of the setQueryWhere function in the on-line help. Other useful function might be addQueryWhere.

Hope this helps...
 
Top