Hello!
Ok, i created a CR based on an Access query that has two parameters: One is the user name of the person logged into the front-end app (lets call it "UserX"
and the other is the record number (lets say "rec#"
All i want to do is Print the report. I figure i need to pass some parameters to it. i think i saw some code somewhere that had something close to this:
CRControl.parameter(1)= whatever
My question(s):
1. How exactly do i get it to print my report (keeping in mind that i am unfamiliar with API calls, but willing to learn
)?
2. How do i pass the parameters?
Thanks in advance!!
-jacob
Ok, i created a CR based on an Access query that has two parameters: One is the user name of the person logged into the front-end app (lets call it "UserX"
All i want to do is Print the report. I figure i need to pass some parameters to it. i think i saw some code somewhere that had something close to this:
CRControl.parameter(1)= whatever
My question(s):
1. How exactly do i get it to print my report (keeping in mind that i am unfamiliar with API calls, but willing to learn
2. How do i pass the parameters?
Thanks in advance!!
-jacob