Search found 349 matches

by datadon
Wed Mar 05, 2014 10:58 am
Forum: NeoBookDBPro
Topic: Access DB using Yes/No Field
Replies: 30
Views: 11352

Re: Access DB using Yes/No Field

I may have said it wrong, loading is not correct, I am just opening an Access Database. No CSV involved. Data is already in. Access has a logical field that can be set to Yes/No or True/False etc. Mine is set to Yes/No I tried the "Choose IS Yes" but says it cannot get valued for closed da...
by datadon
Wed Mar 05, 2014 9:39 am
Forum: NeoBookDBPro
Topic: Access DB using Yes/No Field
Replies: 30
Views: 11352

Access DB using Yes/No Field

I'm using an Access DB and trying to load a table that has had records "selected" perviously by putting a check into the Yes/No field. Some records have checks and others not. When I try to open the table I run this query before displaying the info. dbpQuery "CSI" "48Section...
by datadon
Tue Jan 14, 2014 9:43 am
Forum: General NeoBook Discussions
Topic: Drag&Drop Coordinates
Replies: 10
Views: 4459

Re: Drag&Drop Coordinates

Thanks to you all, it is now working as expected. Apparently you cannot get the dropped info using the getobjectinfo action. You must use the [dropx] and [dropy] to obtain it. Now I know it says that in the polygon instructions but I did not seem to get what I wanted at first. Those examples did the...
by datadon
Tue Jan 14, 2014 8:50 am
Forum: General NeoBook Discussions
Topic: Drag&Drop Coordinates
Replies: 10
Views: 4459

Re: Drag&Drop Coordinates

Man on man I am just not picking this up vs what I see on the screen. Gaev, you've already invested considerable time trying to help me with this. And it is important. Would you take a look at my sample pub and see if it makes any sense to you? I'll email it to you and you can do what you want with ...
by datadon
Tue Jan 14, 2014 7:50 am
Forum: General NeoBook Discussions
Topic: Drag&Drop Coordinates
Replies: 10
Views: 4459

Re: Drag&Drop Coordinates

Well I think you are making my point or I am missing something all together. I do not set the values of [publeft] and [pubtop]. It is my understanding that no matter where you move your pub it should give you the location in coordinates for the upper corner of your pub. So if I try to moveobject to ...
by datadon
Tue Jan 14, 2014 7:14 am
Forum: General NeoBook Discussions
Topic: Drag&Drop Coordinates
Replies: 10
Views: 4459

Re: Drag&Drop Coordinates

In this screenshot, I simple moved my orange polygon from one location off view to the location of [publeft] and [pubtop] when the program starts. As you can see it is not in the upper left corner. I also put the [publeft] and [pubtop] variables on the page just below and it shows 76,50. Why would t...
by datadon
Mon Jan 13, 2014 3:01 pm
Forum: General NeoBook Discussions
Topic: Drag&Drop Coordinates
Replies: 10
Views: 4459

Re: Drag&Drop Coordinates

One other thought, does having two monitors come into play here? Moving the app from one window to the other? How does it keep the coordinates straight?
by datadon
Mon Jan 13, 2014 2:47 pm
Forum: General NeoBook Discussions
Topic: Drag&Drop Coordinates
Replies: 10
Views: 4459

Drag&Drop Coordinates

I can't seem to get an object (polygon) to locate itself back to the same location I grabbed it from. I know about using the publeft and pubtop variables to get the top corner location. When I drag my polygon to the new location, it records my coordinates using the getobjectinfo "left" and...
by datadon
Sun Jan 12, 2014 10:08 am
Forum: General NeoBook Discussions
Topic: Hollow Pushbuttons over objects
Replies: 1
Views: 1292

Hollow Pushbuttons over objects

I've noticed that a hollow pushbutton when placed over an image object will allow the image to show through the button, but when placed over a pdf file displayed in a rectangle object, will not. Is this normal or is there something I can do to make it display?

Thanks
by datadon
Mon Dec 23, 2013 5:44 am
Forum: General NeoBook Discussions
Topic: Happy Holidays
Replies: 16
Views: 6761

Re: Happy Holidays

Merry Christmas to some really swell folks! You guys and gals are great.
May God bless you all.
datadon
by datadon
Mon Oct 21, 2013 11:08 am
Forum: NeoBookDBPro
Topic: Why does the NB Browser suddenly stop showing Javascript
Replies: 9
Views: 5379

Re: Why does the NB Browser suddenly stop showing Javascript

I understand. Actually all is working fantastic right now. This is a great way to generate charts, at least until Google changes something on me. There are other options for this other than Google, but theirs is working pretty well right now for a javascript illiterate like me.
by datadon
Sat Oct 19, 2013 12:46 pm
Forum: NeoBookDBPro
Topic: Why does the NB Browser suddenly stop showing Javascript
Replies: 9
Views: 5379

Re: Why does the NB Browser suddenly stop showing Javascript

I finally figured it out. Has nothing to do with brackets etc. This is the right code snippet: ['TaskOwner', 'Number of Task', 'Ready to Work', 'PR>1'], ['Donald Walker', 34, 20, 5], ['Bob Helper', 3, 3, 1], ['Will Rogers', 3, 3, 3], ['Tom Argo', 2, 2, 1], ['Erin ORylee', 1, 0, 0] ]); This is the wr...
by datadon
Sat Oct 19, 2013 12:04 pm
Forum: NeoBookDBPro
Topic: Why does the NB Browser suddenly stop showing Javascript
Replies: 9
Views: 5379

Re: Why does the NB Browser suddenly stop showing Javascript

Did you get this to run in your NB browser? It does not run in mine. What about the double quotes, does that need to be ascii'd out also?
by datadon
Sat Oct 19, 2013 11:22 am
Forum: NeoBookDBPro
Topic: Why does the NB Browser suddenly stop showing Javascript
Replies: 9
Views: 5379

Re: Why does the NB Browser suddenly stop showing Javascript

Well I'll be a son of gun. That makes sense. I use this code to create the sting that is then replaced in the javascript template. It creates the brackets using the [#91] etc. I do the loop because I have changing amounts of data in different charts. Now I need to create the string using the ascii c...
by datadon
Fri Oct 18, 2013 10:46 am
Forum: NeoBookDBPro
Topic: Why does the NB Browser suddenly stop showing Javascript
Replies: 9
Views: 5379

Re: Why does the NB Browser suddenly stop showing Javascript

Well the image cut it off a bit, you can see it on the right side. I just drew it in, the chart would have shown there. Here is the code: <html> <head> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript"> google.loa...