Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data type mismatch
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Data type mismatch
Divers
Thread ID:
00935887
Message ID:
00935887
Vues:
54
i am using these codes(by fabian) call with reply prg. But i always face data type mismatch. i set nmonth vlaue numaric.
SELECT test1
scan
c3 = ALLTRIM(LEFT(examcode ,3))
DO rep1 WITH c3
replace nmonth WITH cRes
ENDSCAN
Where rep1.prg would be:


PARAMETERS cMes
PUBLIC cRes
DO case
CASE cMes = "nov02"
cRes = 11
CASE cMes = "Oct02"
cRes = 10
ENDCASE
RETURN cRes

what is my mistake
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform