Is is possible to test a LookupValidationRecord call to a remote SQL call when running the simulator? This is my script but I'm getting no return:
@Record@ = LookupValidationRecord("users.txt","UserLogOn", $LOGIN.txtusername$) @Username@ = LookupParseValidationField("users.txt","UserLogOn", @Record@) Message(@Username@ , "AIRBITS" , "OK" ) |