frequently asked questions

All your questions in one place.

AdID

This method returns the primary key of an address, given an address code.

Syntax:

oBiz.AdID(<cCodeAdresse>)

Example:

*/ Instantiate end set the database location.

oBiz = createobject("bizinfo.application")

oBiz.cDatabasePath = "C:\WinBIZ Data"

oBiz.nCompany = 1000

oBiz.nYear = 2017

*/ Show the identifier of the address for which the code is ABC123.

messagebox(oBiz.AdID("ABC123"))

Did you find this article useful?

0 out of 0 found this helpful