How to get OK button back?

omniomni Member Posts: 12
edited 2004-07-07 in Navision Attain
Hi guys,

I added a new command button on a form, and the orignal OK and Cancel button are gone, how can I display all the buttom all the time?

Thanks!

Comments

  • FPulsfortFPulsfort Member Posts: 43
    Do you see them at design time? Or are they not in the Form?


    Greetings,
    Frank
  • GoMaDGoMaD Member Posts: 313
    Have you deleted the 'OK' and 'Cancel' button, or they just do not show?

    If the first is true you can recreate them by adding a new button and setting the PushAction Property to 'LookupOK' or 'OK' or LookupCancel or Cancel.

    If the latter is the thing that happens you probably have 'LookupOK' and 'LookupCancel' in the PushAction property. To show these buttons you must set the 'LOOKUPMODE' property to true via C/AL Code before you open the form or via the form properties window.

    Hope this helps!

    Regards,
    Now, let's see what we can see.
    ...
    Everybody on-line.
    ...
    Looking good!
  • omniomni Member Posts: 12
    Your information is very helpful.

    Thanks so much!
Sign In or Register to comment.