Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem to compare date+time with System datetime
Message
From
23/07/2013 06:33:22
 
 
To
22/07/2013 18:23:23
Luis Santos
Biglevel-Soluções Informáticas, Lda
Portugal
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 8
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01579024
Message ID:
01579059
Views:
42
>Hello comunity
>
>I have build this code to compare the date and time on my document with my System datetime(), and is is less than my System datetime the rule don´t save the record:
>
>Please see my code in jpg
>
>The problem thas is not work, the error is :
>Line 10
>Function argument value, type, or count is invalid
>
>someone could give me help.
>Many thanks
>Luis Santos
Hi,

It would be much easier if you would post your code here as code and not as a picture.
Please give also the value of your bo2.XPDDATA
Also start the debugger and check the values of the different variables when it encounters the error

Try

myDattime = datetime(transform(m.myYear),transform(m.myMonth),transform(m.myDay),(transform(m.myHora), transform(m.myMinutos))

Regards,
Koen

Regards,

Koen
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform