logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Lee on Thu 4 Apr 2002 in response to Keeping the boss happy

Re: Agent Done? - Again

Samantha.


I originally was getting no data from the views as well, and was getting a
'Subscript out of range' error message. Are you getting any error messages in
the Domino console? One thing that I was doing differently was that I have more
than two columns in the view. I was getting the complaint from Domino because
it wanted me to start the ColumnValue() array index at '0', or ColumnValue(0)
instead of ColumnValue(1). I did that: it works like a charm.


With only two columns, Domino doesn't seem to mind (don't no why?).


I hope this helps.