Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Forms : Converting ParamList type variable into string variable

Status
Not open for further replies.

turacle

Programmer
Oct 22, 2004
2
TR
Before I call a Report from a Form with Run Product, I need to get the Parameter List details one-by-one in text format, to insert into a log table. How can I do that?
Thanks...
 
Create the log data at the same time that the parameter list is created. Or create a trigger in your report to read the parameters its been passed and create the log records that way.
 
Thanks lewisp.
But I've hundreds of reports and and I need to do this in a single pll just before calling RUN_PRODUCT(Reports).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top