i suggest you post messagesa in advantage newsgroup regarding [x]harbourserver
devzone.advantagedatabase.com newsgroup: advantage.xharbour

Other suggestion
The "unofficial" guide of ADS for xHarbour has been written by Rene Flores,
it's about 100 pages and actually it's in spanish.
It has all the functions of the RDDADS documented but it still needs a
review to see if all the docuemented parameters do what they should do <g>
Rene is working at process of translation into english, and the guide will
be
publish soon in internet to everybody to review and enhace it.

Regards

Rene Flores
http://www.ciber-tec.com



2009/7/16 AbeB <abe.b...@att.net>

>
> ok, after some more testing, i find that the problem is with acs32.dll
> version 7.
> just downloaded version 9 and it seems to be fixed.
>
>
>
> AbeB wrote:
> >
> > problem with subindex & ads remote(only)
> >
> > #INCLUDE "ADS.CH"
> >
> > PROC MAIN()
> >
> > REQUEST ADS
> >
> >
> > SET SERVER REMOTE  // <<-will include the entire file in the 2nd index.
> > //SET SERVER LOCAL  // <<-will include the entire file in the 2nd index.
> >
> >
> > ERASE("TEST.CDX")
> >
> > DBCREATE("TEST.DBF" ,{ {"FLD1", "N", 10 , 0 }} )
> >
> > USE TEST VIA "ADS" EXCLU
> > INDEX ON FLD1  TAG TEMP
> > ORDSETFOCUS("TEMP")
> >
> >
> > FOR I  := 1 TO 100
> >
> >       APPEND BLANK
> >       FIELD->FLD1 := I
> >
> > NEXT
> >
> >
> > ERASE("TEMP2.IDX")
> >
> > GO TOP
> > SKIP 50
> >
> > BROWSE()
> >
> >
> > INDEX ON FLD1 TAG TEMP2 WHILE FLD1 < 9999   TO TEMP2.IDX
> >
> > ORDSETFOCUS( "TEMP2")
> >
> > BROWSE()
> >
> > USE
> >
> > QUIT
> >
> >
> >
> >
>
> --
> View this message in context:
> http://n2.nabble.com/problame-with-subindex---ads-remote-tp3265915p3266466.html
> Sent from the harbour-devel mailing list archive at Nabble.com.
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to