Henryk
Posts: 63
|
| Posted: 03/18/2005, 6:36 AM |
|
On update of a form I would like the hidden field for username to be stripped and replaced with the new username. I have the default value set as username. Once they pull up the record to update I would like the hidden field for username to be nulled out or something so that the current users username is replaced in there. Thanks!
|
 |
 |
Oper
Posts: 1195
|
| Posted: 03/18/2005, 8:43 AM |
|
Hi henryk
To replace Name use on Before Show Event:
Formname.Hiddenname.value=ccgetuserlogin()
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
Henryk
Posts: 63
|
| Posted: 03/18/2005, 11:34 AM |
|
Works like a charm, thank you! Immensely useful for a variety of other options as well. I appreciate it Oper!
|
 |
 |
|