Preview Screen Title
Posted: Wed Feb 19, 2014 1:22 am
Fivewin 13.12
How do I make the PREVIEW window use the title of my REPORT name? Right now it says "FiveWin Report". Looked at other threads but answer didn't seem to make sense.
How do I make the PREVIEW window use the title of my REPORT name? Right now it says "FiveWin Report". Looked at other threads but answer didn't seem to make sense.
Code: Select all
REPORT oReport ;
TITLE cTitle LEFT FONT oFont1, oFont2, oFont3, oFont4, oFont5;
HEADER dtoc(date())+" -- "+time()+' ' RIGHT PREVIEW
COLUMN TITLE ...
...
END REPORT
ACTIVATE REPORT oReport ON STARTGROUP oReport:newLine()