R & R SQL - vbscript
-
- Posts: 9
- Joined: Tue Oct 10, 2017 12:44 pm
R & R SQL - vbscript
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?__