Hello, I have created a custom menu of type "Create window with Transfer".
When the user clicks on this custom menu, I would like to display the sum of a column automatically.
Like here:
Is this possible?
Thank you!
Hello, I have created a custom menu of type "Create window with Transfer".
When the user clicks on this custom menu, I would like to display the sum of a column automatically.
Like here:
Is this possible?
Thank you!
Hi
Action Create Window with Transfer, Create Window, but the keys from the current window will be passed to the destination window. If the destination window is prepared for data transfer, it will be populated with corresponding records.
(note: this option ONLY works if the form has been setup in the toolset to accept a transfer of information - be aware not every form is)
Please refer the documentation for more information:
Suggestion: you can create a persistent custom field and create a PL/SQL Block action custom menu.
Inside the block you can implement the code to get the sum of column and update the new custom field.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.