MargeDoc
This method returns the margin made on a given document.
Syntax:
MargeDoc(<nDocNumber>)
Parameters |
Description |
nDocNumber |
Document 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 document 2563.
messagebox(oBiz.MargeDoc(2563))