drpcken
Posts: 60
|
| Posted: 02/25/2005, 8:15 AM |
|
I have some hidden values that I need to change on my form before insert and before update after the form is submitted but before its inserted.
I added events for Before Build Insert and Before Build Update and added the following code:
form.control.Value = "Value"
But it still doesn't work. Am i putting it in the right event? or getting the syntax wrong?
|
 |
 |
Oper
Posts: 1195
|
| Posted: 02/25/2005, 1:02 PM |
|
form.datasource.control.value
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
Benjamin Krajmalnik
|
| Posted: 03/01/2005, 5:12 PM |
|
Try the OnValidate event.
Look for the message "I am about to cry" from 2/17.
I went into detail on how I find the correct place to embed code.
|
|
|
 |
|