This function returns the practice.
object.GetPracProvider()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfile interface |
Display the full name and code of the practice.
Dim aPracProvider
Dim aFullName
Dim aCode
Set aPracProvider = Profile.GetPracProvider
aFullName = aPracProvider.FullName
aCode = aPracProvider.Code
Profile.MsgBox(aFullName & " (" & aCode & ")")
In Profile Client v8 on User Interface Prac Provider can be found in
.