Can someone give me a code snippit in the way of an example of using a
gridview?
If I have a Result object called vResult and a gridview called myRecords
how do I move data into a gridview from the Result? The code below
doesn't work.
FOR EACH vResults
myRecords[intC, 1] = vResults["description"]
NEXT
Thanks