Den 15. august 2005 19:06 skrev Brandon George:

> public boolean confirmSalesOrder(SalesId  _salesId) {

Make sure this runs on the server. If this method is part of the class that 
reads the file you might want to make it static to get it to run on the server:

        server static boolean...

>         SalesTable.clear();
>         Select SalesTable
>                 where SalesTable.SalesId == _salesId;

Since tables with unique indexes should have find method this should be:

        SalesTable=SalesTable::find(_salesId);


Hilsen
  Søren


------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hgdc501/M=362131.6882500.7825259.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1124179730/A=2889190/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Put more honey in your pocket. (money matters made easy) Welcome to the Sweet 
Life - brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
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:
    http://docs.yahoo.com/info/terms/
 


Reply via email to