Notifications
Announcements
No record found.
Hi
After Posting I want to clear the field, I used the function CLEAR(Tablename.fieldname) on Closepage function but still it doesnt work. any another solution to it?
*This post is locked for comments
you need to assign blank value to it and use tablename.Modify;
Hello,
You have to write something like:
CLEAR(Tablename.fieldname);
Tablename.MODIFY;
Chris,
You can add your code after execution of Posting routine as well.
And yes as suggested by other members, you are missing with .MODIFY command.
-Yogesh KulkarniPlease verify, if you find answer helpful.
Which field and on what table you want to clear the value ? You can add your customization in the posting routine or add an event to do that. By Adding only CLEAR function will clear the value but if you don't add modify statement it will not commit to the database.
You need to use MODIFY statement also after writing clear.
Did you find solution?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
HoangNam 7