Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String Too Long to Fit
Message
 
À
12/05/2000 15:12:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00369164
Message ID:
00369210
Vues:
15
>Hi Bret,
>
>Although it can happen at different places at different times, in a loong SQL SELECT statement for instance. When I disassemble the statement and reassemble it lin by line it will work fine. Currently I'm having problems with the following:
>
>NewText = cMonth(DATE())+" "+ALLTRIM(STR(Day(DATE())))+", "+ALLTRIM(Str(Year(DATE())))
>
>DO WordRepl WITH "<>", NewText
>
>I will probably work around with:
>
>NewText - 'May 12, 2000'
>DO WordRepl WITH "<>", NewText
>
>But of course that only works today.
>
>Thanks. Have a nice day.
>
>Regards,
>
>Paige

You might try replacing the above with

mdy(date())
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform