static void main(Args _args)
{
PurchTable purchTable;
;
if (_args.dataset( ) != tablenum(PurchTable )
throw error(strfmt( "Method %1 was called with an invalid record", funcname())) ;
purchTable = _args().record( );
}
No comments:
Post a Comment