SV: [Axapta-Knowledge-Village] Question if checkbox is about to be changed

2006-02-27 Thread Askeryd Thomas
In the modified method .. did u set back the value i.e. inventTable.field = inventTable.orig().field also validateField might be a good place to do the check. Thomas. Från: Axapta-Knowledge-Village@yahoogroups.com genom drescher_r Skickat: lö 2006-02-25 19:44

Re: [Axapta-Knowledge-Village] Question if checkbox is about to be changed

2006-02-27 Thread Rauli Rajande
Hi, IMHO You may use edit method for this. After _set check You can also call dialogs and such before modifying value in table. Good thing about edit methods is that if to put this to table, then it is possible to use it later from other forms without affecting table field general

Re: [Axapta-Knowledge-Village] Question if checkbox is about to be changed

2006-02-26 Thread Paulius
have you tried validate() on dataroce field? --- drescher_r [EMAIL PROTECTED] wrote: Hi! I'm working on a customer's request to secure a checkbox. It's in the InventTable-Form and if the user clicks the checkbox, a messagebox should appear and inform the user, that

[Axapta-Knowledge-Village] Question if checkbox is about to be changed

2006-02-25 Thread drescher_r
Hi! I'm working on a customer's request to secure a checkbox. It's in the InventTable-Form and if the user clicks the checkbox, a messagebox should appear and inform the user, that checking/unchecking the option results in something. If he clicks on OK, the change is submitted, else it's