Can anyone tell me , how to catch str txt. I want to display value txt.
My method is:
display str txt{
return txt; // txt is in run method
}
public void run()
{
QueryBuildDataSource qbds;
QueryBuildRange qr;
str TXT;
int i;
super();
qr = this.query().dataSourceTable(TableNum(ProdRouteJob)).findRange(FieldNum(ProdRouteJob,Fromdate));
if (!qr)
qr = this.query().dataSourceTable(TableNum(ProdRouteJob)).addRange(FieldNum(ProdRouteJob,FromDate));
TXT = qr.value();
i++;
}
[Non-text portions of this message have been removed]
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.

