[Progress Communities] [Progress OpenEdge ABL] Forum Post: Classic ABL: How to prevent changing the current record of a browse widget

  • Thread starter Thread starter cverbiest
  • Start date Start date
Status
Not open for further replies.
C

cverbiest

Guest
Hi, I need to prevent the user from changing the current row (=record) of a classic ABL browse widget. The browse must remain enabled as most of the time the user is allowed to I coded the test in the value-changed trigger and return no-apply if a certain condition is met, (IRL the test detects pending unsaved changes). return no-apply on value-changed of a browse widget does not work. the row and record are changed Is this a bug or expected behaviour. If expected, what is the correct event to prevent changing the current row (record) of a browse widget ? return no-apply on entry of the browse does not work either, the row is visually changed before the browse in entered iteration-changed doesn't seem to do anything. What event should I subscribe to to be able to cancel (return no-apply) changes to the current row+record(Please visit the site to view this file) I'll attach my sample browser on the sports2000

Continue reading...
 
Status
Not open for further replies.
Back
Top