Query line

Hi, I have o problem

purchTableQuery.dataSourceNo(1).addRange(fieldnum(PurchTable, PurchId)).value(“aaaaaaa”);

It is a piece of code in form, purchTableQuery is a Query. What exactly do this line??

Hi,

Usually this kind of code adds a range on a specific field, here, only lines with aaaaaaa purchId are displayed , may I know on which method is written this code?

regards,

Thomas

Hi,

thanks, in method ExecuteQuery.

:slight_smile: