PatMcLaughlin
Programmer
I am sure this is easy for most but I have spent an hour reading and searching to no avail. I have defined a window in the desktop with the Title of "File in Progress". Now I want to have it display a file name (already defined in the program as (lcOrigName)) in the window when this file is being processed. When the program moves to the next file to process, I want to change the window to display the new file name etc. My window is there, and defined as follows:
Now how do I get the text in it?
Code:
DEFINE WINDOW FileInProcess FROM 6,80 TO 10,115 IN DESKTOP TITLE 'File In Progress' DOUBLE FONT 'Courier', 16 STYLE 'BI' NOCLOSE ;
Now how do I get the text in it?