Tom
|
| Posted: 05/17/2002, 11:57 AM |
|
There was a thread here about including hidden fields in sql update and insert statements. http://www.gotocode.com/disc_viewt.asp?mid=1268&s_topic=hidden&
but my problem is the opposite. I want some of my hidden fields NOT included in an update statement. It seems that labels are not included. Is there a simple way to exclude hidden fields from update?
|
|
|
 |
Nicole
|
| Posted: 05/20/2002, 5:12 AM |
|
Tom,
you can set field type to Label (then it won't be included into sql statements) or create Custom Action event, obtain generated code and modify it to exclude field from update statement.
|
|
|
 |
Tom
|
| Posted: 05/20/2002, 7:33 AM |
|
Thanks, I wanted to not display the field (I wanted a hidden label) so label would not work, but I may use the custom action.
Thanks again
|
|
|
 |
|