[wdvltalk] Re: IE 5.5 and 6.0 compatibility

2004-04-14 Thread Scott Glasgow
Thank you for your suggestions, Ross. With respect to the box model problems, I had been aware of those for a while, so I was able to take them into account during the design phase. I had created all pages as XHTML Transitional with definition and URL, so standards compliance was switched on. Howev

[wdvltalk] Re: Oracle Joins

2004-04-14 Thread Hoenig, Robert
Thanks. That looks like it worked. Robert __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email _

[wdvltalk] Re: Oracle Joins

2004-04-14 Thread Rajput, Goutam
Dude You had a equal sign before IN Operator. SELECT e.factor, g.pomnth, g.dbsite, c.iof_cmts, p.es_number, p.customer, p.project_name, p.delivery, p.proposal_value, p.a_group, p.status_probability FROM tblproposals p, tblcomments c, tblgrpldrprj g, tblesmreinfo e WHERE c.esnum(+) =

[wdvltalk] Re: Oracle Joins

2004-04-14 Thread Hoenig, Robert
By adding that where statement I'm now getting a missing expression error. Here is my SQL statement: SELECT e.factor, g.pomnth, g.dbsite, c.iof_cmts, p.es_number, p.customer, p.project_name, p.delivery, p.proposal_value, p.a_group, p.status_probability FROM tblproposals p, tblcomments c, tblgrpld

[wdvltalk] Re: IE 5.5 and 6.0 compatibility

2004-04-14 Thread Ross Clutterbuck
Browser-sniffed hot-swapped CSS files is probably overkill - if you're careful you can fix the major inconsitencies between IE5.5 and IE6 at the basic design/CSS level. You can get around IE5.5 insane font size issues by specifying a 100% as the font size for the body and then sizes in Em in furth

[wdvltalk] Re: Oracle Joins

2004-04-14 Thread rudy
trim, robert, please trim your messages try this -- WHERE c.esnum(+) = p.es_number AND g.esnum(+) = p.es_number AND e.esnum(+) = p.es_number AND p.a_group IN ( '1' , '5' , '6' ) rudy • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTE

[wdvltalk] Re: Oracle Joins

2004-04-14 Thread Hoenig, Robert
Sorry about that. I got ahead of myself. Here is the query I using when I get the error. SELECT e.factor, g.pomnth, g.dbsite, c.iof_cmts, p.es_number, p.customer, p.project_name, p.delivery, p.proposal_value, p.a_group, p.status_probability FROM tblproposals p, tblcomments c, tblgrpldrprj g, t