Rick,

You can't hide the button, but you can stop it from executing code by 
using a var as a flag.

--- Your.eep

If vFlagVar = 0 Then
  goto EndEep
EndIf

more code ...

Label EndEep
---------------------------------------


Ben Petersen




On 22 Jan 2004 at 19:08, Trinity Business Technologies wrote:

> 
> 
> Does anyone know how todeactivate & activatea 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