Guest_imported
New member
- Jan 1, 1970
- 0
We have a application that runs on our network that loggs users. I must implement the username into my report.
How do i make this API call into Crystal??
I made a button in VB that looks like this :
Private Sub Command1_Click()
Set x = GetObject("", "AUAMain.AUAMainClass"
Ret = x.GetCurrentUserID()
Text1.Text = Ret
Set x = Nothing
End Sub
This one collects the username into a textbox.
Any ideas how i get this information to Crystal reports formula??
Im in desperate need for help / Kippe....
How do i make this API call into Crystal??
I made a button in VB that looks like this :
Private Sub Command1_Click()
Set x = GetObject("", "AUAMain.AUAMainClass"
Ret = x.GetCurrentUserID()
Text1.Text = Ret
Set x = Nothing
End Sub
This one collects the username into a textbox.
Any ideas how i get this information to Crystal reports formula??
Im in desperate need for help / Kippe....