• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Using JavaBeans in Forms

 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I just got my first look at the Calendar JavaBean that Oracle has for Forms. And you can modify them.
Here are instructions.
1. Make the change to the class(s).
2. Run their makepjc.bat on your Forms Server. This will recompile, remake the JavaDocs and make the jar file for you.
3. Use the new jar file
It is that easy
In the CalendarWidgetWrapper class I added one Constant called ENABLED

Then in the setProperty method, I added

Now you can enable or disable the button that gets added to the form.
It was that quick and easy.
So my point is; Don't be afraid to modify JavaBeans for Forms, because it is really easy to do.
Hope this helps.
Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic