|
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 -----
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
|