Hi
I created a created a query (sysquery) forcusttable with ranges and I select value for cust account in the selection area of the runbase_Form class I wrote.
when I do the queryrun.next() loop I get no record back even the querybuilddatasource has the correct select statement and running this statement manually return the records.
Here my code to get data from the Queryrun:
while(this.queryrun().next())
{
custTable = this.queryrun().get(tableNum(CustTable));
*This post is locked for comments
I have the same question (0)