Re: [Zope] PCGI and MS-IIS on Nt5

2001-01-31 Thread Paul Zwarts
Hi there,   >For that the easiest solution is to put a redirect in your root to: >http://localhost/scripts/zope.pcgi either through a server setting or >through an asp script with a "Response.Redirect('scripts/zope.pcgi')" >You could also put your zope.pcgi in your root folder and make it a defau

[Zope] PCGI and MS-IIS on Nt5

2001-01-29 Thread Paul Zwarts
Greetings all, I've searched through Zopesite and a few docs on setting up Zope with MS-IIS, but I cannot get PCGI to work I followed BriaH's document and did everything. I CAN access http://localhost:8080/scripts/zope.pcgi and get what I want to see in ... so, technically I did set it up c

[Zope] SQLSession not working

2001-01-24 Thread Paul Zwarts
Hi all, I have a unix machine with PGSQL and Zope 2.2.1? and my app uses SQL session brilliantly. But I've created another test machine with Zope 2.2.5, Win2kPro and MySQL 3.3.23 (i think)... and SQL Session no longer works properly. Every time I call a page, a different Session is used and Im n

[Zope] Opensource DBMS for WIN?

2001-01-23 Thread Paul Zwarts
Greetings, Was wondering if there was an open source dbms to use with Zope on a Win2k machine...? I found references of using cygwin to run PGSQL (which we have on our unixbox) but would prefer something that doesnt run over an extender-shell... TIA, Paz ___

[Zope] Using a Session variable in a dtml-var

2001-01-22 Thread Paul Zwarts
Hi all, Im trying to call a variable from SQLSession and then use it in a var. I am using SQLSession to store the 'zone' value which I want to call in the index_html document to then include a specific dtml-method depending on the variable that the Session returns. SESSION['zone'] will equal 'H

Re: [Zope] It's NOT a Zope error

2000-12-04 Thread Paul Zwarts
Also, (maybe its already there) it would be usefull for the traceback information to be displayed in the page rather than having to view the source All this generic Zope Error stuff is rather silly. At least have a bit somewhere to change the error level so the end-user can see this mundane me

[Zope] Transaction sizes

2000-11-16 Thread Paul Zwarts
Hi all, I have a few forms that really work intermitently. They are quite large in processing, accessing several thousand occurences in several tables, several times. Wont go into details, but its a resource hog. Alot of times the page eventually returns a No data error. This causes me to wonder

Re: [Zope] querying status in zsql

2000-11-10 Thread Paul Zwarts
Thanks for that... Although Im not terribly sure what the magic behind the sequence-start is, but it works very well. Cheers, -- Paz Oratrix Development BV http://www.oratrix.com GRiNS SMIL Editor - Rik Hoekstra wrote: > > > > I have a processing script that takes emails and puts them into a

[Zope] querying status in zsql

2000-11-10 Thread Paul Zwarts
Hi Zopers, I have a processing script that takes emails and puts them into a table. I bring up a table for confirmation and then submit the whole thing by a iterative item:records zsql method. My problem is that the table requires a unique primary key and quite regularly there duplicates. So ofc

Re: [Zope] newbie question

2000-11-09 Thread Paul Zwarts
Another thing you can do, not sure if Im using it right, but the effect is good... You must specify a First Name. I have a support call form that is filed and submitted, and after the button is pressed, a seperate validate method is called (c

Re: [Zope] MailHost: bcc broken ?

2000-10-24 Thread Paul Zwarts
Hi, Im using this: To: <> From: <> Subject: Hi, blah blah Im supposing that the double brackets is due to the fact that the email address itself is encapsulated with brackets as well as the variable being passsed. Cheers, -- Paz Oratrix Development BV http://www.oratrix.com GRiNS SMIL

Re: [Zope] ZSQL question

2000-10-17 Thread Paul Zwarts
> I have a table with lots of data in my Gadfly database. I would like to add > a couple of new columns to that table. Is it at all possible to add columns > to existing table or do I have to create a new table all together? > Nope, ALTER TABLE ADD i think should do it... Let me check ALTER

[Zope] Upgrade from 201 to 222

2000-10-17 Thread Paul Zwarts
Hi all, I have installations of Zope, one for development and one for our live system. We had run Zope 201 on both machines for quite some time, and have just migrated the devshop to the latest Zope build 222. I have noticed that the import/export mechanisms work and I can import across both ver

Re: [Zope] and question

2000-10-13 Thread Paul Zwarts
Hi there, I've been having problems with DateTimes as well. My colleague and I (using Zope 201) found a problem with the module that causes any dbase timestamp to be rendered to a non-standard UNIX time that has an annoying DST appended if in the Daylight savings time zone, thus leaving the times

[Zope] [Fwd: Re: [Zope] dtml-in loop to capture records]

2000-10-12 Thread Paul Zwarts
Me again, To further explain my dilemna, I just noticed that using the in ITEM loop doesnt seem to work if the dtml-call statement has an extra parameter. I had publish.. ... ... Then use as in other working forms: publish.. ... ... Mdate is the primary key, again. This gave me the ITE

[Zope] dtml-in loop to capture records

2000-10-12 Thread Paul Zwarts
Hi all, I have a number of simple forms that retrieve all occurences of a table into editable fields in a page. Each input tag is named: ... ... Note, only the primary key field is actually a hidden type input and the rest are text and so on. In test of the submit button, t

Re: [Zope] REQUEST.set size

2000-10-10 Thread Paul Zwarts
the request.set as I had imagined. Then that leads to overflow tables... which I cant seem to create in PGSQL as I know with Solid. Anyone have suggestions? Cheers, Paz Paul Zwarts wrote: > Hi all, > > I am new to Zope but worked for 2 years in a dev-env called Uniface so > Im fairly

[Zope] REQUEST.set size

2000-10-10 Thread Paul Zwarts
Hi all, I am new to Zope but worked for 2 years in a dev-env called Uniface so Im fairly up to speed on Zope quickly. But I am having a problem writing data through a REQUEST.set that is larger than its apparent limit. (sorry can remember the exact error i get from Zope) What I am trying to do i