This topic is locked
[SOLVED]

 Keep/Update Radio Button State (PHPR v5.3 build 7474)

8/11/2011 3:15:30 PM
PHPRunner General questions
J
John author

Is there a method to determine what value the keep/update radio button state is in "Before Record Updated" event with an image field?
Pls advise
John

C
cgphp 8/11/2011

Do you want to check if the image has changed ?

J
John author 8/13/2011

Yes. The problem is that I have an SQL view that is used and since you cannot modify the table directly you have to modify the compenent tables either by SQL UPDATE or DAL methods.
Both yield a blank Image blob on update if it is not changed.
John