Re: [Zope] M$soft

2000-05-24 Thread Henny van der Linde
o do is just serve some data from simple tables with not more then 5 concurrent users you can pull it of with Access etc. Henny van der Linde ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] M$soft

2000-05-28 Thread Henny van der Linde
Hi, > Henny, thanks for your answer. > > In fact, my problem is another thing. I have Zope works fine with > PostgreSQL, I want to do the oposite direction, I want that the > SQL-server send information to the PostgreSQL. After that Zope will have > to access de SQL-server to input information.

Re: [Zope] Am I getting the idea correctly?

2000-07-09 Thread Henny van der Linde
designing the thing in Fireworks (with slices), exporting from Fireworks to Dreamweaver. Then using the HTML result in Dreamweaver for designing/programming my DTML methods (copy/paste) Henny van der Linde Leiden University. ___ Zope maillist - [EMAIL PROTECT

[Zope] trapping login errors/exceptions

2000-10-26 Thread Henny van der Linde
resulting from an URL? URL link to a secured object, standard login screen presented, wrong input etc. Thanks Henny van der Linde ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTM

Re: [Zope] trapping login errors/exceptions

2000-10-27 Thread Henny van der Linde
Hi, > Henny van der Linde wrote: > > > In this construction the call to do_login always raises the exception > > Unauthorized instead of presenting the standard login screen. > > > > How do I trap login errors in an elegant way? > > You can't, w

[Zope] problem installing login manager

2000-10-28 Thread Henny van der Linde
cts\ZPatterns\Rack.py", line 9, in ? from DataSkins import DataSkin File "C:\Program Files\WebSite22\lib\python\Products\ZPatterns\DataSkins.py", line 1, in ? from DynPersist import DynPersist ImportError: No module named DynPersist What 's happening? Thanks Henny van

[Zope] problem installing login manager

2000-10-29 Thread Henny van der Linde
Hi,I just installed Zope 2.2.2 and tried to install the latest version of LoginManager.It failed:LoginManager Import TracebackTraceback (innermost last):  File "C:\Program Files\WebSite22\lib\python\OFS\Application.py", line 397,in import_products    product=__import__(pname, global_dict, g

Re: [Zope] problem installing login manager/Zpatterns

2000-10-29 Thread Henny van der Linde
Hi, - Original Message - From: "Phil Harris" <[EMAIL PROTECTED]> To: "Henny van der Linde" <[EMAIL PROTECTED]>; "Zope mailing list" <[EMAIL PROTECTED]> Sent: Saturday, October 28, 2000 11:58 PM Subject: Re: [Zope] problem installin

Re: [Zope] trapping login errors/exceptions

2000-10-30 Thread Henny van der Linde
Hi, - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Henny van der Linde" <[EMAIL PROTECTED]> Cc: "Zope mailing list" <[EMAIL PROTECTED]> Sent: Monday, October 30, 2000 11:50 AM Subject: Re: [Zope] trapping login

Re: [Zope] Zope Projects in NL/Europe?

2001-01-02 Thread Henny van der Linde
anagement is the keyword) and input from our clients. Besides that I'm one of the keymembers of a small team that developes webapplications, with Zope, for the Faculty of Social Sciences of the Leiden University. Part of this system is an advanced webbased learning system. > > Thnx > J

[Zope] constructor product in Zope 2.8.1

2005-10-13 Thread Henny van der Linde
Hi, I have the following constructor for an external product I build. def manage_addEba(dispatcher, id='eba', title='Title here',REQUEST=None): "Add a Basis element to a folder." nEba=eba(id,title) dispatcher.Destination()._setObject(id, nEba) if REQUEST is not None: dispatche

Re: [Zope] constructor product in Zope 2.8.1

2005-10-13 Thread Henny van der Linde (zettai)
- Original Message - From: "Peter Bengtsson" <[EMAIL PROTECTED]> To: "Henny van der Linde" <[EMAIL PROTECTED]> Cc: Sent: Thursday, October 13, 2005 7:33 PM Subject: Re: [Zope] constructor product in Zope 2.8.1 Can you show us your __init__ stuff? Y