Sorry Dennis, I forgot that you use this form to add new records,
so obviously my "solution" won't work!

Karen

 
> Dennis,
> 
> In your "on after start" EEP, check for how the form is being used, and 
> use property commands to make whatever adjustments you need.
> 
> 
> SWITCH (.RBTI_Form_Mode)
>  CASE 'EDIT'
>   PROPERTY TABLE myformtable 'DISABLE_ADD_NEW_ROWS'
>   BREAK
> CASE 'BROWSE'
>   BREAK
> CASE 'ENTER'
>   BREAK
>  ENDSW
> 
> 
> 
> 
> 
> 
> 

Reply via email to