Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I show my query result in a grid
Message
From
05/02/2001 04:59:52
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00472410
Message ID:
00472413
Views:
33
Hi!

select * .... INTO CURSOR MyCursor NOFILTER

than use cursor name as record source of grid. Run report using REPORT FORM command when this cursor in the current workarea, in other words:

select MyCursor
REPORT FORM ....

HTH.

>hi friends,
>
>I need to somehelp that;
>
>1-how can I show my query result in a grid
>2-how can I show my query result in my report (before I created it with report wizard) for exp. my syntax like under
>
>select * from orders;
>order by orderno;
>into my curs; && what should I write here
>
>thanks for the help
>
>Kosta,
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform