cr 9
vb .net 2002
oracle 7
I have a simple oledb dataset on one windows form in vb .net 2002 calling one column from oracle 7, results appear in a text box.
But, only the first results appears.
Goal is to show all results in a drop down, then the user can choose one or several (do I pass these results to a separate text box?), and then pass the results (in the separate text box?) to a crystal 9 report, as parameters.
Am able to pass hard coded parameters in windows form that also has crystal viewer. But this is not really what we need. Now want to pass from separate previous windows form, and then feed into form with crystal viewer.
Your help would be appreciated! Have struggled with this ...
vb .net 2002
oracle 7
I have a simple oledb dataset on one windows form in vb .net 2002 calling one column from oracle 7, results appear in a text box.
But, only the first results appears.
Goal is to show all results in a drop down, then the user can choose one or several (do I pass these results to a separate text box?), and then pass the results (in the separate text box?) to a crystal 9 report, as parameters.
Am able to pass hard coded parameters in windows form that also has crystal viewer. But this is not really what we need. Now want to pass from separate previous windows form, and then feed into form with crystal viewer.
Your help would be appreciated! Have struggled with this ...