G
Guest
I'm hoping to verify that we are on the right track. We have a windows based
application that we are developing which allows the user to fill out various
loan application forms. There are several pages for each loan application
and 20 fields for user entered data on each page. The loan applications will
also change format over time. We don't want to create a separate windows
form for each application and the layout is such that it would be difficult
to build the pages on the fly. So our design thought was to place a Web
Browser control in the windows form. Each loan application and page would be
stored in a DB as HTML. Then we would display the page allowing the user to
change the text box values, etc in a web browser control. On the click of a
button (inside the browser control or in the Window app??), we could pull the
fields out of HTML and the associated user entered values and store them in
the DB for that loan application page. Does this sound feasible? Is there a
better control to use? I'm familiar with TXText, but it's expensive and
sometimes difficult to work with. Any advice is appreciated.
Thanks.
application that we are developing which allows the user to fill out various
loan application forms. There are several pages for each loan application
and 20 fields for user entered data on each page. The loan applications will
also change format over time. We don't want to create a separate windows
form for each application and the layout is such that it would be difficult
to build the pages on the fly. So our design thought was to place a Web
Browser control in the windows form. Each loan application and page would be
stored in a DB as HTML. Then we would display the page allowing the user to
change the text box values, etc in a web browser control. On the click of a
button (inside the browser control or in the Window app??), we could pull the
fields out of HTML and the associated user entered values and store them in
the DB for that loan application page. Does this sound feasible? Is there a
better control to use? I'm familiar with TXText, but it's expensive and
sometimes difficult to work with. Any advice is appreciated.
Thanks.