[Zope] ZSQL newbie question

2000-06-21 Thread kamon ayeva
Hi, I have a text file object containing data I want to use to update a MySQL table. I can get the data using the LocalFS object product and the howto from jfarr, but I don't know how to use ZSQL method and DTML method to inject this data in the table. Any help would be appreciated. Regards,

[Zope] review product proposal

2000-07-21 Thread kamon ayeva
Hi, "J. Atwood" (I was unable to get his email from the mailing list search interface) wrote some days ago: On my list of products that I would like to build / help build ZCLassifieds: A product that allows users to post classifieds for sale with categories, pictures, start and end dates,

[Zope] Copying a dtml method when creating a ZClass instance

2000-09-01 Thread kamon ayeva
Hi, I need some help. I have a DTML method at the root of Zope called 'Template'. How can I make the constructor of a ZClass (folderish) to copy this method to each of its instances ? Can someone provide me with a complete snippet to add in the ZClass constructor ? Many thanks. Kamon

Re: [Zope] Copying a dtml method when creating a ZClass instance

2000-09-01 Thread kamon ayeva
Thanks Tino and Chris for your feedback. From: Tino Wildenhain [EMAIL PROTECTED] To: kamon ayeva [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [Zope] Copying a dtml method when creating a ZClass instance Date: Fri, 01 Sep 2000 14:18:25 +0200 Hi Kamon, kamon ayeva wrote: Hi, I

Re: [Zope] Copying a dtml method when creating a ZClass instance

2000-09-03 Thread kamon ayeva
From: Tino Wildenhain [EMAIL PROTECTED] To: kamon ayeva [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [Zope] Copying a dtml method when creating a ZClass instance Date: Sat, 02 Sep 2000 10:26:19 +0200 Hi, kamon ayeva wrote: I have several reasons whay I need to attach a template

[Zope] ZCatalog or Traversal question ?

2000-09-08 Thread kamon ayeva
Hi, I want to query content built with CatalogAware ZClasses on my site. I am able to get the abstract document ('abstract' method) which is a subobject of the document I want to display (let say 'Document' ZClass). But I don't know how to display the id of the resulting 'Document'. With the

Re: [Zope] MetaData?

2000-09-08 Thread kamon ayeva
to solve my problem. Haven't yet tested, so I dunno if it's my best option. -- Kamon From: Chris Withers [EMAIL PROTECTED] To: kamon ayeva [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [Zope] MetaData? Date: Fri, 08 Sep 2000 13:06:50 +0100 kamon ayeva wrote: How can I get the id o

Re: [Zope] MetaData?

2000-09-08 Thread kamon ayeva
Hi Chris, From: Chris Withers [EMAIL PROTECTED] To: kamon ayeva [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [Zope] MetaData? Date: Fri, 08 Sep 2000 13:06:50 +0100 kamon ayeva wrote: How can I get the id or title of (Document) instead of the url ? Aren't they in the MetaData returned

[Zope] Re-posted - How to delete users in Membership product with Persistent User Source

2001-01-15 Thread Kamon Ayeva
Hi, Has anyone been able to use the delUserForm to delete users added within a PersistentUserSource in the PortalMembershipSystem object ? I am not sure if this piece of code in delUserForm preceding the HTML form snippet does the right job: dtml-let idList="[]" dtml-in

[Zope-dev] Delete users in Membership acl_users

2001-01-11 Thread Kamon Ayeva
Hi, Has anyone been able to use the delUserForm to delete users added within a PersistentUserSource in the PortalMembershipSystem object ? I am not sure if this piece of code in delUserForm preceding the HTML form snippet does the right job: dtml-let idList="[]" dtml-in