Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Limiting records that show in a grid
Message
From
07/04/2006 17:46:51
 
 
To
07/04/2006 16:30:24
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01095298
Message ID:
01111606
Views:
21
Yup, like this
SELECT ;
test_financing.amount,test_financing.source,test_financing.phase ;
from tip inner join test_financing on tip.tip_id = test_financing.tip_id ;
INTO CURSOR MyCursor
>OK Craig, I'm finally getting back to this problem and I want to explore your suggestion first. In my grid I set the rowsource to
>
>SELECT ;
>test_financing.amount,test_financing.source,test_financing.phase ;
>from tip inner join test_financing on tip.tip_id = test_financing.tip_id
>
>
>this produces a browse window when the grid inits. Are we supposed to SELECT into a cursor when the result is going into a grid? Upon closing the browse I get a syntax error with an OK button but no indication where the error is. Can you help further?
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform