in format control login.DEFAULT, create a variable using a sysinfo.get() like this

$myvar=sysinfo.get("ClientVersion")



This will return the version string for either the fat or thin client.



Then in calculations use index() to test $myvar for the version you are looking for. If the test fails, call one of the message box RAD routines. F.ex. mb.ok



pass these params and values



name OK (no quotes on any of these params)

text -your message to user-

boolean1 true

prompt info





[Edited by admin on 01-05-2002 at 10:29 GMT]