Link to home
Start Free TrialLog in
Avatar of 74wolfgang
74wolfgang

asked on

Create New Form with COM

Hello Experts,

i know its possible to create a database, documents and agents with com.
But is it not possible to create a new form with com ? What is the right method to create a new form with fields.
What i want with com is :
1. Create a database on a server
2. Create a new Form
3. Create all type of notes fields on this new form
4. fill that fields with different values from an odbc database (oracle 8.x)
------
5. Import some rows from oracle in this new Notes Database
6. Dynamically exchange data between Notes and Oracle with com and asp.

thx for your help
ASKER CERTIFIED SOLUTION
Avatar of Simon_Hendry
Simon_Hendry

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Simon_Hendry
Simon_Hendry

Supplemental to my answer , you could of course get oracle and notes to talk directly to each other using either LS:DO ( ODBC Connection) or Oracle LSX ( which is part of Domino Connect )

Avatar of 74wolfgang

ASKER

Hi Simon !

I have checked out the Lotus Site and found nothing about my stuff ... only
c-libs ... i think i have to wait for a better com support by lotus. But i still the problem with the automation from Lotus with my VB. I need an idea how can i solve this problem. Maybe with creating an agent, which could do this job with my form and the fields.
Is it possible to start this agent from VB and get a return value if the operation was succesful or not ?