Larry A Mill Sr
11-08-2007, 06:12 PM
I am working a program and desparately need some help with it. The program will handle the maintenance and scheduling of maintenance for around 30 vehicles. I have it mostly written; but with problems.
There is presented to the User a Wizard with about 11 pages within, where the User selects what work was performed(maintenance) on the vehicle. Now the problem:
Each page of the wizard contains 8 – 10 EditBoxes with instructions as to what is to go in each separate EditBox. There is nothing else on the page besides the EditBoxes (no buttons, etc)
How do I know what editboxes have data in them and how do I get that data before the User selects [Next] or [Back] on the wizard?
EN_SETFOCUS and EN_CHANGED will let me know the focus is on a certain editbox, but that’s all – how do I get the data when the User is finished? I need a function that would maintain control of the page’s use while active. A simple “OnCommand” function would relay the messages where I could jump to a function and handle that need; but there is no “OnCommand” function for a property page!
Any ideas on how to take control and maintain control of a page while active?
I desparately need your input immediately if possible.
There is presented to the User a Wizard with about 11 pages within, where the User selects what work was performed(maintenance) on the vehicle. Now the problem:
Each page of the wizard contains 8 – 10 EditBoxes with instructions as to what is to go in each separate EditBox. There is nothing else on the page besides the EditBoxes (no buttons, etc)
How do I know what editboxes have data in them and how do I get that data before the User selects [Next] or [Back] on the wizard?
EN_SETFOCUS and EN_CHANGED will let me know the focus is on a certain editbox, but that’s all – how do I get the data when the User is finished? I need a function that would maintain control of the page’s use while active. A simple “OnCommand” function would relay the messages where I could jump to a function and handle that need; but there is no “OnCommand” function for a property page!
Any ideas on how to take control and maintain control of a page while active?
I desparately need your input immediately if possible.