Combining your replies, I get the following:
void clicked() {
Common tmpDS;
ZipCodeId zipCodeId;
;
if (DataSource1_DS.getFirst(true))
tmpDS = DataSource1_DS.getFirst(true);
while(tmpDS)
{
tmpDS = DataSource1_DS.getNext();
zipCodeId = tmpDS.fieldId2Ext(ZipCodeId,0);
box::info(zipCodeId);
}
}
| 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.

