Accessing forms database tables [message #308601] |
Tue, 25 March 2008 00:53  |
yporrasv
Messages: 2 Registered: March 2008 Location: USA
|
Junior Member |
|
|
Hi, I wonder how to access the list of blocks and the list of fields in a form written on Forms 6i that is stored in the database. I created the database tables but it seems that the old ones (FRM40_BLK and others) are not present.
Thanks in advance.
|
|
|
|
Re: Accessing forms database tables [message #309251 is a reply to message #309238] |
Wed, 26 March 2008 22:02   |
yporrasv
Messages: 2 Registered: March 2008 Location: USA
|
Junior Member |
|
|
Hi there:
David, the forms tables are owned by system, but even I see the tables that were installed there is a great differece between Forms 4.5 script and Forms 6i script to build Forms tables, because in Forms 4.5 there are explicit tables for blocks, fields and so on and so forth, but in 6i the set is greatly diminished and even worst the tables are not storing information about blocks, canvas and items just to mention the most important ones.
Having said that, there has to be a list of tables that actually store all Form information because in 6i the option "store forms in database" is operational but they are not appearing as a subset of ALL_TABLES, DBA_TABLES, USER_TABLES; so they have to be internal tables that I don't know their names.
Do you have a hint about that?
Regards
|
|
|
|