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-tp3265915p3265915.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour