Re: only a window of a form

2009-01-09 Thread Daniele B. from Italy
Hi Joe, thanks to your help the problem is solved. Best Regards Daniele ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: RMI Solutions ARSlist: Where the Answers Are

Re: only a window of a form

2009-01-09 Thread Daniele B. from Italy
RIck, thanks for your help problem solved! Daniele ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: RMI Solutions ARSlist: Where the Answers Are

only a window of a form

2009-01-08 Thread Daniele B. from Italy
Hello Listers, when a user open the form A I need to stop the possibility that the user could open a second window of the form A. Does anyone have any thoughts or suggestions? Thanks in advance Best Regards Daniele

Re: only a window of a form

2009-01-08 Thread Rick Cook
opened until the dialog is closed. Rick - Original Message - From: Daniele B. from Italy daniele.barsoc...@alice.it Newsgroups: public.remedy.arsystem.general To: arslist@ARSLIST.ORG Sent: Thursday, January 08, 2009 9:17 AM Subject: only a window of a form Hello Listers, when a user

Re: only a window of a form

2009-01-08 Thread Thilo Stapff
You might create a global integer field that counts the opened instances of the form. On open, if global_field = 1, display an error message and close the window, otherwise increase global_field by 1. On close, decrease global_field. I'm not sure if this works, but it might be worth a try.

Re: only a window of a form

2009-01-08 Thread Joe DeSouza
, January 8, 2009 12:17:00 PM Subject: only a window of a form Hello Listers, when a user open the form A I need  to stop the possibility that the user could open a second window of the form A. Does anyone have any thoughts or suggestions? Thanks in advance Best Regards Daniele

Re: only a window of a form

2009-01-08 Thread Carey Matthew Black
Daniele, It is hard to know what options you have without knowing what version of AR System your using. However, you might be able to use an Events to do this. On window open you can send an event to all other windows. Send in that event the current form name and Window ID. If there is already

Re: only a window of a form

2009-01-08 Thread Daniele B. from Italy
Hi Rick, I've just hidden the form from being opened via the form list and unfortunately i can't open as a dialog; I need to open as submit. Other advices? TIA Daniele ___ UNSUBSCRIBE or access ARSlist Archives at

Re: only a window of a form

2009-01-08 Thread Daniele B. from Italy
Hi Thilo, I like your idea. I've never create a global_field, can you give me more information about this way? Many thanks Daniele ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: RMI

Re: only a window of a form

2009-01-08 Thread Rick Cook
: public.remedy.arsystem.general To: arslist@ARSLIST.ORG Sent: Thursday, January 08, 2009 10:06 AM Subject: Re: only a window of a form Hi Rick, I've just hidden the form from being opened via the form list and unfortunately i can't open as a dialog; I need to open as submit. Other advices? TIA

Re: only a window of a form

2009-01-08 Thread Joe DeSouza
...@alice.it To: arslist@ARSLIST.ORG Sent: Thursday, January 8, 2009 1:19:44 PM Subject: Re: only a window of a form Hi Thilo, I like your idea. I've never create a global_field, can you give me more information about this way? Many thanks Daniele