RocAFella2007
Technical User
Hi, I have the following coding which is pretty much simple.
dbindingmanager.Position += 1
The above code just moves on to the next record, if i swapped the number 1 with 2, the result would be obvious it would move 2 records ahead. Is there a way in which you could move to a certain record ahead, for example If I have a textbox with certain text and i wanted the code above to move on to the next item which is identical to the textbox, is that possible?
Thanks
dbindingmanager.Position += 1
The above code just moves on to the next record, if i swapped the number 1 with 2, the result would be obvious it would move 2 records ahead. Is there a way in which you could move to a certain record ahead, for example If I have a textbox with certain text and i wanted the code above to move on to the next item which is identical to the textbox, is that possible?
Thanks