Caputing cursor up/down trigger in QAD .Net Gui

bond007jlv

New Member
We have some custom programs that use cursor up/down triggers to display the next/prev values for a field. The programs are not top-down code, but event driven methodlogy. there are cursor up/down triggers for input fields. the cusror event is triggered when running the programs in terminal mode, but the trigger event is not fired when running the programs in desktop mode. I would appreiate any suggestions.
 

mosfin

Member
the NETUI is based on charater(CHUI) programs as business logic (and unfortunately also on UI methods)
therefore you cannot use GUI event/trigger driven methods, see include file {mfnp.i ...} and how it used in CHUI
 

bond007jlv

New Member
Thank you. I tried to use the mfnp.i inside an event trigger. While the query worked, the event was fired twice. I will have to modify the custome program to use a repeat block with frame-field editing during update. This works with include mfnnp.i Would have been better if the event trigger would work in QAD .Net Gui.
 
Top