Yes it is if you:
SET XMLFORMAT TO ADO
Which I believe is the default.
Type: Posts; User: lianjasupport
Yes it is if you:
SET XMLFORMAT TO ADO
Which I believe is the default.
Ah... Looking at your code further you can't use foreach on activex collections like that in Lianja you must get each item by index e.g item( n ).
Also if you
SET DEBUGOUT ON
and put
DEBUGOUT "some message"
these will be included in the debug,txt file also which should help to track the problem down.
If you SET DEBUG ON in the command console and then run it, the debug.txt file in the lianja\beta directory should let you see what the method signatures are and what it causing the issue.
i agree...