timb25
19th April 2005, 16:58
I have created a session that is linked to a customized table. The form is type 3. The muliti occurrence records have some display and some maintain fields.

When there I double click on the maintain fields, the session is OK. However, when I double click on the display fields, the session exits.

Any suggestions?

timb25
19th April 2005, 17:26
Sorry.. I should have posted this thread in the Tools Development forum.

en@frrom
19th April 2005, 17:44
Is the session called from another (parent) session, or is it a stand-alone session?

timb25
19th April 2005, 17:49
This is a stand alone session.

Danny Leolux
9th September 2005, 10:07
Hi,

Today I had the same problem. The reason for this was the default button on the form. I had the OK-button set as default button. However this button executed an "end-program".

Double clicking (in my case on an occurance in a multi-occurance form) executes the default-button (if set).

Edit the buttons on your form an set default-button to 'none' and the problem should be solved.

Good luck,

Danny