something like dynamic data blocks?! [message #163235] |
Wed, 15 March 2006 12:37 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
roithi
Messages: 8 Registered: March 2006
|
Junior Member |
|
|
Hey!
I want to know if you can build dynamic datablocks in Forms?
I have a Tree item in my application, which shows all tables i have in my Database
when i select a Table i want to see the content of the table...and edit them...and so on
The problem is, that i don't know the datablock before?
Can somebody help me please!!!
|
|
|
Re: something like dynamic data blocks?! [message #163291 is a reply to message #163235] |
Wed, 15 March 2006 23:55 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
yes ... but its a pain (search this forum for 'pain').
I suggest that you create EITHER a form which displays your 'table of tables' and when you select a 'row' you call another form for working on that table OR you have a block/canvas for each table in this one form and do a go_block to go to that table/canvas.
PLEASE ... Oracle Forms is a business product for doing real work. Different fields have to be handled differently. In business, there are business rules for each field and for how a field relates to fields in other tables. A generic "edit any field" form would not handle these business rules and inter-relationships.
David
If you don't like this answer, use MS Access.
|
|
|