[Axapta-Knowledge-Village] Re: Introduction...

2005-04-15 Thread smeagul2303
Hi Maurice, where is that Axapta version control from ? Where can I get it or get information over it ? Manfred --- In Axapta-Knowledge-Village@yahoogroups.com, "Maurice Cohen" <[EMAIL PROTECTED]> wrote: > Hi Brandon, > > > > We experienced with visual source safe and Axapta but we determ

[Axapta-Knowledge-Village] Using grid without a query

2004-10-29 Thread smeagul2303
Hi, is there any possibility to show records in a grid which are not coming from the database? In my case I have stored and manipulate records in a container in a distinct table. Normally with executeQuery() i fetch the records from the database. I want to fetch them from this container and sho

[Axapta-Knowledge-Village] Modal Dialog

2004-10-26 Thread smeagul2303
Hi, how can I lock every window in Axapta as long as a dialog is open? I want to inhibit working as long as a dialog is not confirmed. I know how to place a dialog on top, but then user can move dialog beside and work with another window. What property have i to set to prohibit activating anoth

[Axapta-Knowledge-Village] Re: Global event method for form

2004-10-25 Thread smeagul2303
Hi, I use method setTimeOut(). The timeout happens regardless if someone "works" on the form . My intention is to reset timer if someone "works" on the form. Only if nobody use the form timer shall count down. I want a behaviour like window screen saver. I hope it is now more precise. Regards

[Axapta-Knowledge-Village] Global event method for form

2004-10-25 Thread smeagul2303
Hi, I want to implement an authentication process for a form. Before the form is opened the user has to authenticate with a login and password. Is the form open and there is no interactivity from the user, form shall be closed after a distinct period. My difficulty is to track activity. I don'