Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anybody ca help mecall a function to evaluate cell in g
Message
De
28/06/1999 14:05:15
Dovi Gilberd
Dovtware Consulting Inc
Miami, Floride, États-Unis
 
 
À
28/06/1999 05:36:06
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual ProMatrix
Divers
Thread ID:
00232180
Message ID:
00234875
Vues:
24
hi dragan..im using this code that returns the rate code that i chose for the customer..
what else do i need to ad to it to obtain the correct value for that call under that rate plan...? please.......



FUNCTION getrate()
PARAMETERS Result
cRateField="long_distance.rate"
select rates
set orde to tag code

IF LEFT(view1.dialednr,1)='0'
SEEK LEFT(view1.dialednr,6)
endif

IF LEFT(view1.dialednr,1)="#"
SEEK LEFT(view1.dialednr,3)
endif

if LEFT(view1.dialednr,1)='1'
SEEK LEFT(view1.dialednr,4)
ENDIF
RETURN EVAL(cRateField)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform