frequently asked questions

All your questions in one place.

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))

Did you find this article useful?

0 out of 0 found this helpful