I’ve upgraded my notes client from 8.01 to 8.5 and something happend.The agent which using Evaluate(|@ClientType|) will return “Web” value when it be run in Notes 8.5 STD.
I made a test and it’s ok using @ClientType directly in computed field.
Have anyone get this problem?
Subject: Example of evaluate@CclientType not working
Using this code from 8.5.3 client (running 8.5.2 server)
Set s = New NotesSession
ClientType = Evaluate(“@ClientType”)
MsgBox ClientType(0)
returned “None”
Is there a work around?
Subject: Anybody can reproduce it for me?