Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Remote: Query OnProgress
Sat, Jan 2 2010 2:36 PMPermanent Link

Charalampos Michael
Hello,
  Why Query OnProgress event doesn't fire ?

Thank you

--
Charalampos Michael - [Creation Power] - http://www.creationpower.gr
Sun, Jan 3 2010 5:11 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Charalampos


> Why Query OnProgress event doesn't fire ?

It does here. I often use it in conjunction with a progress bar. Are you referring to a TEDBQuery or TEDBScript and what is it doing?

Roy Lambert [Team Elevate]
Sun, Jan 3 2010 8:59 AMPermanent Link

Charalampos Michael
Dear Roy,

>> Why Query OnProgress event doesn't fire ?
>
> It does here. I often use it in conjunction with a progress bar. Are you referring to a TEDBQuery or TEDBScript and what is it doing?
>
> Roy Lambert [Team Elevate]

I use the unicode build of the server and components.

TEDBQuery and an example of SQL:

SELECT Code, Name, Address, "Lookup - Towns".Town
FROM Master
LEFT JOIN "Lookup - Towns" ON (Master.Town = "Lookup - Towns".ID)
WHERE UPPER(Name) Like ' + SearchMaskEdit.Text
GROUP BY CODE
ORDER BY CODE

Thank you

--
Charalampos Michael - [Creation Power] - http://www.creationpower.gr
Sun, Jan 3 2010 10:54 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Charalampos


OK I use ANSI so it might be the problem is only with unicode.

Roy Lambert
Mon, Jan 4 2010 11:37 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< Why Query OnProgress event doesn't fire ? >>

It's a bug in 2.03 B6.  A new build should be out by next week.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image