David Higgs
Programmer
In my application I have a Pageframe that contains a grid. In the Activate of the 'Page' I have some code that runs a 'check up' routine. Whilst this code is executing the 'Page' is waiting for the code to complete before it shows the form in full. You can still see parts of the previous screen whilst the 'check up' routine is running and the Grid being updated.
What I would like to do is show the form in full and then run the code for the 'check up' routine. I don't mind seeing the completed form whilst the Grid is being updated (quite expect it), but not the form being slowly created whilst the Grid is being updated . How would achieve this?
The 'check up' routine changes the 'Back Color' of the Grid's individual Cells dependent on contents in another cursor.
Regards,
David.
Recreational Developer / End User of VFP.
What I would like to do is show the form in full and then run the code for the 'check up' routine. I don't mind seeing the completed form whilst the Grid is being updated (quite expect it), but not the form being slowly created whilst the Grid is being updated . How would achieve this?
The 'check up' routine changes the 'Back Color' of the Grid's individual Cells dependent on contents in another cursor.
Regards,
David.
Recreational Developer / End User of VFP.