Focal Point
Report Output

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2841005862

January 29, 2008, 12:31 PM
Tony A
Report Output
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 
January 30, 2008, 07:24 AM
L_G
Thanks Tony, now it works Big Grin


WebFOCUS 7.6
Windows 2000
Output: HTML, PDF
January 30, 2008, 08:07 AM
Tony A
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