5 Oct
2004
5 Oct
'04
7 p.m.
Duane Raymond wrote at 2004-10-5 13:38 +0100:
... columns=2 # the number of columns needed query = "sql_getMySQL()" myObject = getattr(context,query)
Try: query = "sql_getMySQL" myObject = getattr(context, query) # this is the Z SQL Method # result = myObject() # this calls it -- Dieter