In VFP9 I have an application which carries out a pre-defined sequence of operations, then ends. While it runs I need to report progress to the user (such as "reading transaction file", "123 records read", "file abc.txt not found", etc, etc, to the user).
When I run my program within the VFP development environment, this works fine. I want to create the equivalent of a VB console window, for standalone use of my program as an .EXE, to which I can display the messages, then scroll them up when the window is full and write to the bottom of the screen.
I have never used windows in VFP (as my programs are always just batch processes), so do not know what to do.
Please can you give me some sample code for this or tell me where to find it.