webutil configuration oracle dev suite 10g [message #602698] |
Fri, 06 December 2013 22:00 |
xpact83
Messages: 225 Registered: October 2008 Location: philippines
|
Senior Member |
|
|
I tried to configure webutil but webutil functions don't work I tried this code it compiles without error but at runtime it doesn't work. when i run my forms it already shows the webutil information. please see my formsweb configuration.
:text1:=webutil_clientinfo.get_ip_address;
Should I use this? baseHTMLJInitiator=basejpi.htm instead of baseHTMLjinitiator=webutiljini.htm
I tried to use basejpi.htm but when i run it always downloads java plugin 1.4.2 and the installation always fail with the message package cannot be opened.
[test]
WebUtilArchive=frmwebutil.jar,jacob.jar
archive_jini=frmall_jinit.jar, frmwebutil.jar,jacob.jar
archive=frmall.jar,frmwebutil.jar,jacob.jar
baseHTMLjinitiator=webutiljini.htm
form=module1.fmx
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
#baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
lookAndFeel=oracle
I'm using windows xp and ie7 browser
[Updated on: Fri, 06 December 2013 22:12] Report message to a moderator
|
|
|
|
|