Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

query to user defined window

Status
Not open for further replies.

choppysuey

Technical User
Joined
Mar 28, 2001
Messages
54
Location
US
Hi all. Could some please show me how to direct the results of a query into a user defined window created using DEFINE WINDOW myWindow.... For the life of me, I can't seem to find the answer in the threads.
 
It's a long time since I'v done this sort of thing, but I would have thought something like this:

DEFINE WINDOW ....
ACTIVATE WINDOW ...
SELECT .... TO SCREEN

Does that work for you?

Mike

__________________________________
Mike Lewis (Edinburgh, Scotland)

My Visual FoxPro site: www.ml-consult.co.uk
 
Thx Mike. I had the same code but forgot to activate window before issuing the SELECT..TO SCREEN.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top