: Hi,
:
: Can I what is meant by Electronic Form system (Designer and Filler) ??
: Can you please give me more abt this....pls....
:
:
:
You make a program - Form Designer. It works like a dialog designer - you drop some fields on a form, resize them. The fields can be difeerent types: drop-down list, checkbox, text fields, labels, images, shapes, etc. You save it all as a form file.
Then you create a next program called Form Filler - it can load the form file you created with Designer and this time - it is in RUN mode - you can fill the data and save it into a database using ODBC or your own data files.
Using the form system you can easily create databases and views into these databases without writing the code every time for every business you can imagine.