G
Guest
There does not seem to be any forum for general oo design questions, so I'm
posting it here.
I'm developing a generalized form processing system under .NET and I wonder
if anyone has come up with an OO data model for forms handling, or where one
might go to look for such a thing. I suppose it would be a little like the
Microsoft Access Forms model where you have forms, subforms and controls
within forms.
Basically, this system needs to be able to accept data input via forms (web
pages), it must support the selective ability to update parts of a form based
on a logon userid. It must also support signatures on forms and email
notifications when forms are created and signed. All form data will be
maintained in a database.
I don't want to use Infopath as I want a browser-only client solution.
- David
posting it here.
I'm developing a generalized form processing system under .NET and I wonder
if anyone has come up with an OO data model for forms handling, or where one
might go to look for such a thing. I suppose it would be a little like the
Microsoft Access Forms model where you have forms, subforms and controls
within forms.
Basically, this system needs to be able to accept data input via forms (web
pages), it must support the selective ability to update parts of a form based
on a logon userid. It must also support signatures on forms and email
notifications when forms are created and signed. All form data will be
maintained in a database.
I don't want to use Infopath as I want a browser-only client solution.
- David