SysSetupFormRun
Add below method:
Public
void run()
{
super();
this.design().colorScheme(FormColorScheme::RGB);
this.design().backgroundColor(Winapi::RGB2int(251,181,251));
}
Navigate to PurchTable methods you can find with DefaultDimension this.DefaultDimension = this.mergeDimension(this.getDefaultDimension(),th...
No comments:
Post a Comment