Subject IBO problem - process fastening
Author Norbert Nemeth
Hi Everybody,

I hope somebody can help me.
I have 3 tables:
1. tblQuesGroup (QSG_ID INTEGER [PK, triggered],
QSG_NAME VARCHAR(40))
2. tblQuestions (QST_ID INTEGER [PK, triggered],
QSG_ID INTEGER [FK],
QST_NAME VARCHAR(500))
3. tblForm (FRM_ID [PK, triggered],
QST_ID INTEGER [FK],
FRM_POINTS SMALLINT [CHECK ... BETWEEN 1 AND 7])

When I post a record in the questionary, I have to offer the tblQuesGroup
and tblQuestions tables in treeview to the user.
If the user answered the questions, I could commit the records in the database.
I think I can do this work only with some kind of TreeView and
a MemoryTable component. I try to solve the problem with
TIB_xxx (IBO) components.

Can somebody help me and write down the solution step by step
that the process is getting faster from the user's point of view?

Regards,
Norbert