MargeLine
This method returns the margin made on a document line.
Syntax:
MargeLine(<nDocNumber>, <nDocLine>)
Parameters |
Description |
nDocNumero |
Document number. |
nDocLine |
Line number. |
Examples:
*/ Instantiate end set the database location.
oBiz = createobject("bizinfo.application")
oBiz.cDatabasePath = "C:\WinBIZ Data"
oBiz.nCompany = 1000
oBiz.nYear = 2017
*/ Show the margin made on line 5 for the document 2563.
messagebox(oBiz.MargeLine(2563, 5))