Hi Rich,
When I attempt to open the file I get the error message:

Bss70
Cannot open..... .bws
Invalid storage file or permission denied.

Thanks,
Scott

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Rich McNeil
Sent: Monday, July 26, 2004 3:37 PM
To: [EMAIL PROTECTED]
Subject: RE: [Talk] Display message to user


Here's a simple script that does what you're looking for.  It pops up a form
that says Thinking!" until the user loads our demo1 application and pulls up
some data, then the WorkStation shuts down.  The project is attached.  I've
added a UserForm to the project (right click on the Project Explorer and
select Insert...UserForm) and changed its Caption to "Thinking!"

Connect "demo1", stStream
UserForm1.Show 0 ' the 0 is important
Pause "DEMO1 [EMAIL PROTECTED],1"
UserForm1.Hide
Shutdown = True

Rich McNeil
Boston Software Systems
866 653 5105
www.bostonworkstation.com

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of White, Scott A
Sent: Monday, July 26, 2004 12:07 PM
To: [EMAIL PROTECTED]
Subject: RE: [Talk] Display message to user

Hi,
Yes, some example code of displaying a form/message for
a defined period of time, or even, to update it as each
step comes up, then close it along with the program..

Currently I use shutdown=TRUE when the script is completed.
That should close any message boxes or forms that are created
while the script is running.

Thanks in advance for that example.

Scott

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Corinna
Sent: Monday, July 26, 2004 1:01 PM
To: [EMAIL PROTECTED]
Subject: RE: [Talk] Display message to user


Sorry, that is correct. You could display a form using a timer and throw it
away changing the message each time it was used. If you need an example let
me know and I will put one together later today.


Thanks,
Corinna Robertson
 
Boston Software Systems
[EMAIL PROTECTED]
www.bostonworkstation.com
The Essential Tool for Healthcare Integration
866-653-5105 ext. 8
508-653-5105

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adams, Ernest
Sent: Monday, July 26, 2004 12:53 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [Talk] Display message to user

The Message Box is modal; that is, it requires a response from the user
before program execution continues.  What Scott White is looking for is a
modeless dialog: One which will appear, permit execution to continue, and be
closed programmatically when the waited-for event occurs (or the user closes
it manually).  sorry!

-----Original Message-----
From: Corinna [mailto:[EMAIL PROTECTED]
Sent: Monday, July 26, 2004 12:47 PM
To: [EMAIL PROTECTED]
Subject: RE: [Talk] Display message to user


Use the vb msgbox function
Msgbox("The message text,style,title) 


Thanks,
Corinna Robertson
 
Boston Software Systems
[EMAIL PROTECTED]
www.bostonworkstation.com
The Essential Tool for Healthcare Integration
866-653-5105 ext. 8
508-653-5105

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of White, Scott A
Sent: Monday, July 26, 2004 12:34 PM
To: [EMAIL PROTECTED]
Subject: [Talk] Display message to user

Good afternoon,

Can you provide me with an example of code to do the following?

I want to show the user a message on their screen during different steps in
the script.  I've received call after call when the script was doing nothing
more than waiting 30 seconds or for the next prompt to pop up after
processing MEDITECH records.  The user thought the script was hung and then
cancelled it.  SEVERAL times.

I'd like to pop a window ontop of EVERYTHING that says:

"Waiting 35 seconds for record processing."

Later, I have another scenario where I have it wait for a MEDITECH error
check:

"Waiting for results of error check... this could take up to 1 minute"


Then I'd like these messages to disappear after then next event or a certain
time.

Any ideas?

Thanks,

Scott


****************************************************************************
***********
CONFIDENTIALITY NOTICE: This e-mail communication and any attachmentsmay
contain confidential and privileged information for the use of the
designated recipients named above.  If you are not the intended recipient,
you are hereby notified that you have received this communication in error
and that any review, disclosure, dissemination, distribution or copying of
it or its contents is prohibited.
If you have received this communication in error, please notify Saratoga
Hospital immediately by e-mail at [EMAIL PROTECTED] and destroy all
copies of this communication and any attachments.





Reply via email to