Edit Button - Groove 3.1

M

Marc Dimmick

I have created a script button

Edit / EditThisDocument(); / stdEditButton

then created a Field Group

grpButtonBar
Class Name: stdEditButton
and selected std Edit Button

But I still can not get the button to be active in preview mode. I have the
script Rapid.js Version #4

What am I missing????

--

Regards
Marc Dimmick

"The best way to predict the future is to create it" - Dr.Peter F. Drucker
 
H

Hugh Pyle [MSFT]

In your form's OnAfterInitialize script, call
EnableField("stdEditButton",true) (to enable the button in all modes).

--
Hugh Pyle / Program Manager / Microsoft Office Groove
http://blogs.msdn.com/hughpyle/

This posting is provided "AS IS" with no warranties, and confers no rights.


in message
news:[email protected]...
 
M

Marc Dimmick

I have entered

EnableField("stdEditButton",true)

into the file System callouts script for 1. New Request

I have entered the above with and without a ; at the end of the line. I am
still not getting it to work.

--

Regards
Marc Dimmick

"The best way to predict the future is to create it" - Dr.Peter F. Drucker
 
M

Marc Dimmick

I got it to work thanks Hugh, I missed the OnAfterInitialize part. :)



--

Regards
Marc Dimmick

"The best way to predict the future is to create it" - Dr.Peter F. Drucker
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top