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



Reply via email to