Search found 20 matches: adsregcallback

Return to advanced search

Re: ADS -> AdsRegCallBack()

Frances;

Nice job. I'll use your implementation.

Thank you.


Reinaldo.
by reinaldocrespo
Tue Oct 28, 2014 1:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS -> AdsRegCallBack()
Replies: 13
Views: 4878

Re: ADS -> AdsRegCallBack()

Hey Frances; I confirm you are right. I would try not to worry as the code works perfectly. I will look into it soon to see if that waring can be, somehow, pacified. Best regards, Reinaldo. Reinaldo, I did this. it solves the warning.     UNSIGNED32 long _stdcall ShowPercentage( UNSIG...
by fraxzi
Tue Oct 28, 2014 12:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS -> AdsRegCallBack()
Replies: 13
Views: 4878

Re: ADS -> AdsRegCallBack()

Hey Frances;

I confirm you are right. I would try not to worry as the code works perfectly. I will look into it soon to see if that waring can be, somehow, pacified.

Best regards,



Reinaldo.
by reinaldocrespo
Mon Oct 27, 2014 1:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS -> AdsRegCallBack()
Replies: 13
Views: 4878

Re: ADS -> AdsRegCallBack()

Reinaldo,

I got warning: Parameter 'ulCallbackID' is never used in function ShowPercentage

It doesn't affect the application on run-time but annoying when compiling.. :)
by fraxzi
Mon Oct 27, 2014 8:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS -> AdsRegCallBack()
Replies: 13
Views: 4878

Re: ADS -> AdsRegCallBack()

Massimo;

I have compiled the c code with all versions of bcc. I do get one warning that can be ignored. I'm sorry I can't say why you get errors. The code is quite simple. I'm too busy these days. I'll try to come back to this subject next week if you still need help.

Best regards,


Reinaldo.
by reinaldocrespo
Fri Aug 10, 2012 10:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS -> AdsRegCallBack()
Replies: 13
Views: 4878

Re: ADS -> AdsRegCallBack()

Hi Reinaldo. I made this function, appending yours, but I receive some errors during compiling process. I'm using Xharbour commercial. I'm doing something wrong ? Thanks a lot. Massimo ************************************************************************** #include "fivewin.ch" #include...
by Massimo Linossi
Fri Aug 10, 2012 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS -> AdsRegCallBack()
Replies: 13
Views: 4878

Re: ADS -> AdsRegCallBack()

Thanks Reinaldo.
I'll give it a try. But not now. I have to turn off the computer because there's a storm coming and I would not take chances with electrical surges.
Massimo.
by Massimo Linossi
Thu Aug 09, 2012 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS -> AdsRegCallBack()
Replies: 13
Views: 4878

Re: ADS -> AdsRegCallBack()

It is working right now for me. Here is the code snippet:       IF ADSCreateSQLStatement( ::cAlias, ::nTblType, ::hAds ) //.or. !ADSVerifySQL( cScript )               oMeter := PROGRESSBAR():New( 100, ::cProgressMsg )               ACTIVATE DIALOG oMeter:oDlg NOWAIT ON INIT o...
by reinaldocrespo
Thu Aug 09, 2012 3:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS -> AdsRegCallBack()
Replies: 13
Views: 4878

Re: ADS -> AdsRegCallBack()

Hi Reinaldo.
Have you solved this issue ?
I have the same problem. I want to execute a function when Advantage is making a select (is only a meter for showing that the procedure is working ).
Thanks a lot.
Massimo.
by Massimo Linossi
Thu Aug 09, 2012 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS -> AdsRegCallBack()
Replies: 13
Views: 4878

Re: Indices y Meter con ADS SOLUCIONADO

Hola

A mi me sale esto

Error: Unresolved external '_HB_FUN_ADSREGCALLBACK' referenced from C:\FWH\PROMOTORIA\OBJ\poliza.OBJ

que me falta :| :?:

Saluditos
by AIDA
Sat Feb 19, 2011 3:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Indices y Meter con ADS SOLUCIONADO
Replies: 7
Views: 1639

Re: Indices y Meter con ADS

... el meter de forma clásica, al estilo clipper, pues no, pero ads provee de funciones para este menester y según he leido es posible. La función adsRegCallBack se usa para esto que quiero, pero como hacerlo para una función con tantos meter como tag tengo en los diferentes indices, es lo que ...
by Pedro
Wed Feb 02, 2011 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Indices y Meter con ADS SOLUCIONADO
Replies: 7
Views: 1639

Re: 'COPY TO' problem with timestamp datatype -- SOMEWHAT SOLVED

Dear All,


I end up using AdsCopyTable().. It works though but I lost gaugebar/meter.. adsRegCallBack() woking only in indexing not in other function like AdsCopyTable()


Regards,
FAP
by fraxzi
Wed Mar 10, 2010 12:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 'COPY TO' problem with timestamp datatype
Replies: 3
Views: 1328

Frances,

Are you calling ADSREGCALLBACK( bCallBack ) before ADSCOPYTABLE() ?
by Antonio Linares
Mon Jul 14, 2008 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Progress during copy table
Replies: 8
Views: 1816

... indexing stuff, not other ADS function uses the Callback functions since they are not "callback" aware. and.. xHarbour's RDD_ADS function named AdsRegCallBack implements on Windows the ADS function named AdsRegisterProgressCallback(..) , which works only with INDEX and REINDEX and is considered ...
by fraxzi
Mon Jul 14, 2008 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Progress during copy table
Replies: 8
Views: 1816

... AdsGotoBottom AdsGetRecordCount AdsSkip AdsCopyTable** AdsCopyTableContents AdsConvertTable ANYBODY with sample code? ..particularly ** I tested ADSRegCallBack() with indexing operation and it worked well. Regards,
by fraxzi
Sat Jul 12, 2008 6:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Progress during copy table
Replies: 8
Views: 1816
Next

Return to advanced search