kaisersoze Posted January 13, 2004 Posted January 13, 2004 I have a form, it has many buttons and on click of each button I open a crystal report. Each crystal report acceots different set of parameters, few 1 or few 3 parameters. For now I am calling separate sub for each report and passing the parameters. Can any one help me out in: how to write a general procedure which will accept an array of parameters and in the procedure depending on the index of the array it should dynamically assign the parameters to the report. I did this in VB6 with CR8.5. I am trying to do the same but it doesnt like the way i code. Quote Note: I think as a programmer not as a human, so use my answer at your will
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.