pass parameter to select tinytable to update
John
john at thegreys.co.uk
Thu Jan 22 09:26:13 EST 2004
Hi
I'm new to zope/python and hope this is fairly easy - I want to update
a TinyTablePlus table from a script. So the following will do what I
want on the table 'igrid'.
context.igrid.setRow(number=number,score=newscore)
But how can I do this on different tables where the table is passed to
the script as a parameter - instead if igrid I want to include the
value of the parameter.
thanks, John
More information about the Python-list
mailing list