Search found 2 matches

by kapowell
Wed Apr 08, 2015 2:12 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Retaining values when value is changed
Replies: 0
Views: 3419

Retaining values when value is changed

I have a form that has all the records in the table listed on the left side. When a row is clicked, the values for each field in that row are displayed on the right. Some of the text boxes are editable. I am doing validations in a Javascript prorgam on value change. Is there a way to retain the ...
by kapowell
Thu Feb 05, 2015 8:18 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Javascript no executing
Replies: 1
Views: 1879

Javascript no executing

The following 2 lines of code are in the form program. However, they both won't run together. When I have only 1 line in the program, that line works, it doesn't matter which one. But When I have both of them, they don't both work. Any ideas?

#COM_OWNER.Set_Op_Form_Refresh Event(VIEW_TABLE ...