Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Number at mytext
Message
De
10/12/2004 10:24:16
 
 
À
10/12/2004 09:39:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00966918
Message ID:
00968292
Vues:
30
INSERT  INTO  billinfo(billno,billdate) VALUES (val(right(thisform.text1.Value,4)),DATE())
Remember that the value showed in thisform.text1.Value, 04-0001, is ONLY ment to show nicely, it is not the actual billno.

>hi,
>thank you very much,it works
>i try to insert myvalue as under ,but i get error messag(data type mismatch)
>
>INSERT  INTO  billinfo(billno,billdate) VALUES (thisform.text1.Value,DATE())
>
>thanks.
>m.qasem
>
>>Try this.
>>
>>thisform.text1.value=RIGHT(STR(YEAR(DATE()),4),2) + '_'+RIGHT(STR(10000+(billinfo.billno+1),5),4)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform