custom.pll [message #271424] |
Mon, 01 October 2007 11:27  |
prema_prema
Messages: 18 Registered: September 2007 Location: mauritius
|
Junior Member |
|
|
hi everybody
i just wanted to know if we can loop in a cursor in the procedure event in custom.pll?
|
|
|
Re: custom.pll [message #271538 is a reply to message #271424] |
Mon, 01 October 2007 23:37   |
ssattineni
Messages: 4 Registered: October 2007 Location: USA
|
Junior Member |
|
|
Hi There,
Your custom.pll file should be in $AU_TOP/resource directory.
1)Copy this custom.pll file
2)Open forms designer
3)convert the custom.pll to binary format
4)open this custom.pld using forms designer
5)Add your custom code in custom package
6)compile and generate it.
7)copy the new custom.pll, .pld, .plx to $AU_TOP/resource dir.
8)Test your PO form.
Hope this helps.
Cheers,
Sridhar
|
|
|
Re: custom.pll [message #271541 is a reply to message #271538] |
Mon, 01 October 2007 23:45   |
prema_prema
Messages: 18 Registered: September 2007 Location: mauritius
|
Junior Member |
|
|
No You wrongly understood my question
I was asking if we can do a selection in a cursor, then loop in that cursor to validate data....that was my question
|
|
|
Re: custom.pll [message #271775 is a reply to message #271541] |
Tue, 02 October 2007 21:42  |
ssattineni
Messages: 4 Registered: October 2007 Location: USA
|
Junior Member |
|
|
Hi there,
Sorry I thought it was how to do customization using custom.pll file in forms. Anyhow, yes you can use loop within
a cursor to do validation. But make sure you don't have too
many records within your cursor, otherwise it might cause a
performance issue. Also it depends on your current form design
and its usage by end users.
Thanks,
Sridhar
|
|
|