in the item card I'm automatically generating the item no using a sub page that opens on the assist edit button of the item no. In order to fill the "No." I need to pass the page as a parameter to the assist edit page. I tried using a function and passing the page as CurrPage but I got a compilation error. Is there any other way to do it?
*This post is locked for comments
Hi Tharanga,
yes I created a temp table and filled the values at the assist edit page.
were you able to resolve the issue?
If I understand your requirement then it is like
User will click on Assistedit button and then enter the Item No which will created automatically in item master and then it displayed on the subpage
You can not pass page as parameter in function .It is better you pass record or pass the variable
Passing a page to a function does not get you to anywhere as page is just a object that which will display the data to user depending on the binding rec. You can pass the current Rec or a value to your function and do the modifications as you want.
Have you check how the assist edit button work in the item card when you assign multiple No. series? Check that and you will get a good idea about it.
Hi,
I am not sure that your requirement is clear to me(!!??).
But if you want to, you can try passing the Rec, passing by reference to the AssistEdit function to update your Item No.
Hope it helps.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,219 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156