Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data type mismatch
Message
From
24/08/2004 09:22:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Data type mismatch
Miscellaneous
Thread ID:
00935887
Message ID:
00935887
Views:
55
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
Next
Reply
Map
View

Click here to load this message in the networking platform