I'm constructing a new campaign for which I wish to record in the
database the time and date when a referral is completed. For that I
have a field in the db with type smalldatetime and an ADOR named
register_date for which I defined already several write expressions
trying to find one that does what I want.
So far I tried with no success the following:
|->[register_date] := Now() (with register_date in the schema as date)
|->[register_date] := AsDate(Now()) (with register_date in the schema
as date)
|->[register_date] := AsString(Now()) (with register_date in the
schema as string)
They all produced a NULL entry in the db.
Even though this method is suggested in the PersonalEffect v4.5 Cross
media training guide, but it doesn't work for me. Can anyone point out
what I might be doing wrong? Thanks in advance.
The code you wrote looks just fine.
Cheers, Tim
> --
>
> You received this message because you are subscribed to the Google Groups "XMPie Interest Group" group.
> To post to this group, send email to xmpie...@googlegroups.com.
> To unsubscribe from this group, send email to xmpie-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/xmpie-users?hl=en.
>
>
>
> > For more options, visit this group athttp://groups.google.com/group/xmpie-users?hl=en.- Hide quoted text -
>
> - Show quoted text -
Happy Holidays
Eduardo