Br Q > If

lord_icon

Member
Greetings,
Using O E 10 (Windows) how do I put a IF statement in my browse widget query. I wish to have a var which IF it = something then do this query and display these records. I am guessing a case? though how would I do this in the ADE, I have created a Browse widget and dropped it on my window.
TIA
 
Some event will require the reordering of the query.

Intercept that event (eg. create a trigger to catch it), and re-order as required (yes, you will probably use a case statement).

The classic example is Sorting a Browse on column-click.

See KBP73465

Lee
 
Top