Board index » delphi » how can I get the the percentage of the query process
eyal wilde
![]() Delphi Developer |
Sun, 26 Nov 2000 03:00:00 GMT
|
eyal wilde
![]() Delphi Developer |
Sun, 26 Nov 2000 03:00:00 GMT
how can I get the the percentage of the query processHi ! Thanks in advance!! |
David Mart
![]() Delphi Developer |
Sun, 26 Nov 2000 03:00:00 GMT
Re:how can I get the the percentage of the query processYou must register a BDE callBack of type cbGENPROGRESS. eyal wilde escribi en mensaje <6lledc$8...@forums.borland.com>... Quote>Hi ! |
eyal wild
![]() Delphi Developer |
Sun, 26 Nov 2000 03:00:00 GMT
Re:how can I get the the percentage of the query processI don't have much experiance with this stuff. thanks in advanced !! QuoteDavid Mart wrote in message <6lmhhb$9...@forums.borland.com>... |
Bob Villier
![]() Delphi Developer |
Mon, 27 Nov 2000 03:00:00 GMT
Re:how can I get the the percentage of the query processTI3103 describes a D2/3 BDE callback arrangement. I could not make much (PS. I'm not certain this would work on a query any way as how can the Bob Using Virtual Access |
eyal wild
![]() Delphi Developer |
Thu, 30 Nov 2000 03:00:00 GMT
Re:how can I get the the percentage of the query processI akesd the following question a few days ago : I have SQL statments that it takes a long time (maybe few minutes) to get I have got an answer from David M: You must register a BDE callBack of type cbGENPROGRESS. but I do not have any experience with this particular stuff. |
Bob Villier
![]() Delphi Developer |
Wed, 06 Dec 2000 03:00:00 GMT
Re:how can I get the the percentage of the query processHere is the D1 batchmove demo I put together for myself. If you are Bob unit Unit1; interface uses type var implementation uses DbiTypes, DbiProcs ; {$R *.DFM} var function ShowProgress( x: cbType; y: Longint; procedure TForm1.Button1Click(Sender: TObject); BatchMove1.Execute; end. ============================== Form File Follows ================== |
1. how can I get the the percentage of the query process - correction
2. Looking For Delphi EXE to display Query Percentage Status
3. Looking For Delphi EXE to display Query Percentage Status
5. Looking For Delphi EXE to display Query Percentage Status
6. Looking For Delphi EXE to display Query Percentage Status