Yep. Your form that has the timer can be run MDI with AlphaBlend set to 0 so it doesn't show to the user. In the case where you might want to run multiple timers, you can open multiple MDI forms like this because each timer runs in its own thread. When they (the MDI forms) are instantiated, use the "as ALIAS" syntax so you can close the MDI forms from the onClose EEP of the main form.

----- Original Message ----- From: "Jack Mathis" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Wednesday, October 20, 2010 2:38 PM
Subject: [RBASE-L] - Re: Referrencing Object


This worked! Thank you so much. Now I can put have the Startup.rff timer
call procedures to update the mail button with the count of messages,
and the scrollbar change, while I'm in another form.

Thanks Again
Jack Mathis

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Mike
Byerley
Sent: Wednesday, October 20, 2010 10:02 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Referrencing Object

The Target Form must have a component ID then the command goes like:

PROPERTY TarGetFormCompID|TargetFormButtonCompID Caption
'ThisIsTheCaptionValue'




----- Original Message ----- From: "Jack Mathis" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Wednesday, October 20, 2010 10:52 AM
Subject: [RBASE-L] - Referrencing Object


I'm trying to update a button caption on one form (startup form), while
I'm in another form.  Any ideas?



Thank you,

Jack Mathis


Reply via email to