Access 2000 using Parameters

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Robert_(Guest)
Posts: 12
Joined: Tue Oct 10, 2017 12:44 pm

Access 2000 using Parameters

Post by Robert_(Guest) » Fri Apr 13, 2007 8:34 pm

I am using access 2000 (vba) and reportworks version 11.____I am sure i had the parameters option working some time ago, i seem to be having problems now, and cannot remember this area____The test (simple) code is.....____ WDir = "c: rprincipalsuntitled1.rsw"__ Report1.Parameters(0) = "test1=xxxxxxxxx"__ Report1.ReportName = WDir__ Report1.Destination = 1__ Report1.Action = 1____Have set up a rrparam in the report called test1 and wish to send a string eg xxxxxx to it for testing...all i get is the default which is eg aaaaaaaaaaa printing...____Any help would be appreciated..____Robert__

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Access 2000 using Parameters

Post by kfleming » Mon Apr 16, 2007 8:02 am

Try:____Report1.ParametersString = "test1=xxxxxxxxx"____Kathleen__R&R Support

Robert_(Guest)
Posts: 12
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Access 2000 using Parameters

Post by Robert_(Guest) » Wed Apr 18, 2007 11:29 pm

Kathleen , Thanks for your reply.____All working now.!!!!____I did not use the riparam in the calculation field...!!!__Sorry to cause the fuss, had been quite a while since i had used reportworks and had forgotten.______Robert__

Post Reply