mallee
Programmer
- Nov 7, 2000
- 116
Hello to all.
I have a vfp 6 app that works fine in stand alone but over the network (windows networking and w2k server) my main form response is very slow.
It is a form containg a grid of customers. User Dblclicks on customer desired and event opens another form.
From a workstation it can take 8 - 12 seconds for grid focus to change, even if it is only a couple rows to desired customer. After getting focus once, it works correctly ( changes line focus instantly anywhere on the grid ) until you double click and leave the form, then it slows again until first focus on line is reached.
I do use thisform.gridxxx.refresh() after performing the double click event.
My exe is on the workstation as are the temp files. other similar forms seem to work just as fast as in stand alone mode so I know this particular form/grid is my bottlekneck.
All suggestions appreaciated.
TIA guy and gals.
I have a vfp 6 app that works fine in stand alone but over the network (windows networking and w2k server) my main form response is very slow.
It is a form containg a grid of customers. User Dblclicks on customer desired and event opens another form.
From a workstation it can take 8 - 12 seconds for grid focus to change, even if it is only a couple rows to desired customer. After getting focus once, it works correctly ( changes line focus instantly anywhere on the grid ) until you double click and leave the form, then it slows again until first focus on line is reached.
I do use thisform.gridxxx.refresh() after performing the double click event.
My exe is on the workstation as are the temp files. other similar forms seem to work just as fast as in stand alone mode so I know this particular form/grid is my bottlekneck.
All suggestions appreaciated.
TIA guy and gals.