29 Jul
1999
29 Jul
'99
5:43 p.m.
-----Original Message----- From: Donald Holten [mailto:donner@biophysics.lanl.gov] Sent: Thursday, July 29, 1999 1:01 PM To: zope@zope.org Subject: [Zope] Arguments problem
I have a ZSQL Method that takes 9 arguments. Here is my call to the method: <!--#call "add_users(Firstname, Lastname, Email, Institution, Telephone, '1-20-77', Password, '1-30-77', Group)"-->
You must pass ZSQL methods *keyword* arguments. <!--#call "add_users(Firstname=Firstname, Lastname=Lastname... alternativly, your REQUEST mapping can map: REQUEST['Firstname']='avalue' ... You can set this with REQUEST.set(). -Michel
9747
Age (days ago)
9747
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michel Pelletier