Yes, that date is right.
Are you still saying that trying to compile your code gives syntax errors?
How about sending me your code so I can try.
Printing Normal and LandScape
Re: Printing Normal and LandScape
The eXpress train is coming - and it has more cars.
Re: Printing Normal and LandScape
I went back and removed all #define that were NOT needed the compile errors stopped.
My Includes are now:
#define DCDIALOG.CH
#define DCPRINT.CH
#define PMS.CH
The includes I removed are
#define SET.CH
#define xbp.ch
#define appevent.ch
#define DCPICK.CH
#define DCAPP.CH
#define DCBITMAP.CH
#define DCICON.CH
#define DCCURSOR.CH
#define DCGRAPH.CH
#define common.ch
#define fileio.ch
#define dbstruct.ch
After your last posting I went tested all the code and removed all the defines NOT needed.
Now all code now compiles without error. It still does not print in landscape but does fit on the page.
My Includes are now:
#define DCDIALOG.CH
#define DCPRINT.CH
#define PMS.CH
The includes I removed are
#define SET.CH
#define xbp.ch
#define appevent.ch
#define DCPICK.CH
#define DCAPP.CH
#define DCBITMAP.CH
#define DCICON.CH
#define DCCURSOR.CH
#define DCGRAPH.CH
#define common.ch
#define fileio.ch
#define dbstruct.ch
After your last posting I went tested all the code and removed all the defines NOT needed.
Now all code now compiles without error. It still does not print in landscape but does fit on the page.