NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on December 12, 2014, 12:39:55 PM
-
CL 9.0
NT 8.32
Two fields on a form
Date pf Birth
Age
In the Validate Embed for Date of Birth I have the expression Loc:Age = AGE(Pat:BirthDate,TODAY())
I know it works
I have the Loc:Age as a display field on the form
I have Loc:Age in the refresh section for the DOB field
It never displays
Brian
-
post a code snippet in app and dct and I will take a look for you
K
-
you need to set the SessionValue not the local variable.
eg
Loc:Age = AGE(Pat:BirthDate,TODAY())
p_web.SSV('loc:age',loc:age)
Cheers
Bruce