How to get Index value on ODC - RS macro ?
Hi to all,
In trying to create a Marco in the recognition server of oracle and I need access the values of several index fields. I have tried with some codes as the ones below but with not much success
Public Sub ecAutoFile_SaveFieldValues(ByRef IndexFields As Object)
Dim oIndex AS OBJECT
' Loop through the Index fields
For Each oIndex In IndexFields
MsgBox oIndex.Name & "/" & oIndex.Value
Next oIndex
End Sub
Public Sub ecAutoFile_StartBatch(ByRef Batch As Object, ByRef Cancel As Boolean)
'Obtiene la referencia del batch
Set moBatch = Batch