[Zope] Date format question urgent!!!

2000-07-27 Thread Marko MARKOVIC
hi all,   i have a few questions about date formating:     i work with a sybase database and have tables where i used date fields. My field entrydate is of type Date.   on my page i have a textbox to put the date:     i will formating it as 2000/01/01 and then put it in a sql query as a param

[Zope] What's wrong with this snippet?

2000-07-27 Thread Marko MARKOVIC
hi all, i tried and searched to find the error but i couldn't solve it. Could anyone help me with this code: Where i can find infos about sql calls with dtml-in? $Reagrds MM ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailm

[Zope] getslice Error?

2000-07-31 Thread Marko MARKOVIC
Hi all, with this little code : ns_entrydate is a field of my query. i get an getslice error: Zope Error Zope has encountered an error while publishing this resource. Error Type: AttributeError Error Value: __getslice__ Traceback (innermost last): File D:\PROGRA~1\INTRAN~1\lib\python\

[Zope] Upgrading 2.1.6 to 2.2.0

2000-08-01 Thread Marko MARKOVIC
Hi all, I want upgrade the zope 2.1.6 to 2.2.0 and hold all my directories and application that i created. I tried with the documentations and I succeded to get them, but i have authentication problems and couldn't view them. Could anbody tell me in details how i must do it to upgrade it succesf

[Zope] Importing problems

2000-08-02 Thread Marko MARKOVIC
Hi all, How can i import objects from 2.1.6 to 2.2.0? I can import them but couldn't view them, some authorization problems. Is that a known problem? Could you help out with ? Thanks a lot $Regards MM ___ Zope maillist - [EMAIL PROTECTED] http

[Zope] LDAP-Zope

2000-08-03 Thread Marko MARKOVIC
Hi all, In LDAP i have an object with name and passwordobject. With Zope LDAP method, can i see this password? I have a login window created in Zope and when a user will login i must control if the user exists. How can i do this? Any ideas? $Regards MM __

[Zope] LDAPAdapter?

2000-08-03 Thread Marko MARKOVIC
hi all, have a little problem with LDAPAdapter. I have a working directory server using LDAP protocol. When i create the LDAPAdapter in Zope it works fine, but when a user want to connect to my site, he gets an authentication error. But the user exists in the directory server. Can someone explai

[Zope] Format problem?

2000-08-07 Thread Marko MARKOVIC
hi all, when I do a insert with a ZSQLMethod in my database, in the SQLMethod I use for a field fmt=newline_to_br. Now, when I want edit this field and put the value in a textarea, I get the caracter , but I don't want this. How can i do to hide this when i read this field? $Regards MM