pbrad
Posts: 58
|
| Posted: 03/16/2008, 7:53 AM |
|
Hi,
I have a table where I would like to update the value of a specific field for a specific record based on an event that is unrelated to that table or page connected to that table.
Basically, in my event code I want to 'Find Field where...." and SetValue Field to "newvalue". I am thinking that I need to use SetValue and CCDLookup but I can't find any examples anywhere of how to do this.
Any help?
Thanks,
Pete
_________________
Pete
CCS 4
MySQL
PHP |
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 04/08/2008, 10:54 PM |
|
pbrad
More than likely you are going to have to use custom SQL to accomplish this. Here is a link that maybe helpful to you: http://docs.codecharge.com/studio40/html/ProgrammingTec...tomSQL.html?toc
|
 |
 |
|