I've got a routine that calls a parameterized query and recieves the data as XML data and makes a call to XMLtoCursor(). I have a user that keeps getting the error:
"Invalid subscript reference"
My error handler records the line of code that generated the error as the following:
"create cursor TNetQuery from array _XMLCalvinh"
While I do have a cursor called 'TNetQuery' that specific line of code doesn't exist anywhere in my app. My best guess is its coming from somewhere inside XMLToCursor()?
Anybody out there have an idea of what _XMLCalvinh is?
Thanks,
Ralph Kolva
"Invalid subscript reference"
My error handler records the line of code that generated the error as the following:
"create cursor TNetQuery from array _XMLCalvinh"
While I do have a cursor called 'TNetQuery' that specific line of code doesn't exist anywhere in my app. My best guess is its coming from somewhere inside XMLToCursor()?
Anybody out there have an idea of what _XMLCalvinh is?
Thanks,
Ralph Kolva