This might sound vague, but I'm not looking for an exact answer, so bear with me.
I use tcursor in a loop. The following code for the tcursor is place inside the loop. (The loop works fine)
tCursor.Column1 = 100
tcursor.column2 = "sss"
tCursor.postRecord()
sleep()
But for some or other reason the tcursor does not insert all 121 records (nr of times the loop executes) as I want it to. Only two records are inserted...
Any idea as what to look for or what I might be doing wrong?
Thanks
Richard
I use tcursor in a loop. The following code for the tcursor is place inside the loop. (The loop works fine)
tCursor.Column1 = 100
tcursor.column2 = "sss"
tCursor.postRecord()
sleep()
But for some or other reason the tcursor does not insert all 121 records (nr of times the loop executes) as I want it to. Only two records are inserted...
Any idea as what to look for or what I might be doing wrong?
Thanks
Richard