Multiple Session of forms [message #272707] |
Sat, 06 October 2007 08:14  |
nabeel_nab
Messages: 6 Registered: September 2007 Location: JEDDAH
|
Junior Member |

|
|
Hi
i have one question ,i am using forms 6i,i want to control forms session.if one user is working on one form he sholud not allow to open the same form in same session.
if i plan to do it by writing code it will be a long exercise to have control over application consistes of more then 2000 forms.
is there any built in function avaialable in forms to check this .
Best Regards
Nabeel
|
|
|
Re: Multiple Session of forms [message #272720 is a reply to message #272707] |
Sat, 06 October 2007 09:34   |
tiny_oracle
Messages: 20 Registered: October 2007 Location: Syria
|
Junior Member |

|
|
Actually Nabeel I don't really know how to do it with Built-In , or I can't understand what you want .
But all what I know about form sessions that when using ( open_form ) built-in you can determine the parameter (SESSION or NO_SESSION) to control the session for the form .
Yours
Tiny_Oracle
[Updated on: Sat, 06 October 2007 09:38] Report message to a moderator
|
|
|
|
|
|
Re: Multiple Session of forms [message #272886 is a reply to message #272731] |
Mon, 08 October 2007 02:17  |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Have you considered only using 'new_form' instead of 'call_form' an 'open_form'. This way only one form is open at a time.
David
|
|
|