Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date and Time displays
Message
De
03/09/1997 09:26:26
 
 
À
03/09/1997 09:22:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00048093
Message ID:
00048249
Vues:
27
>>>>I have a program with fields names of DATE
>>>>and TIME. I can not change these names.
>>>>When I send them to the printer,
>>>>the printer printes out the field value and
>>>>the system value.
>>>>example: TIME, printer prints out what is in the
>>>>TIME field and is also printes out the systems Time VALUE.
>>>>I only want to print out what is in the field.
>>>>ANY IDEAS?
>>>
>>>Hi, Rob. Do you use Report Writer or something else?
>>
>>Hi Edward... No I am not using Report Writer. The is just code.
>>The code I am using is:
>>???date && sends the date to the printer (HP III)
>>thanks..rob
>
>You can ensure yourself using:
>dDate=table1.date
>??? dDate

Sorry, I was too quick. Use following:
cDate=dtoc(table1.date)
??? cDate
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform