doran_doran
Registered User.
- Local time
- Today, 09:42
- Joined
- Aug 15, 2002
- Messages
- 349
I GOT IT
==============================================
Here is the Answer:
Forms!frmplanmatrix!txtPlanWeight.Locked = False
Forms!frmplanmatrix!txtPlanWeight.SetFocus
==============================================
Original Post
I have a form with bunch of fields.
1. Field name txtPlanWeight is locked (data - locked - yes)
When user double click a password form pops up to validate the password.
how can I unlocked the field after authentication.
I think the following for enable, but i dont know for unlock.
forms.frmPlanMatrix.txtplanweight.enabled = true
Any help will be appreciated.
Dianna
==============================================
Here is the Answer:
Forms!frmplanmatrix!txtPlanWeight.Locked = False
Forms!frmplanmatrix!txtPlanWeight.SetFocus
==============================================
Original Post
I have a form with bunch of fields.
1. Field name txtPlanWeight is locked (data - locked - yes)
When user double click a password form pops up to validate the password.
how can I unlocked the field after authentication.
I think the following for enable, but i dont know for unlock.
forms.frmPlanMatrix.txtplanweight.enabled = true
Any help will be appreciated.
Dianna
Last edited: