Macros for DATAPAGE

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Macros for DATAPAGE

    Is there any sample library of macros that can be used with DataPage?
    Does anybody know how to enlarge customazing options for data report (colors for out-of-tolerance, size and type of font, etc)

  • #2
    I do not know of any sampe library of the macros. You could create one to see the information it contains.
    This example will use PART DEMO and create a DataReport on the variables specified for the last 30 transactions:
    Part DEMO;
    Variable CIR0.D,
    CIR0.T,
    CIR0.X,
    CIR0.Y;
    Last 30;
    DataRep;

    The font size for the reports is found in the datapage.ini file. You should make a backup copy of this file before changing it.

    I think the default is the following:
    ReportFont=Courier New
    ReportFontSize=14
    ReportPrintFont=Courier New
    ReportPrintFontSize=10

    You can change these values but datapage should not be running when you edit the file. ReportFontSize is for screen display while ReportPrintFontSize is for printing.

    Comment

    Related Topics

    Collapse

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎