How do I pass an argument as part of the selection criteria for a datawinow when using the datawindow painter?
I.E. If I want to build a dw where the data select is based on a database table element compared to a like (both databse element and global definition are defined as string) defined global in the where statement, what would the dw painter statement look like?
table.elementname = gcompare
How is the non-database field (gcompare) represented? is it:
(1) gcompare
(2) :gcompare
(3) 'gcompare'
(4) ':gcompare'
or something entirely different?
Thanks for your assistance.
I.E. If I want to build a dw where the data select is based on a database table element compared to a like (both databse element and global definition are defined as string) defined global in the where statement, what would the dw painter statement look like?
table.elementname = gcompare
How is the non-database field (gcompare) represented? is it:
(1) gcompare
(2) :gcompare
(3) 'gcompare'
(4) ':gcompare'
or something entirely different?
Thanks for your assistance.