Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to do table-driven data entry?
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01476742
Message ID:
01476744
Views:
105
I've done something similar in the past.

There were two key parts to doing it in my case...
1. Use the addobject() command on the form to add the desired objects.
2. I used the stonefield database toolkit and used extended properties to help determine what objects (data entry fields) got added to the form.

You may not want to use SDT to do all this - but if you have a table that keeps track of what objects to add then you can have your form dynamicly create the objects as needed in the init() event of the form.



>Hi Experts,
>
>I am working on a different data entry approach for a 'grading system' app which allows the user to define his own set of grading criteria for each session. Currently, the app has a data entry UI which captures the scores of each participant per criteria. For example, if the user defines 5 criteria (A to E), the current data entry screen records the score of each participant for Criteria A, then goes on to record the scores for Criteria B and so on..
>
>What I would like to happen is to do a different approach to how the UI should be done, which is to show ALL the criteria (A to E) across the 'columns' ot a 'grid' with the 'rows' representing the participants. The number of criteria per grading session varies. Also the number of participants.
>
>Anybody did a class for this? Any help, ideas and suggestions will be warmly appreciated.
>
>Thanks
>Dennis
ICQ 10556 (ya), 254117
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform