Hi ,
I think a related question about this topic is getting
count of records on the datasource or grid. Of course
we can increment a counter in the while loop but I am
searching for another method if any.
Thanks

--- Jonathan St-Louis <[EMAIL PROTECTED]>
wrote:
> 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 
>   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
> 
>     a.. To visit your group on the web, go to:
>    
> http://groups.yahoo.com/group/development-axapta/
>       
>     b.. To unsubscribe from this group, send an
> email to:
>     [EMAIL PROTECTED]
>       
>     c.. Your use of Yahoo! Groups is subject to the
> Yahoo! Terms of Service. 
> 
> 
> 
>   ---
>   Outgoing mail is certified Virus Free.
>   Checked by AVG anti-virus system
> (http://www.grisoft.com).
>   Version: 6.0.585 / Virus Database: 370 - Release
> Date: 2004-02-11
> 


__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/saFolB/TM
---------------------------------------------------------------------~->

 
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:
     http://docs.yahoo.com/info/terms/
 


Reply via email to