In a post a few weeks ago, Patrick said
You can pretty much do anything with vstools that you can do manually
I need to create a stand alone form that allows a user to navigate to a set
of specific SOP documents. To do this, I'll need to save the current doc,
enter the new SOP number in the doc number field, and tab out. All this will
be done from a custom 'nav' form.
I'm having trouble with step 1. How do I save a document? In VBA, I would
set the button = 1 but in VS Tools,
Dynamics.Forms.SopEntry.SopEntry.SaveButton = 1 give a 'read only' error.
Pls help...