nickfatool
IS-IT--Management
This used to be a commonly used feature of DOS scripting.
I wanted to write a simple app using the Crystal report viewer and have it open a report whose name is passed as a parameter.
eg;
c:\apps\CrystalView.exe "C:\Docs\Report1.rpt"
The app would open and display the "Report1" report.
Is it possible to retrieve parameters passed this way?
I wanted to write a simple app using the Crystal report viewer and have it open a report whose name is passed as a parameter.
eg;
c:\apps\CrystalView.exe "C:\Docs\Report1.rpt"
The app would open and display the "Report1" report.
Is it possible to retrieve parameters passed this way?