R & R SQL - vbscript
Posted: Wed Aug 07, 2002 12:34 pm
the code used to call the report viewer (and open the control table) in VB is____ ^****specifies .exe and control table locations__cmd = "c:
sw
swrun.exe /TTc:
sw
rsample
swrunin.txt"__^****opens RSWRUN.EXE and control table__ i = Shell(cmd, 1)____the software I am using uses VBscript. Does anyone know the equivalent for this in VBscript?__