This document is archived and information here might be outdated. Recommended version. |
Find a given sub-field
[Visual Basic .NET] Public Function FindInputFieldIndex ( _ ByVal Table As String, _ ByVal Field As String _ ) As Integer
[C#] public int FindInputFieldIndex ( string Table, string Field );
[C++]
HRESULT FindInputFieldIndex(
BSTR Table,
BSTR Field
);
[C++]
Parameters Table [in]
Table is a parameter of type BSTR Field [in]
Field is a parameter of type BSTR