SysSetupFormRun
Add below method:
Public
void run()
{
super();
this.design().colorScheme(FormColorScheme::RGB);
this.design().backgroundColor(Winapi::RGB2int(251,181,251));
}
When creating a vendor invoice and you are trying to populate custom fields on table VendInvoiceInfoTable you may find that the following ...
No comments:
Post a Comment