[Zope-dev] Scrollbar off the page in manage_workspace

2001-12-01 Thread Walter Miller

Both in 2.4.3 and 2.5.0 b1, the scrollbar seems to be off the end of the
page and the Wider and Narrower buttons don't work.  For example, in
2.5.0 b1, editing http://localhost/index_html in the browser seems to work
fine but the http://localhost/standard_template.pt doesn't.

I'm using IE 6.0 but I believe I had this same problem with IE 5.5.

Netscape 4.08 seems to work.

Mozilla 0.9.5 kind of works meaning that at least the scrollbar is not off
the page but the Wider and Narrower buttons don't work.

Opera 6.0 works as well as Netscape 4.08 except I did notice it doesn't like
it when you change the default preferences, i.e. no CSS, no top bar.

Walter




___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] ZSQL returns integer only

2000-10-06 Thread Walter Miller

The Oracle8i recordset I'm retrieving includes a few columns which are
NUMBER(10,0) format which are milliseconds.  I would like to divide each by
1000 and use the ROUND function to return a result with one decimal place,
e.g. ROUND(column1/1000, 1) returns 3.1 where column1 == 3080.

This works as expected in SQL*Plus.  It returns the results as a number
formated to one decimal place.  ZSQL however returns only an integer.

Any suggestions on how to get the decimal places to show?

-Walter


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )