Paul,
Thanks for the response. Shawn also responded and told me to copy
my VBA code to VB6.0 and create the executable there after referencing BWS.
I'll try that, but I thought I'd also try your idea of the icon with the
call to the scirpt. That does exactly what I need. Thanks for the quick
response.
If I do it the other way, how do I get the VB6.0 script to start
directly up without first opening a form? I've always just had a form open
up.
Ross
-----Original Message-----
From: Paul Donoughe [mailto:[EMAIL PROTECTED]
Sent: Friday, 08 April, 2005 2:07 PM
To: [email protected]
Subject: RE: [Talk] Executable in 7.0
Hi Ross!
You can make your BSS7.0 scripts into executables by adding a reference to
the Boston Workstation 7.0 Main Dll.
You can also skip creation of the executable by creating an Icon that can
automatically launch your VBA script by using the following syntax.
bss70.exe script.bws /r Process
This will load the script file script.bws, it will then run the subroutine
Process.
You can also influence the how the workstation is viewed or not viewed.
Shutdown - if set to True, will stop the script and shutdown the
WorkStation.
TaskBar - if set to True, will minimize the WorkStation to the TaskBar.
There's a little more information in the help documentation if your
intersted in knowing more.
Paul Donoughe
Boston Software Systems
831 444 7897
866 653 5105
www.bostonworkstation.com
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ross Stolle
Sent: 04/08/2005 11:50 AM
To: '[email protected]'
Subject: [Talk] Executable in 7.0
Are you able to make an executable of a script in BSS7.0? We've always made
executables and put them on user's machines to run themselves with 6.0 and
would like to do the same with 7.0. Thank you!
Ross Stolle
Integration Engineer
Avera McKennan Hospital
Sioux Falls, SD
____________________
Confidentiality Notice: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure, or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
____________________
Confidentiality Notice: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure, or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.