Hi,
i have new form and I am looking for to display all record in grid byn specifying my own query ,the fonction may be as well:
static void queryVendtableSelect(Args _args)
{
VendTable vendTable;
while select firstOnly *
from vendTable
order by vendTable.AccountNum
where vendTable.Blocked =="aaaaaaaaa"
}
when can i put this fontion?
any idea. thank you