Hi, Do u have any Idea abt How to write C/SIDE code on push event of button to clear the form controls in NAV (like function key F3 is doing)? Please reply me on sakameeran@gmail.com. Thanks in Advance
In a bound form you don't need to write any code. Simply hitting F3 will create a new record with all its initial values entered for you. There is no secret C/AL code in the background.
If they MUST click a button, they can click the 'New' button that is always on the toolbar. No development, no code, it's there and it always works the same.
In a bound form you don't need to write any code. Simply hitting F3 will create a new record with all its initial values entered for you. There is no secret C/AL code in the background.
If they MUST click a button, they can click the 'New' button that is always on the toolbar. No development, no code, it's there and it always works the same.
Thanks Denster! In NAV the default thing is, If we entered one field, for ex name as 'AAA' and closed that window. If we opening the same window again there will data showing with name 'AAA'. But i want when opening the form, all the controls to be clear. Just like F3 functionality while opening the form (Not pressing F3). That is wt i decided that, while closing the window we can call (or write source of F3 functionality). So, Is it possible to write code for F3 Functionality, while clicking the button.
Everytime you open that form a new record will be created if you want to or not.
Not a good plan. This has been previously discussed a few times now and the common consensus is that it is more of a training problem than anything else. http://mibuso.net/forum/viewtopic.php?f=23&t=17999
When you open a form you are expecting to see data. That's the main purpose of a form, to display data. Why would you want it any other way? Definitely sounds like a training issue.
Comments
Isn't this a good place to reply? :-k
Then you would have to follow the rest of the logic like no. series, insert etc...
If they MUST click a button, they can click the 'New' button that is always on the toolbar. No development, no code, it's there and it always works the same.
RIS Plus, LLC
Thanks Denster! In NAV the default thing is, If we entered one field, for ex name as 'AAA' and closed that window. If we opening the same window again there will data showing with name 'AAA'. But i want when opening the form, all the controls to be clear. Just like F3 functionality while opening the form (Not pressing F3). That is wt i decided that, while closing the window we can call (or write source of F3 functionality). So, Is it possible to write code for F3 Functionality, while clicking the button.
Everytime you open that form a new record will be created if you want to or not.
Not a good plan. This has been previously discussed a few times now and the common consensus is that it is more of a training problem than anything else.
http://mibuso.net/forum/viewtopic.php?f=23&t=17999
http://www.BiloBeauty.com
http://www.autismspeaks.org
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!