Guest_imported
New member
- Jan 1, 1970
- 0
I'm testing ApolloCOM60 in order to access and update clipper tables and indexes (NTX) from Visual Basic.
The problem is that i can't find how to open or manage the indexes! Here's the code I'm testing:
Dim objTable As ApolloCOM60.Table
Set objTable = New ApolloCOM60.Table
With objTable
.DatabaseName = "P:\Wxobject\wxdatos"
.TableName = "WKARAP.DBF"
.IndexOpen "WKARAP.NTX"
.Open
MsgBox(.GetString("WKARNUPART"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
End With
The problem is that i can't find how to open or manage the indexes! Here's the code I'm testing:
Dim objTable As ApolloCOM60.Table
Set objTable = New ApolloCOM60.Table
With objTable
.DatabaseName = "P:\Wxobject\wxdatos"
.TableName = "WKARAP.DBF"
.IndexOpen "WKARAP.NTX"
.Open
MsgBox(.GetString("WKARNUPART"
End With