Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Matrix
Message
From
24/06/1999 16:56:37
Dovi Gilberd
Dovtware Consulting Inc
Miami, Florida, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Matrix
Miscellaneous
Thread ID:
00233482
Message ID:
00233712
Views:
32
>>**************************************************************************************************************
>>THANK YOU FOR HELPING ME..JUST A FEW MORE QUESTIONS
>>
>>WHAT IS Pv1-rate?
>>WHAT is m.code..?
>>
>>my call log table name is view1 and the field i need is dialednr
>>the rate table's name is rates and the field that has the first 6 digits of the call named is code
>>now the part of the customer where i have stored the rate names to pull them down and asign the to my customer,,,table name rate_code and the field name is code
>>
>>CREATE VIEW pv1_rate AS;
>> SELECT * ;
>> FROM rate ;
>> WHERE code = ?m.code
>>
>>m.code = SUBS(callId,1,6)
>>USE pv1_rate
>>
>>please help me i need it.......pleaseee..
>
>
>pv1_rate is defined in the Create View... p=parameterized, v=view 1=1st one.
>
>m.code is a substr of your code that depicts the first 6 characters.
>
>When you want to get another value, just change m.code and...
>Requery('pv1_rate')
>
>Wayne


could you please help me....im not very familiar with what you are saying..
can you help me doit with crating a new view with the reate new local view
please
Previous
Reply
Map
View

Click here to load this message in the networking platform