Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formating Fields
Message
De
13/10/1997 14:10:15
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00054260
Message ID:
00054342
Vues:
36
Since FSIZE returns the file size in bytes, perhaps Nick meant a different function. The way I'd do it is

this.value = PADL( ALLTRIM( this.value ), '0', 5 )

in the valid().

>>this.value = REPLICATE("0",FSIZE(myfield) - LEN(ALLTRIM(this.value)) ) +
>>ALLTRIM(this.value)
>>
>>in Valid() event probably might help.
>>
>>Nick
>
>
> Thanks Nick, but when I run the form, I receive the following error
>message "Too long sequence bla,bla..."
> Alano Teles
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform