Hi,

I am now using this code and works fine:

     void clicked()
     {
         Query               currentQuery;
         QueryBuildRange     queryBuildRange;
         ;

super();
currentQuery = Table1_ds.query();
queryBuildRange =
currentQuery.dataSourceNo(1).range(1);//fieldnum(Table1,TahsilEden));


Table1_ds.executeQuery();

}

But I cannot use any other QueryBuildRange (e.g. queryBuildRange1) at the
same time for another field. Is it impossible?

Please help me for this problem..

Best Regards,

Burcu



Yahoo! Groups Sponsor

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

Reply via email to