Dear All,
I have got a small problem quite simplistic actually but it seems that I couldn't find a solution to it. I have created a form and I have added an extra button in the form. The form is by default created with the Ok and Cancel buttons. I have moved them to the side and they have stopped from showing up. Can anyone give me a reson for this and what should I do to make them appear as usual. To say the truth they are not essential but they certainly make a form look much more professional
0
Comments
If you want it to behave differntly you can activate the LookupMode property or Change the Lookupmode by C/AL code.
RIS Plus, LLC
How do you change the LookupMode in C/AL?
...but this is not changing the LOOKUPMODE. I know you can change it in the form's properties, and I know you can find out what it is (IF CurrForm.LOOKUPMODE THEN ...) but I would like to know if it is possible to change it dynamically in code.
\:D/
If you want the form to change its own LOOKUPMODE... why??
Systems Analyst
NAV 2009 R2 (6.00.34463)
After they show you the coffee machine, placement of OK/Cancel is one of the first things taught in the C/AL course. It is before Navision 101.
Read the Style guide that tells you if you add new buttons to a list form then you move the OK/Cancel to the left OR i OK/Cancel is not needed the (as Denster points out) you delete them.