Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Matrix rate
Message
De
28/06/1999 18:35:15
Dovi Gilberd
Dovtware Consulting Inc
Miami, Floride, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00233562
Message ID:
00235002
Vues:
35
Hi barbara..how are you today...im still doing this rate thing
im using this function that returns to the grid the correct rate name..
what comes next....?please


FUNCTION getrate()
PARAMETERS Result,codigo
cRateField="long_distance.rate"
IF LEFT(view1.dialednr,1)="0"
SEEK LEFT(view1.dialednr,6)
endif
IF LEFT(view1.dialednr,1)="1"
SEEK LEFT(view1.dialednr,4)
endif
IF LEFT(view1.dialednr,1)='#'
SEEK LEFT(view1.dialednr,3)
endif



RETURN EVAL(cRateField)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform