Options

Form Toolbar disabled on AX startup

patelashlesh83patelashlesh83 Member Posts: 54
edited 2011-01-21 in Dynamics AX
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

Comments

  • Options
    patelashlesh83patelashlesh83 Member Posts: 54
    Hi,

    I found the solution.
    I have written my logic in "Info->workspaceWindowCreated()". It works fine.

    Thanks for your help.

    Regards,
    /Ashlesh
Sign In or Register to comment.