brh
| -----Ursprüngliche Nachricht----- | Von: Burcu Uygur [mailto:[EMAIL PROTECTED] | Gesendet: Montag, 10. November 2003 10:24 | An: '[EMAIL PROTECTED]' | Betreff: [development-axapta] QueryBuilRange Problem.. | | | 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 | | | | | | Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ | | |
Yahoo! Groups Sponsor
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

