Script Errors with form scripts

M

Marc Dimmick

I have been doing some work with scripts within the forms tool and keep
getting the error

Expected '}'

It give a line and character but the syntax of the script is correct. How do
I test a script to find out where the error is to get it working? HELP....
:(

--

Regards
Marc Dimmick

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

Marc Dimmick

In searching for a solution I came across this Javascript editor. I found it
to be very good.

Called 1st JavaScriptEditor worth having a look I was able to sort out my
scripting issues. :)


--

Regards
Marc Dimmick

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

Hugh Pyle [MSFT]

I find, working on forms apps with large amounts of script, my preferred
method to be
- Edit script code outside Groove, using a text editor or Visual Studio (and
managing source in a version control system);
- Before pasting script code into Groove designer, run it through "js lint".

JSLint is quite strict. That's a good thing. http://jslint.com/
 

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