hi,
any 1 know how to move record to first cursor in
Axapta?
eg.
{
SalesTable _tblSales;
;
select _tblSales;
while(_tblSales)
{
if(_tblSales.SalesId ==
'0005')
info(_tblSales.SalesId);
next
_tblSales;
}
After this loop, I want move _tblSales point to 1st
record and do comparison again!
Thanks!
from
Chea
Khem Hoong - Malaysia
Sharing the knowledge on Axapta.
Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.