Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report command
Message
From
25/06/1999 18:21:11
Dovi Gilberd
Dovtware Consulting Inc
Miami, Florida, United States
 
 
To
25/06/1999 17:32:58
General information
Forum:
Visual FoxPro
Category:
Visual ProMatrix
Title:
Miscellaneous
Thread ID:
00234193
Message ID:
00234248
Views:
26
Hi edward...in my table of rates i have 22 fields and the result that is giving me is 23 ..would they have something to do whith each other...

my calls are in view1
my number dialed field is dialednr

my preset table field name is code stored in the customer table as code
Please help me out..

i used your function like this

function rate()
lparameter dialednr,code,result,result,n
select rates
set order to tag code
seek left(view1.dialednr,6)
for n=1 to fcount()
if field(n)=upper(code)
return eval(field(n))&&*result()
endif
endfor
rate=n
return rate
endfunc

what could be wron with it
Previous
Reply
Map
View

Click here to load this message in the networking platform