Use an "On After Start" eep to set the properties based on the login, using the
user type to set the properties for the form components. I tend to use the
properties ENABLED, VISIBLE, and SET_FOCUS for this type of thing. In one case,
I also use an EEP on a button to enable a group of components if an e-mail
address does not exist allowing the user to add a new one by pressing a button.

--- Thomas Eldred <[EMAIL PROTECTED]> wrote:
> Is it possible to assign multiple component ids to an object? if yes, do you
> just seperate them with commas?
> 
> Also if yes and I have componentids of clerk, board, engineer ---and assign
> the properties ---lets say readonly as follows:
> 
> Clerk property readonly 'false'
> 
> engineer property readonly 'false'
> 
> board property readonly 'true'
> 
> and log-in as the clerk, will the other properties override the clerk
> setting?
> 
> My alternative will be to create seperate forms.
> 
> Thank you in advance
> 
> Tom Eldred
> 
> 

Reply via email to