Hello,
i've created a simple form:
in oder to modify the content of the 1st field in the form, but i've got the error:Code:f1=appuifw.Form([(u'Type: ','text'),(u'Lat: ','text'),(u'Long : ','text'),(u'Time: ','text')],appuifw.FFormViewModeOnly) f1[0].setText("Default_type") f1.execute()
"AttributeError: 'tuple' object has not attribute text".
Why?
Isn't it a "text field"?
Please, help me.
Thank you

Reply With Quote




