RobertP
11th November 2011, 12:14
Hi
In a DISPLAY form type 2 or 3, when user double clicks a record, any idea which "CHOICE" is executed? No sync dialogue
Thanks
Rob
zardoz
11th November 2011, 15:44
The doubleclick call the syncronized session. There is no choice event to drive directly, so you cannot put before-on-after event logic.
But you can put the equivalent logic in the before.program and the after.program sections of the syncronized session.
If the problem is to refresh data after the doubleclick, this can be done thru the function refresh.parent() in the called session.
RobertP
11th November 2011, 15:50
Hi, as per my post, there is no syncronized session involved. Its just a display session. When a user double clicks a record I want to start another session located under the specific menu.
I also have trouble with another main session. If it is being zoomed to from another session, double clikcing the record does not do an auto sve and exit.
So there are 2 scenarios where I'd like to program in the before.choice.
Hence I'm looking for the "choice.double.click:"
Any help is greatly appreciated.
Thanks
Esther
11th November 2011, 16:05
In your form you should have a default button. It's your default choice.
abattoir
12th November 2011, 09:07
Hi Robert,
Correct me if i am wrong in understanding your reqm...
Reqm : U want to start another session when a user clicks /double click onto a record...
Resolution: This can be achieved by coding start.session() in the section choice.mark.occur...
It will start another session when user clicks onto any record...
Hope it helps...
Cheers,
Abattoir
affiliate software (http://cashpartners.org/ ), limewire (http://www.limewire.name/ )
Hitesh Shah
15th November 2011, 18:59
On double click form default choice is executed . In many cases it's ok button . In that case it's end.program . If it's cancel , it's abort.program.