[bisnis-retail] dataentryformfillingworks

2007-02-06 Thread reema send
http://fgfgf.notlong.com dataentryformfillingworks http://fgfgf.notlong.com - Here’s a new way to find what you're looking for - Yahoo! Answers [Non-text portions of this message have been removed] posting: [EMAIL

Re: [Axapta-Knowledge-Village] How to read data from weighing instrument?SOS!!!

2007-02-06 Thread Varden Morris
You can use the MSCOM activeX control to read data from the COM port of the computer where the scale is connected. If you are using Citrix or Terminal Server to launch the AX client you can configure them to map the client computer port, instead of the Citrix or Terminal Server, to the AX

Re: [Axapta-Knowledge-Village] Locking Field

2007-02-06 Thread Wahyudin Zakie
i've found this solution, amit jain told me. just add code below in datasource at active method. ledgerJournalTrans_ds.object(FieldNum(LedgerjournalTrans,AccountNum)).allowedit(ledgerJournalTrans.settlevoucher != settlementType::SelectedTransact);

Re: [Axapta-Knowledge-Village] Modifying lookups forms

2007-02-06 Thread Marko Salonen
In 06/02/07, Amit Jain [EMAIL PROTECTED] wrote: Cant you do this, on your field ? Why do you want to change properties from lookup method? On the field, where?

Re: [Axapta-Knowledge-Village] how can we achieve to get data from table on report ?

2007-02-06 Thread Varden Morris
Use a programmable section. Regards, Varden Morris 85 Saddleland Close N.E. Calgary, Alberta T3J 5J5 Canada (403) 366-8434 (H) (403) 615-1604 (C) [EMAIL PROTECTED] - Original Message From: inan celik [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com Sent:

Re: [Axapta-Knowledge-Village] Modifying lookups forms

2007-02-06 Thread Anil Ozay
Hi Marko, You can extend the SysTableLookup class. This class uses container to store fieldId and returmItem values, to create a lookup grid. If you look at buildGrid function of this class, you can see : [fieldId, returnItem, method] = conpeek(lookupItems, i); This means that : get the