Senin, 27 Juli 2020

How to Range or filter your Data's on your form

Example :
You have a form with datasource : Custtable.
and youwant to show only "v000001"
Override your Custtable.ExecuteQuery with your code, before Super().

CustTable_ds.query().dataSourceTable(tableNum(CustTable)).addRange(fieldNum(CustTable, CustId)).value(queryValue('v000001'));

see the detail in ":

Erorr CS1963 - An expression tree may not contain a dynamic operation.

Kali ini saya mendapatkan erorr dengan code CS1963, padahal sebelumnya saya sudah mendefinisikan 'var item in Model' di @foreach(var...