Razzak, Thanks for the help.
Rick ----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 7:27 PM Subject: [RBASE-L] - Re: Command Buttons In R:Base v6.5++ For Windows. > > Rick, > > You can easily achieve that functionality using the Next Generation > R:BASE 7.x for Windows! > > Here's how: > > 01. Assign a <Component ID> to [Push Button], [Bit Button], > [Speed Button], [Speed Button] or [Office Button] with > a Pre-Defined Action EEP, Stored Procedure, Custom > External EEP or Embedded Custom EEP. > > 02. Either <On Before Start>, <On After Start> or <On Demand> > use the following PROPERTY command to Deactivate: > > PROPERTY <Component ID> ENABLED 'FALSE' > > To completely hide that control: > > PROPERTY <Component ID> VISIBLE 'FALSE' > > To activate it again: > > PROPERTY <Component ID> ENABLED 'TRUE' > > To display it again: > > PROPERTY <Component ID> VISIBLE 'TRUE' > > That's all there is to it! > > Prepare yourself - study, learn, develop and enjoy the > Unbounded Possibilities of R:BASE 7.x for Windows! > > Very Best Regards, > > Razzak. > > > At 07:08 PM 1/22/2004 -0600, you wrote: > > > >Does anyone know how to deactivate & activate a command button in a form > >using an EEP? > > > > I am using R:Base v6.5++ for Windows, and the latest build. > > > > Thanks in advance for your assistance. > > > >RB > --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [EMAIL PROTECTED] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [EMAIL PROTECTED] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [EMAIL PROTECTED] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [EMAIL PROTECTED] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

