Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Matrix rate
Message
From
28/06/1999 18:35:15
Dovi Gilberd
Dovtware Consulting Inc
Miami, Florida, United States
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00233562
Message ID:
00235002
Views:
34
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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform