J
Jonathan Mulder
Hi,
I've developed a form that creates a series
of "WHERE ...." clauses (based on user input) that limits
the scope of records to be printed. I'd like to print
the string variable (i.e. "WHERE ....") in the report
header so that the enduser know what the limiting
criteria of the report was.
In my form, I have a variable called "strWHERE". How
can I pass the value of strWHERE to a text box in my
report header?
I've declared strWHERE as public in my module, but I'm
not really sure if that is needed...
Thanks for any help!
Jonathan H. Mulder
California Department of Water Resources
Red Bluff, CA
I've developed a form that creates a series
of "WHERE ...." clauses (based on user input) that limits
the scope of records to be printed. I'd like to print
the string variable (i.e. "WHERE ....") in the report
header so that the enduser know what the limiting
criteria of the report was.
In my form, I have a variable called "strWHERE". How
can I pass the value of strWHERE to a text box in my
report header?
I've declared strWHERE as public in my module, but I'm
not really sure if that is needed...
Thanks for any help!
Jonathan H. Mulder
California Department of Water Resources
Red Bluff, CA