Calling client_host from Menu [message #614963] |
Thu, 29 May 2014 03:32 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/04ce8689c5dd4a0f56f99d5c1356c103?s=64&d=mm&r=g) |
RaShi.Raj
Messages: 84 Registered: May 2014 Location: Bangalore
|
Member |
|
|
Hi,
We have migrated forms application from 6i to 11g. In the menu module we are calling help file (.hlp) using host command as below...
HOST ('winhlp32.exe test.hlp');
I changed HOST to CLIENT_HOST to suit 11g requirement. But in the run time getting webutil error (oracle.forms.webutil.host.HOST been not found). This is becasue I did not subclass webutil.olb file. I'm not able to add .olb file to my menu module like I do for forms ( I can't drag the webutil object under 'Object Groups'). Why is that subclassing don't work for Menus? Is there alternative to call help file from menus? I tried calling this from a form(fmb) where webutil libraries are added and it works fine.
Thanks,
Ravi
|
|
|
|
|
|
|
|