Navigating within the document

i have a form that is very long and has lots of information on it. i want to be able to place an action on the action bar that goes directly to a spot on the document. i have tried the gotofield method to get it to move to the correct position, but i dont want to have the cursor going. is there a way to go to a certain spot without moving the cursor as well? any help is greatly appreciated!

Subject: navigating within the document

ws.EditDocument will accept an anchor parameter to jump you to a particular place on the form, but this will only work in read mode. Does the document have to be in edit mode? And why don’t you want the cursor to move?

hth

Tony

Subject: RE: navigating within the document

i didnt want to have to put the cursor in an editable field where people could accidentlly edit it without knowing. but i did still want it in edit mode. i guess i cant have it both ways, huh. i really just wanted people to be able to move down the document easily but still be able to edit the doc. thanks for your help