1. FTP the custom.pll form $AU_TOP/resource
2. Open the custom.pll in form 6i.
3. Include the following code for your form logic:
Begin
Form_name varchar2(50):= name_in(‘system.current_form’);
Begin
Logic;
End;
4. Once changeover use the following command to generate custom.plx
F60gen module = custom.pll userid =apps/apps@mfgdev module_type = LIBRARY
5. To generate the latest custom.plx & move this custom.plx to $AU_TOP/resource.
No comments:
Post a Comment