Booleanist59
Programmer
I've inherited a few old applications written in VFP6 from the 90's. The _screen is referenced with no base level form in place, A bitmap background is displayed, and it uses the VFP _SYSMENU by replacing its own menu for _SYSMENU. We noticed a problem with the CPU Utilization rate - there are a lot of these apps running and drawing 25% constant CPU utilization rates even while just sitting idle which is interfering with the users' printer ques. I threw a form together with a pirated hand written menu with a NOWAIT flag and the utilization rate drops to zero.
Is there a way to just set the NOWAIT option on the default VFP _SYSMENU ?
I've been using the menu generator and copying the code from a screen based version into the a form based version with its own menu to ensure that was the reason for the CPU utilization (and it was) but these menus are complicated and tedious to adjust manually once in the form version when changes are required.
Any suggestions or info would be greatly appreciated.
Booleanist59
Is there a way to just set the NOWAIT option on the default VFP _SYSMENU ?
I've been using the menu generator and copying the code from a screen based version into the a form based version with its own menu to ensure that was the reason for the CPU utilization (and it was) but these menus are complicated and tedious to adjust manually once in the form version when changes are required.
Any suggestions or info would be greatly appreciated.
Booleanist59