Syntax
Public overrides Function ClientID(ByVal ClientUsername As String)As long
This function returns the Client ID with given name.
Parameters
Key | Description |
ClientUsername | The name for client |
Sample
Public Sub main () Msgbox (BO.GetBO.ClientID (Name)) End Sub
See Also