Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible EVL() bug
Message
 
 
To
28/03/2006 07:00:24
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01108281
Message ID:
01108382
Views:
12
>>In my Employee table sample, the Birth_date field is of type Date. I think that exist something around it.
>
>No Erick,
>It happens with datetime fields consistently (it was a quick sample to send here. In original code I hit this the field was really a datetime field).
>
>SELECT emp_id, DTOT(birth_date)+3600 as bdate ;
>  FROM (_samples+'data\employee') ;
>  INTO CURSOR crsDummy nofilter
>SELECT emp_id,EVL('dummy',TTOC(bdate)) as bdate FROM crsDummy
>
Cetin

Why would you expect 'dummy' to be empty to start with? Should it be
evl(ttoc(bDate),'dummy') instead?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform