Hi all,
I want to make the Customer No field dynamically editable true or false based on some given condition.
If anyone knows how to make a field dynamically editable or non-editable based on conditions in NAV 2009 Pages,Kindly let me know how to achieve it.
Thanks in advance.
Regards,
chandru.
0
Comments
If you want to make "Customer No" field dynamically editable then define one boolean variable and enter the same variable at Editable property of "Customer No." field.
For e.g Var custedit(boolean)
write code at OnOpenPageTrigger or where u want.
IF condition then
custedit := true
else
custedit := false;
whenever custedit = true then your field "Customer No." become editable.
Abhishek Saini
I got it .
Thank you.Can u share your gmail ID?
Regards,
chandru.
Goto my profile and send me your mail id then i'll share my gmail id with you, don't put your mail id in forum.
Thanks
Abhishek
How can you do the above procedure for forms?
Plese, suggest.
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com
Thanks.
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com