Working on a NT web app created by another developer.
App uses NetTalk 4 (last build..I forget the number).
Clarion 6.1 9033
Windows XP Pro
Getting a syntax error on this code:
p_web.SetSessionValue('DOG:Sex',p_web.dFormat(p_web.GetValue('Value'),@P^P))
Error is: Expression cannot be picture. So I know it has something to do with the @P^P.
Thanks!
Don