Re: [Zope] Storing and Returning variables when user logins again
Thanks..it allows me to start off somewhere. Looking at python DBM interface modules now. ----- Original Message ----- From: Andreas Jung Date: Sun, 21 Dec 2003 10:34:15 +0100 To: cheng saimun , zope@zope.org Subject: Re: [Zope] Storing and Returning variables when user logins again
store the data *somehow* persistent. either use the zodb (-> Zope Developers Guide) or filesystem or Python DBM interface or something similar.
-aj
--On Sonntag, 21. Dezember 2003 4:24 Uhr -0500 cheng saimun wrote:
Hi I have the following situation. In my webbie, each registered user who logs in can generate a report by selecting 6 query conditions in a form( from 6 dropdowns lists queried from mysql table). He can also choose to save the conditions as a reportname so that the next time he logs in, he can view the report by clicking on the saved link, without selecting the conditions again.
May I know how should i go about doing this in storing and retrieving the saved reports when the user logins again? thanks
-- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm
cheng saimun wrote at 2003-12-21 04:53 -0500:
it allows me to start off somewhere. Looking at python DBM interface modules now.
You can use Z SQL Methods and then need not to worry about direct DB access. -- Dieter
participants (2)
-
cheng saimun -
Dieter Maurer