Expert
| Another question - Do you have a MYCAR.mas anywhere in your APP PATH? If you do then it may point elsewhere and the initial data extract is getting written to where that is, the FILEDEF .... (APPEND is repositioning it. Try this - FILEDEF MYCAR DISK MYCAR.FTM
TABLE FILE CAR
SUM RCOST/I9
BY COUNTRY
ON TABLE HOLD AS MYCAR FORMAT ALPHA
END
-RUN
FILEDEF ADD_DATA DISK MYCAR.FTM (APPEND
-RUN
-WRITE ADD_DATA additional 123
-RUN
TABLE FILE MYCAR
PRINT *
END
In FOCUS since 1986 | WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2 | | | WebFOCUS App Studio 8.2.06 standalone on Windows 10 | | |
| Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004 |
IP
|
|
Gold member
| Thanks Tony, now it works
WebFOCUS 7.6 Windows 2000 Output: HTML, PDF
|
| |
Expert
| Glad that it does. I take it the reason was a spurious MYCAR.ftm somewhere? T
In FOCUS since 1986 | WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2 | | | WebFOCUS App Studio 8.2.06 standalone on Windows 10 | | |
| Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004 |
IP
|
|