------------------------------------------------------------------------
Yahoo! Groups SpamGuard has detected that the attached message to the 
group development-axapta is likely to be spam.  For more information 
about SpamGuard, please visit our help pages: 
http://groups.yahoo.com/local/spamguard.html
------------------------------------------------------------------------

--- Begin Message ---

Its not necessary to use the Common-tableObject.

 

Morten

 


From: byteway_so [mailto:[EMAIL PROTECTED]
Sent: 5. februar 2004 10:22
To: [EMAIL PROTECTED]
Subject: [development-axapta] Re: read multi row select

 

Do you mean this?
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);

    }
}




--- End Message ---

Reply via email to