Now I understand, Thanks Paul. -- Jaime Mora Ramones Tantoyuca Veracruz, Mexico
"Paul McNett" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Jaime Mora Ramones wrote: > > When to use self.Form.release() ? > > When to use self.Form.close() ? > > Form.release() is equivalent to Form.close(force=True). > > release() is a function available in all objects, while close() is only > available in forms. If you definitely want to get rid of the form, use > release(). If you want to get prompted to save changes and to possibly > veto the closing of the form, use close(). > > -- > Paul McNett > http://paulmcnett.com > http://dabodev.com > > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
