Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pass parameter to VB at runtime

Status
Not open for further replies.

nickfatool

IS-IT--Management
Oct 8, 2001
30
0
0
AU
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top