Bryan - Gendev
Programmer
I'm coming back to VFP apps after a long lay-off and I'm not young any more so my memory of how things work is scratchy.
I have not been able to get this working. I want to use the bar as a debugging aid as I develop my new app.
I have in the load event of my single form application.
The form is identified as a 'Top level form' in its properties.
Is there anything else I need to do?
Thanks
GenDev
I have not been able to get this working. I want to use the bar as a debugging aid as I develop my new app.
I have in the load event of my single form application.
Code:
SET STATUS BAR ON
SET STATUS ON
SET TALK ON
The form is identified as a 'Top level form' in its properties.
Is there anything else I need to do?
Thanks
GenDev