RE: [Axapta-Knowledge-Village] Please answer me...

2006-05-21 Thread truptiranjan nayak
l); Regards, Morten Aasheim Peritus AS -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mallikarjun Gudidevuni Sent: 15. mai 2006 12:20 To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] Please answer

Re: [Axapta-Knowledge-Village] Please answer me...

2006-05-15 Thread sreenath reddy
true..u have to make the control auto decalraytion as Yes Mallikarjun Gudidevuni <[EMAIL PROTECTED]> wrote:  hi,   For any control, if u want to use in X++, u need to set the AutoDeclaration property to "yes".   1. say the textfields are txt1 and txt2 and the button is button1   the code is li

RE: [Axapta-Knowledge-Village] Please answer me...

2006-05-15 Thread Morten Aasheim
ol(control::NameOfControl); Regards, Morten Aasheim Peritus AS -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mallikarjun Gudidevuni Sent: 15. mai 2006 12:20 To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowled

RE: [Axapta-Knowledge-Village] Please answer me...

2006-05-15 Thread Morten Aasheim
Take a look at the forms\InventJournalTable. The journal API is a very good example of how to interact with the forms using classes. Mvh, Morten Aasheim Peritus AS -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dipankar Paul Sen

Re: [Axapta-Knowledge-Village] Please answer me...

2006-05-14 Thread Mallikarjun Gudidevuni
hi,   For any control, if u want to use in X++, u need to set the AutoDeclaration property to "yes".   1. say the textfields are txt1 and txt2 and the button is button1   the code is like this   if(txt1.text() && txt2.text()) button1.enable(true);   else     button1.enable