hi..
how can i add item name method as a selected field in query
for example i want the name of the item to be add to the query as a field
queryBuildSource = query1.addDatasource(tableNum(InventTable)); queryBuildSource.addSelectionField(fieldNum(InventTable,ItemId));