I have a textbox I need to remove the data from a previous operation. If I do self.Form.PwordsPasswords.clear() the text remains in the box.
If I do self.Form.PwordsPasswords.Value = '' the text is gone. Am I misunderstanding or mis-using the clear() method? Thanks, Jim _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
