GetFieldNo(Index As Integer) As Object

Invoice object

Returns the active field with number Index. The fields are numbered in the order they appear in the invoice profile. Field numbers start with 1.

GetFieldNo(2) returns the second field of the invoice. GetFieldNo(4) returns a NULL object.

Related topic

Invoice object