-----ÃzgÃn Äleti-----
Kimden: Jonathan St-Louis [mailto:[EMAIL PROTECTED]
GÃnderilmiÅ: Ãar 18.02.2004 17:35
Kime: [EMAIL PROTECTED]
Bilgi:
Konu: Re: [development-axapta] moving on data source
Hi,
We'll say that the dataSource linked to the grid is BER_Inventaire.
Method
{
boolean HaveNext = true;
BER_Inventaire_ds.first();
while(HaveNext)
{
info(BER_Inventaire.Field);
HaveNext = BER_Inventaire_ds.next();
}
}
The _ds can be use on any dataSource to replace the .DataSource() method.
Hope it'll help.
----- Original Message -----
From: Cenk Ince <mailto:[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Wednesday, February 18, 2004 4:35 AM
Subject: [development-axapta] moving on data source
On a form there is a datatsource and lines are showed on a grid. I want to move on all records that is shown on grid(selected or none selected). How can i do it ?
thanks in advance..
-----ÃzgÃn Äleti-----
Kimden: hoffmanc2003 [mailto:[EMAIL PROTECTED]
GÃnderilmiÅ: Ãar 18.02.2004 06:55
Kime: [EMAIL PROTECTED]
Bilgi:
Konu: [development-axapta] Batch postings of delivery notes only full order lines
Without modifying Axapta ver 3SP2 how can batch postings of Delivery
Notes be setup to only select sales orders where all sales lines can
be filled. That-is, only deliver the full complete sales order.
Customers may have one or more sales orders, each containing multiple
lines. Supplementary items are also to be included in the single
complete delivery.
This will reduce our number of deliveries to a single customer and
thus reduce delivery costs.
Yahoo! Groups Links
_____
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
<<winmail.dat>>

