Re: Oracle Forms and VB [message #79218] |
Wed, 15 May 2002 13:01  |
Erich Heinemann
Messages: 10 Registered: May 2002
|
Junior Member |
|
|
If you have some expert knowledge about VB and you are not planning to release your Forms Application on the Web, try to convcert your VB-Programm into a ActiveX-Component with a specfied Interface!
In 1999 and 2000 a group of Forms programmers had to design a new Network-Designtool for a telco. First me made a ActiceX-Control for the Grafik Output an the main Userinterface and in the second step we implemented it into Forms.
If you will do it:
- Use only VB6, VB5 doesnīt make Forms-enabled-ActiveX-Components
- Use only Forms 6i + Service Pack 3a or higher!
- Import the Full OLE -Interfacelibrary
- Donīt call other PL/SQL Procedures or Functions from the OLE-Packages,.. they wonīt work right. Generate short Timers in the OLE-Packages an handle your Programm with the Timer-Expired-Triggers!
If you are interested in some sourcecode-Snips, send me a mail.
Kindly Regards
Erich
|
|
|
|