kburnett
|
| Posted: 04/21/2003, 6:40 AM |
|
Where can I find some docs on the Before Build Update?
My issue...
I have a field called status that I am trying to alter before the insert. Should I be working with $form->status or $form->ds->status? I try both methods (and I can get both to alter) but neither seems to have an effect on the sql statement. I konw because I am printing out some test info, like the $form->ds->SQL, after the update executes.
Any thoughts?
|
|
|
 |
kburnett
|
| Posted: 04/21/2003, 8:24 PM |
|
according to this page:
http://docs.codecharge.com/studio/html/ProgrammingTechn...Insert.html?toc
the change of a control value is easy. but i does not seem to work for me. i swear, i have tripple checked everything.
can i be because i am trying this on an editable grid?
|
|
|
 |
|