how to get rid of webutil version info?
lakeAug 20 2011 — edited Aug 20 2011I created a form to test reading and writing files on the client using webutil. (forms 11.1.1.4) which is something I need for my
forms6i -- forms11 conversion.
But it has an issue which is when the form starts it prints out a screen with webutil version info on it. (Webutil Information) .
I see this stuff is on the webutil_canvas. That's interesting but I don't need that in the form. That would confuse the users.
Unfortunately if I open this canvas I get:
"Frm-13008 Cannot find javabean with name oracle.forms.webutil.ole.Olefunctions"
oh oh. That doesn't sound good...
but anyway how do I best get rid of it showing this screen?
I thought I was following instructions correctly for subclassing the object library in my test form. (famous last words.)