GUI Browser Issue

SSuhaib

Member
Hi All,

Progress 10.1c, Prgress 4GL in-built application and RH linux.

I have an editable browser with records from a table displayed to the user. The requirment is that the user selects few records, lets assume 4, right clicks to run a procedure that changes some fields. These changes should be displayed on the screen and must be committed to the DB.

How to achive this. How to ensure (a) fields of the selected records are changed & committed and (b) the changes are immidietly visible on the screen.

Thanks in advance
 
You go through each of the selected rows and update them ensuring your transaction scope is nice and tight, then on return you redisplay the info in your browse. Simple. Or am I missing something?
 
Thanks Cringer.

The browser is not directly updated. Records are selected and right clicked, a procedure runs which does the validations and updates the fiields with some constant values and these changes are imiidietly visible. How to achieve this?

TIA
 
Back
Top