Thanks R:azzak: I knew there had to be a way to reset the PAUSE command, I just could not find it in the help files, I guess I need to load the latest version... Javier,
Javier Valencia, PE President Valencia Technology Group, L.L.C. 14315 S. Twilight Ln, Suite #14 Olathe, Kansas 66062-4578 Office (913)829-0888 Fax (913)649-2904 Cell (913)915-3137 ================================================ Attention: The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all system and destroy all copies. ====================================================== -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of A. Razzak Memon Sent: Tuesday, June 22, 2004 5:02 PM To: RBG7-L Mailing List Subject: [RBG7-L] - Re: PAUSE bug? Please verify... At 04:27 PM 6/22/2004 -0500, Javier Valencia wrote: >When I run the following code: > >CLS >PAUSE 3 USING 'Please wait while Invoice values are recalculated...' + >CAPTION 'Fleet Invoicing...' + >OPTION ICON_FILE hourgls2.gif >-- run calculation with the hour glass gif file executing >CLS >PAUSE 3 USING 'This is the second message' CAPTION 'TEST' ICON SERIOUS >RETURN > >When it gets to the second PAUSE command the GIF file specified on the >previous PAUSE statement still displays instead of the ICON SERIOUS, >shouldn't the CLS command clear this condition? > >You can use any animated GIF file instead of the one in the code. Javier, Here's the tip of the day, for you! Use the following code (type exactly as following): PAUSE 3 USING 'This is the second message' + CAPTION 'TEST' + ICON SERIOUS + OPTION ICON_FILE ClearIconFile RETURN Enjoy and make sure to have fun! Very Best R:egards, Razzak.
