it seems the question prefers to be first.
if i out it second, third, fourth - no good.
even trying: res.Fields("questionname").Value did not work.
the header doesn't seem to work if i put it in the third or fourth position.
so, in order for it to work, I have to do
Question (string)
Header (string)
Row (string)
QuestionNumber (integer)
no other order works.




Reply With Quote