WIth harbour 2.0 & ads 8.1 seem work without problem Can you describe your problem?
2009/7/17 AbeB <abe.b...@att.net> > > I deleted my second post that stated that with the latest ADS version it's > OK. ( my test was flawed) > so I don't now if the problem is with harbour or ADS, and if it's with > ADS, then if it's fixed in a latter version. I have version 7 only. > > maybe someone with a later version of ADS can give it a test. > > thanks > Abe > > > > > 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-tp3265915p3276581.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