Search found 134 matches
- Wed Aug 08, 2018 10:55 pm
- Forum: Miscellaneous
- Topic: postgresql insert syntax error
- Replies: 3
- Views: 61887
Re: postgresql insert syntax error
It's working now, and the only thing I did was try it in pgadmin 
- Wed Aug 08, 2018 10:43 pm
- Forum: Miscellaneous
- Topic: postgresql insert syntax error
- Replies: 3
- Views: 61887
Re: postgresql insert syntax error
I didn't use it as a subselect, that's just how is is displayed in the error. All I entered was the insert statement as shown.
- Wed Aug 08, 2018 9:14 pm
- Forum: Miscellaneous
- Topic: postgresql insert syntax error
- Replies: 3
- Views: 61887
postgresql insert syntax error
This is driving me nuts, can't see the problem here. Here is my table definition Screenshot_15.jpg SQL INSERT INTO custwelc_section (owner, sheader, scontent) VALUES (5, 'about me', 'vvvvvvvvvvvvvvvvv'); error in phpPgAdmin SQL error: ERROR: syntax error at or near "INTO" LINE 1: SELECT CO...
- Fri Nov 13, 2015 7:08 pm
- Forum: Miscellaneous
- Topic: Problem IE(11) PDF in iframe above banner and menu on scroll
- Replies: 18
- Views: 61635
Re: Problem IE(11) PDF in iframe above banner and menu on sc
No, unfortunately not. I convert the pdfs to images to get around it.
- Fri May 15, 2015 8:44 pm
- Forum: Miscellaneous
- Topic: Problem IE(11) PDF in iframe above banner and menu on scroll
- Replies: 18
- Views: 61635
Re: Problem IE(11) PDF in iframe above banner and menu on sc
Worked it all out. Thanks for your help!!!
- Thu May 14, 2015 4:02 pm
- Forum: Miscellaneous
- Topic: Problem IE(11) PDF in iframe above banner and menu on scroll
- Replies: 18
- Views: 61635
Re: Problem IE(11) PDF in iframe above banner and menu on sc
I tried putting the pdf in a frame.
Now I have given up the whole pdf idea, and I'm converting the pdf to an image and displaying that. Now the only issue is that the image is a differnt size in IE - does it never end - haha
I will deal with it.
Now I have given up the whole pdf idea, and I'm converting the pdf to an image and displaying that. Now the only issue is that the image is a differnt size in IE - does it never end - haha
I will deal with it.
- Wed May 13, 2015 4:46 pm
- Forum: Miscellaneous
- Topic: Problem IE(11) PDF in iframe above banner and menu on scroll
- Replies: 18
- Views: 61635
Re: Problem IE(11) PDF in iframe above banner and menu on sc
I tried it. IE no longer rendered the pdf at all. Have discovered that I also have the same issue in Safari, hmmm that's not good as all is good in chrome. ...and just an aside, decided to go right to the source. Spent 2 1/2 hours with a microsoft technical support person yesterday. Was really surpr...
- Tue May 12, 2015 10:01 pm
- Forum: Miscellaneous
- Topic: Problem IE(11) PDF in iframe above banner and menu on scroll
- Replies: 18
- Views: 61635
Re: Problem IE(11) PDF in iframe above banner and menu on sc
Looks like they aren't supported in html 5
- Tue May 12, 2015 7:31 pm
- Forum: Miscellaneous
- Topic: Problem IE(11) PDF in iframe above banner and menu on scroll
- Replies: 18
- Views: 61635
Re: Problem IE(11) PDF in iframe above banner and menu on sc
Yes - tried that.
- Tue May 12, 2015 1:17 pm
- Forum: Miscellaneous
- Topic: Problem IE(11) PDF in iframe above banner and menu on scroll
- Replies: 18
- Views: 61635
Re: Problem IE(11) PDF in iframe above banner and menu on sc
As I said in my original post
There is stuff all over the web on this issue, and I have tried everything with no luck, and got so frustrated I gave up
- Mon May 11, 2015 5:45 pm
- Forum: Miscellaneous
- Topic: Problem IE(11) PDF in iframe above banner and menu on scroll
- Replies: 18
- Views: 61635
Re: Problem IE(11) PDF in iframe above banner and menu on sc
Changing the Z-index appears to have no effect.
- Sun May 10, 2015 5:34 pm
- Forum: Miscellaneous
- Topic: Problem IE(11) PDF in iframe above banner and menu on scroll
- Replies: 18
- Views: 61635
Re: Problem IE(11) PDF in iframe above banner and menu on sc
The problem is that in Internet explorer a pdf in an iframe sits above my banner and menu when you scroll down the page.
- Sun May 10, 2015 12:47 am
- Forum: Miscellaneous
- Topic: Problem IE(11) PDF in iframe above banner and menu on scroll
- Replies: 18
- Views: 61635
Problem IE(11) PDF in iframe above banner and menu on scroll
There is stuff all over the web on this issue, and I have tried everything with no luck, and got so frustrated I gave up. Hopefully some kind person out there can help me. You can see the issue at http://webrecipemanager.com/mywrm Using internet explorer Log in with user mywrm p/w mywrmpass The reci...
- Thu Jul 17, 2014 1:58 am
- Forum: Javascript
- Topic: Draggables won't scroll up the page
- Replies: 3
- Views: 5797
Re: Draggables won't scroll up the page
So I removed everything off the page except the draggables and started adding stuff back in until the scrolling stopped working and discovered it was caused by the css for one of my jquery plugins. This was the problem
Code: Select all
html, body {
overflow-x: hidden;
}
- Wed Jul 16, 2014 11:21 pm
- Forum: Javascript
- Topic: Draggables won't scroll up the page
- Replies: 3
- Views: 5797
Re: Draggables won't scroll up the page
I removed the helper option and validated my markup, but still no joy