Hi,
I have written some code in Class->Info->StartupPost() to open form. I can open the form successfully but the form whole toolbar control is disabled. I have tried it with multiple forms(i.e. custtable, salestable etc) but the same thing (toolbar is disabled) is happened.
I think at this point (Class->Info->StartupPost()) the toolbar is not yet initiated.
can anyone help me out to this issue.
Thanks in advance.
Regards,
/Ashlesh
0
Comments
I found the solution.
I have written my logic in "Info->workspaceWindowCreated()". It works fine.
Thanks for your help.
Regards,
/Ashlesh