Re: [Axapta-Knowledge-Village] Displaying Records On Form From Query

2009-08-26 Thread Anitha S
an error. How does this need to be declared? regards, -- *From:* sreenath reddy shysrin...@yahoo.co.in *To:* Axapta-Knowledge-Village@yahoogroups.com *Sent:* Tuesday, August 25, 2009 5:39:59 AM *Subject:* Re: [Axapta-Knowledge-Village] Displaying Records On Form

Re: [Axapta-Knowledge-Village] Displaying Records On Form From Query

2009-08-25 Thread sreenath reddy
On Form From Query To: Axapta-Knowledge-Village@yahoogroups.com Date: Tuesday, August 25, 2009, 12:07 AM   Good day all. My requirement is to display only records where the PurchStatus =1 on a new PO detail form which I have in place. I have the following code

Re: [Axapta-Knowledge-Village] Displaying Records On Form From Query

2009-08-25 Thread giarc 127
-Village@yahoogroups.com Sent: Tuesday, August 25, 2009 5:39:59 AM Subject: Re: [Axapta-Knowledge-Village] Displaying Records On Form From Query Hi, try using qbds.addRange( fieldNum( PurchTable, PurchStatus) ).value(enum2str (purchstatus: :BackOrder) ); regards, sreenath --- On Tue, 8/25

[Axapta-Knowledge-Village] Displaying Records On Form From Query

2009-08-24 Thread girac127
Good day all. My requirement is to display only records where the PurchStatus =1 on a new PO detail form which I have in place. I have the following code in the init Datasource(Purchtable) Method. What am I missing to have this execute? public void init() { Query q =

Re: [Axapta-Knowledge-Village] Displaying Records On Form From Query

2009-08-24 Thread Hema Malini
: Tuesday, 25 August, 2009 12:07:49 AM Subject: [Axapta-Knowledge-Village] Displaying Records On Form From Query   Good day all. My requirement is to display only records where the PurchStatus =1 on a new PO detail form which I have in place. I have the following code in the init Datasource