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!
Comments
Greetings,
Frank
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,
...
Everybody on-line.
...
Looking good!
Thanks so much!