Checking rights for current user iFix5.0

Missy5

Member
Join Date
Jul 2008
Location
NG
Posts
24
Hello!

Can someone please help me!

I would like to write my own Login function, now I am using this code, which I found in ebooks of my iFix 5.0:

Public Sub SecurityLogin()
Dim strPath As String
On Error GoTo ErrorHandler

'Get the default iFIX directory.
strPath = System.ProjectPath
Shell strPath & "\Login.exe -m", 1
Exit Sub

ErrorHandler:
HandleError
End Sub

But I have problem, because if there is a user name or password wrong, the message is written in english, I would like to user another language. I don't know how to do this - changing the language of feedback.

Besides that I would like to verifies that the current user has access to a specified security area, as defined in the FIX security system. For example; if user can write to a input field or not.

Thanks, M.
 

Similar Topics

Hello, can someone share/explain How to check comms between PC and PLC via TeamViewer? TIA
Replies
14
Views
390
Hello, I have a question on an OCR application I am doing. I am reading in 16 characters that come from a camera into the plc in its input words...
Replies
4
Views
1,279
I have some questions about MSG Type checking Does a MSG instruction care if the name of the UDT type are different on each PLC as long as...
Replies
6
Views
3,461
I just finished making my 3rd service call to a large machine shop, troubleshooting PLC issues. I can see that none of the PLC or HMI programs are...
Replies
11
Views
3,054
All of these processes are taking all day to run. When doing the same operation in a stand alone intouch application it only take a few minutes to...
Replies
0
Views
1,608
Back
Top Bottom