| forms personalzation [message #276617] |
Thu, 25 October 2007 11:13  |
prema_prema
Messages: 18 Registered: September 2007 Location: mauritius
|
Junior Member |
|
|
hello
I have to stop the form Requisition from calling the Approve Document form when the user clicks on 'Approve' button on the form Requisition.
I have tried throough Forms Personalization to set the property VISBLE to FALSE for the window 'Approve Document' in Forms Personalization but the form was visible.
Does anybody know how i can stop the 'Requisition' form to call the 'Approve Document' window
|
|
|
|
|
|
| Re: forms personalzation [message #279942 is a reply to message #276617] |
Mon, 12 November 2007 00:50   |
|
|
Hi ,
You can hid Approve button in requisition screen by following personlization :
Condition --
WHEN-NEW-FORM-INSTANCE
Action --
Object Type : Item
Target Type : CONTROL.APPROVAL
Property Name : DISPLAYED
Value : False
Regards
Omar Basaad
|
|
|
|
| Forms Personalization, When-button-pressed event logic --Urgent [message #497839 is a reply to message #279942] |
Mon, 07 March 2011 08:26  |
maschender
Messages: 9 Registered: February 2008
|
Junior Member |
|
|
Hi,
In invoice distributions screen, we have a button called 'calculate
tax' . When the user presses that button, the system should validate
whether the tax codes entered at line level are same or not. That
validation part, I did. But, the only thing is: how to capture this
when-button-pressed event. We dont have this event in the triggering
events LOV in forms personalization. Even through Custom.pll also, we can not achieve this.
Please let me know if there is any work-around as well.
Thanks,
Maschender
|
|
|
|