Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding time drom a datetime field to another fild
Message
 
À
28/10/2016 09:14:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01642436
Message ID:
01642441
Vues:
55
>>I have 2 datetime fields
>>
>>The first contains a date only
>>
>>The second contains a date and time - the date is wrong but the time is correct
>>
>>How do I add the time portion of field 2 to field 1
>>
>>field 1 date 28/10/2016 00:00:00 I need this field to be 28/10/2016 14:31:00
>>
>>field2 date 30/12/1899 14:31:00
>>
>>How can I do this?
>
>
>REPLACE field1 WITH field1 + (field2 - TTOD(field2))
>
My code is
REPLACE e WITH e + (i - TTOD(i)) where e is field 1 and i is field 2

I am getting operator/operand type mismatch

Both fields are date time

Thanks for your help so far

Colin
Specialist in Advertising, Marketing, especially Direct Marketing

I run courses in Business Management and Marketing
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform