At 05:09 PM 9/17/2003 +1000, Victor Leach wrote:
I place the vtime variable on the form and make it editable.
So I can now edit the time, looking like a time varaible. I then try to update the datetime column by using variable zVisitInDt=(DATETIME(.vservice_date,.vtime)) this date time variable has recombined okay. The varaible zVisitInDt has the new time. Then try to make the Column take the contents of the variable.
using VisitInDt=.zVisitInDt
and this does not work it reverts back the original time.
What am I doing wrong ?
Victor,
01. Create an Exit EEP on "vTime" variable with the following:
RECALC VARIABLES
RETURNVery Best R:egards,
Razzak.

