Hi.
Can someone please help with the following problem:
i have a view with many documents, i open one of these documents..then click on an action button that changes some field values in that document (using a script agent)...in the agent the final code is:
Call uidoc.close
Call viewall.Refresh
End If
End Sub
this will close the document and refresh the view..but what i then want to do is to go back into the document in edit mode and somehow automatically enable an action button to be clicked on or run..
is this possible to..how do you run an action button in an action bar using Lotusscript.
i tried
Set uidoc = ws.CurrentDocument
uidoc.EditMode = True
after closing the document but this did not work, but even then i could not figure out how to run an action button in script.
Any help would be greatly appreciated.
Thanks Nadeem Shaikh

Run ACTION BUTTON through Script (Nadeem Shaikh 8.May.03)
. . 