Hi
Can anyone advise how I can input my text in the text box and keep whatever text it is changed to as the default for the next use. I have looked at sticky but couldn’t get it to work. Please bear in mind I am new to Python so keep it simple just like me.
If you can show an example then that would be appreciated.
Create controls for the dialog
self.m_label1 = forms.Label(Text = 'Job Number:')
self.m_JobNum_textbox = forms.TextBox(Text = "SC-000")
2 posts - 2 participants