Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can anyone help me out with a function that is not worki
Message
From
30/06/1999 07:03:42
 
 
To
29/06/1999 21:07:00
Dovi Gilberd
Dovtware Consulting Inc
Miami, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00235321
Message ID:
00235745
Views:
22
>hi how are you....did you by any chance take a pick at my function...?
>please i need some help
>
>>Can you post your function?
>>
>>>i need help witha function thet is not returning the corect rates for a customer according to the call made and the rate assigned to a custoime.rr

Dovi,
First of all your biggest problem is you don't specify your PROBLEM.

Second I believe your data structure is wrong.
If you are looking for a customer and a specific rate index and want to find the rate I would suggest to have a table like:
MyTable.customer_id,RateIndex,rate
And then do a locate for customer_id = xxx and rateIndex = yy
if found()
rate=MyTable.rate
endif
.....


Hope this helps

Peter
Peter Cortiel
Previous
Reply
Map
View

Click here to load this message in the networking platform