You are the best!

On January 8, 2018 1:02:00 PM PST, "A. Razzak Memon" <[email protected]> wrote:
>Manuel,
>
>Here's how ...
>
>Use the following PROPERTY command as "On After 
>Start EEP" of your application main menu form:
>
>-- Clear R:Compiler Load Window, when applicable
>    SET VAR vCompiled TEXT = NULL
>    GETPROPERTY APPLICATION ISCOMPILED vCompiled
>    IF vCompiled = 'YES' THEN
>       PROPERTY LOADWINDOW CLOSE 'TRUE'
>    ENDIF
>    CLS
>    CLEAR VARIABLES vCompiled
>    RETURN
>
>That's all there is to it!
>
>Very Best R:egards,
>
>Razzak
>
>
>At 03:53 PM 1/8/2018, MD wrote:
>
>>Hello Developers,
>>   I checked the “Show Loading Window† in 
>>the compiler, Figure 1, to provide the user a 
>>visual indication that the application is 
>>loading.  However,  the displayed dialog, 
>>Figure 2, does not disappear once the 
>>application opens.  It remains on the 
>>desktop.  I tried placing a CLS on the DAT file 
>>to no avail.  If anyone know how to make the 
>>Loading dialog go away I would appreciate clueing me in.
>>Thank you,
>>Manuel de Aguiar
>>M|D Enterprises
>>323-660-3511
>>†>
>>Using R:Compiler X Enterprise
>>Version 10.0.3.11214
>>
>>
>>Figure 1
>>[]
>>
>>
>>Figure 2
>>[]
>
>-- 
>For group guidelines, visit
>http://www.rbase.com/support/usersgroup_guidelines.php
>--- 
>You received this message because you are subscribed to the Google
>Groups "RBASE-L" group.
>To unsubscribe from this group and stop receiving emails from it, send
>an email to [email protected].
>For more options, visit https://groups.google.com/d/optout.

-- 
Sent from my phone. Please excuse my brevity.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to