Hello,
how I have to write my code to do be able to save an output to a new file with seleted path.
At the moment my code is:
SYSTEM-DIALOG GET-FILE procname SAVE-AS
TITLE "Choose file ..."
MUST-EXIST
USE-FILENAME
UPDATE OKpressed.
IF OKpressed = TRUE THEN DO:
OUTPUT TO procname.
....
What I have to change, because OUTPUT TO does not really work.
Using 9.1.D06
Thanks a lot
Daniel Seichter
how I have to write my code to do be able to save an output to a new file with seleted path.
At the moment my code is:
SYSTEM-DIALOG GET-FILE procname SAVE-AS
TITLE "Choose file ..."
MUST-EXIST
USE-FILENAME
UPDATE OKpressed.
IF OKpressed = TRUE THEN DO:
OUTPUT TO procname.
....
What I have to change, because OUTPUT TO does not really work.
Using 9.1.D06
Thanks a lot
Daniel Seichter