In form datasource method i have :
purchTableQuery = PurchTable_ds.query();
purchTableQuery.dataSourceNo(1).addRange(fieldnum(PurchTable, PurchId)).value("ABC");
Why this method write in a field "ABC". ?? I think it set a range and when "ABC" is not in the field it retorn nothing.