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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stopping query results from showing

Status
Not open for further replies.

spuppett

Programmer
Jan 25, 2003
48
US
This is probably a very dumb and noobish question, but I can't find an answer. I have a program that runs a query. I set talk off, but it still shows the query. How do I disable that?

Thank you.
 
I think I've got a solutions. Insert the query into a cursor. If there's another one, please let me know.
 
spuppett,

Your question is a good one... I can still remember one of the longest days I ever had. It all started when I put an SQL Statement in as the rowsource for a control for the first time and up popped a browse window when I ran my app. By the time I figured it out, I was really wishing I had just asked someone. <g>

boyd.gif

 
If you are just after a count, rather than wanting the data itself, you can send a SQL query ...TO SCREEN NOCONSOLE.

You get no data output, but _TALLY still works and you are returned to the work area in which you were before running the SQL.


Hope that helps,

Stewart
PS If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top