Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Mike Yearwood
  Where is Mike Yearwood?
 Toronto
 Canada
 Mike Yearwood
 To: Glen Villar
  Where is Glen Villar?
 Cabanatuan
 Philippines
 Glen Villar
 Tags
Subject: RE: Progress Bar in SQL SELECT
Thread ID: 210647 Message ID: 211146 # Views: 40 # Ratings: 0
Version: Visual FoxPro 9 Category: General VFP Topics
Date: Friday, January 09, 2009 7:46:02 PM         
   


> > Hi Glenn
> > thats a good idea, but do with or without procedure for query.
> > c the time difference in both query
> >
> > Select * From Products Into Cursor NewProducts
> >
> > Select *, This.MoveBar(m.lnCount,Recno()) From Products Into Cursor NewProducts
>
> The first query is faster and will always be than the second query. :-)
>
> Months ago, I've learned from Stefan Wuebbe to avoid using 'This/Thisform' in a query as much as possible because it tends to slow down it's process.
>
> I, myself, would not want this type of example applied to any of my query due to the same reason. But for some people, they prefer seeing something visual rather than facing an idle form with an hour glass for a long time during a long execution of query.
>
>
> (coffee)
> DeepLogic Computers & Software / Acer Lending Investor

This approach is best.

http://foxridgesoftware.com/Blogs/tabid/84/EntryID/2/Default.aspx

Mike Yearwood
Microsoft MVP Visual FoxPro 2008



We have enough youth. We need a fountain of smart!
There may be many ways to skin a cat, but there are very few right ways to do it.



COMPLETE THREAD
Progress Bar in SQL SELECT Posted by bryan wetton @ 1/7/2009 6:55:38 AM
RE: Progress Bar in SQL SELECT Posted by Glenn Villar @ 1/7/2009 7:20:11 AM
RE: Progress Bar in SQL SELECT Posted by Om Rajan @ 1/7/2009 11:00:59 AM
RE: Progress Bar in SQL SELECT Posted by Glenn Villar @ 1/8/2009 2:07:45 AM
RE: Progress Bar in SQL SELECT Posted by Mike Yearwood @ 1/9/2009 7:46:02 PM
RE: Progress Bar in SQL SELECT Posted by Glenn Villar @ 1/13/2009 5:59:23 AM
RE: Progress Bar in SQL SELECT Posted by Stefan Wuebbe @ 1/7/2009 10:02:34 AM
RE: Progress Bar in SQL SELECT Posted by Om Rajan @ 1/7/2009 11:16:59 AM
RE: Progress Bar in SQL SELECT Posted by Stefan Wuebbe @ 1/7/2009 12:53:59 PM
RE: Progress Bar in SQL SELECT Posted by Om Rajan @ 1/7/2009 1:06:24 PM
RE: Progress Bar in SQL SELECT Posted by Russell Hill @ 1/7/2009 12:25:03 PM
RE: Progress Bar in SQL SELECT Posted by surinder singh @ 1/7/2009 12:29:40 PM
RE: Progress Bar in SQL SELECT Posted by Russell Hill @ 1/7/2009 12:34:29 PM
RE: Progress Bar in SQL SELECT Posted by Mike Yearwood @ 1/8/2009 3:53:15 PM
RE: Progress Bar in SQL SELECT Posted by bryan wetton @ 1/10/2009 4:06:00 AM
RE: Progress Bar in SQL SELECT Posted by Mike Yearwood @ 1/13/2009 4:36:20 PM