While select ct {
info(ct.AccountNum);
}
Steeve...
-----Message d'origine-----
De : [email protected] [mailto:[EMAIL PROTECTED] De la part de cdlmalherbe01
Envoyé : 20 décembre 2005 06:02
À : [email protected]
Objet : [development-axapta] Reset position in a tablebuffer
Hi all,
An obvious question to the more experienced, but how does one reset
the cursor's position to the first record in a tablebuffer?
Example
========
CustTable ct;
;
select ct;
while (ct)
{
info(ct.AccountNum);
next ct;
}
/*what call goes here to reset position of the cursor to the first
record in the table buffer?*/
while (ct)
{
info(ct.Name);
next ct;
}
Kind regards,
Christoph
Yahoo! Groups Links
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

