Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I show my query result in a grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00472410
Message ID:
00472413
Vues:
32
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform