Hi,

I just started playing with dbForms and would love to use it on my next project.
This project includes
an online registration system, which collects user information and then stores
it to the database.

The application collects the user's personal information over multiple pages,
and then stores the data
when the user hits Submit on the last page. 

�What is the best way to build an
app like this with dbForms?
The dbForms examples I've seen basically have a database transaction performed
by each page.

I guess I could build interceptor classes that in the preInsert( ) method could
store the form data in the
user's session and then do a DENY_OPERATION return until the last page. �I would
probably use hidden
fields on each of the pages to store the data that had been collected on
previous pages.

Does this seem like a reasonable approach? �Is there a more straightforward
solution?

Thanks,
Jim Dempsey
email: [EMAIL PROTECTED]

Reply via email to