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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get Parameters for Crystal Reports

Status
Not open for further replies.

troyddaniels

Programmer
Jan 11, 2007
28
US
I am wondering how you get parameters for an accpac report (e.g. from acct x to acct y). If I take a form and copy it, change it, and then save it and try to run it from the report section under a different name I get a long list of variables and a window asking for the paramter value. How do I get it to pull up a form like that of the original report? (basically what I have done is taken the Transaction History, slimmed it down so it doesn't print to a million pages, and saved it as condensed.rpt but it won't work)

Thanks
 
You need to create your own report front end in VBA and then pass the parameters to the report.
Record a macro while you print the standard Accpac report and you will see how it is done.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top