goooch
4th March 2004, 14:35
Hi All
I want to make a session with multi-occ form where
if user makes double click on occ the choice cont.process was happened, but I do not want to place default button on the form

Is it possible with 1/2/3 baan 4 script type?

Thanks

mark_h
4th March 2004, 17:00
I am not sure you can do this, but here are some posts that may help - post 1 (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=7243&highlight=in.ret) and post 2 (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=9277&perpage=15&display=&highlight=enter&pagenumber=1). Hope this helps.

Mark

Hitesh Shah
5th March 2004, 07:05
If the fields are display field on occurrence and the single click can trigger mark.occur choice wherein u can do ur action. In case of input fields modify.choice is executed. Else default option button is the only way to get this results (which u don't want) . Tracking double click in standard program is not possible in Baan IV .

goooch
5th March 2004, 09:04
Thanks for your replies

I have not experience in event programming
But I thought if there a way where i could add a simple event procedure to handle double click in mark.occ choice?

All my trials had failed :(

NPRao
5th March 2004, 10:25
Gooch,

You have to explore event handling. Refer to -

EVTBUTTONDPRESS (http://www.baanboard.com/programmers_manual_baanerp_help_events_event_array_parameters)

If you are on BaaN-5 series you can use -

set.synchronized.dialog() (http://www.baanboard.com/programmers_manual_baanerp_help_functions_synchronized_sessions_set_synchronized_dialog)

goooch
9th March 2004, 07:56
Thank you NPRao

It is arduous :). Event programming is not hard but I do not understand how to instil it into 4GL mark.occ choice

Maybe has somebody maked this routine?