PRINT DATA

Prints Data

@ <Row> , <Col> PRINT [ DATA ] <xData>
 [ TO <nToRow> , <nToCol> ]
 [ FONT <cFontName> ]
 [ SIZE <nFontSize> ]
 [ BOLD ]
 [ ITALIC ]
 [ UNDERLINE ]
 [ STRIKEOUT ]
 [ COLOR <aColor> ]
 [ RIGHT | CENTER ]
 [ ANGLE <nAngleInDegrees> ]
  • <xData> type can be character, numeric, date, logical or memo.

  • Logical data is shown as 'Yes' or 'No' (translated according selected language).

  • If <xData> is multi-line text (character or memo types), you must specify TO <nToRow> , <nToCol> optional parameters.

  • When <xData> type is numeric, digits are printed begining exactly at specified position (without leading spaces).

  • If optional RIGHT clause is used <Row> , <Col> indicates the right coordinates of <xData> (unless TO <nToRow> , <nToCol> is specified.

  • If optional CENTER clause is used <Row> , <Col> indicates the center coordinates of <xData> (unless TO <nToRow> , <nToCol> is specified.

Units: <Row> , <Col> units are millimeters.


PRINT IMAGE

Prints an Image From File Or Resource

Print images in formats: BMP, GIF, JPG, TIF, WMF, EMF, CUR and PNG.

If <STRETCH> is not specified, the image will be automatically scaled to fit the specified rectangle.

@ <nRow> , <nCol> PRINT IMAGE <cImageFileName> | <cImageResourcename>
 WIDTH <nWidth>
 HEIGHT <nHeight>
 [ STRETCH ]
 [ TRANSPARENT ]
 [ TRANSPARENTCOLOR anTransparentColor ]

Units: <Row> , <Col> , <nWidth> , <nHeight> units are millimeters.


PRINT LINE

Prints a Line

@ <nRow> , <nCol> PRINT LINE
 TO <nToRow> , <nToCol>
 [ PENWIDTH <nPenWidth> ]
 [ COLOR <aColor> ]

Units: <Row> , <Col> , <nToRow> , <nToCol> , <nPenWidth> units are millimeters.


PRINT RECTANGLE

Prints a Rectangle

If ROUNDED clause is used, the rectangle will have rounded corners.

@ <nRow> , <nCol> PRINT RECTANGLE
 TO <nToRow> , <nToCol>
 [ PENWIDTH> <nPenWidth> ]
 [ COLOR <aColor> ]
 [ ROUNDED ]
 [ FILLED ]

Units: <Row> , <Col> , <nToRow> , <nToCol> , <nPenWidth> units are millimeters.


results matching ""

    No results matching ""