Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Error executing requests "datasets" Access is Denied
Tue, May 27 2014 12:52 AMPermanent Link

MarkB

I'm just trying to run the sample app "slideshow" and I'm getting the above error.  Turns out I can't run any of the samples that have db access.

Tried to track it down to no avail.

What am I doing wrong?

Is the line number reference a JavaScript line number?

Thanks,
Mark
Tue, May 27 2014 3:34 AMPermanent Link

Matthew Jones

MarkB wrote:

> Is the line number reference a JavaScript line number?

Probably yes, if it is coming from the browser. If you have the
compacted mode on, it is useless, but without you can look at the code
in the browser debugger (F12 in Chrome) and then put a breakpoint and
run the page again. Then you can see the call stack to find out what is
happening, and from that you can see where it is in the EWB code.

--

Matthew Jones
Image