johnf wrote: > On Friday 12 December 2008 01:55:18 pm Bob Sysero llc Dev wrote: > > > Yes please do write up your experiences. I'm sure it will help others. > > > I think you can get a better understanding of what is happening by using the > interactive debugger (dShell). From CD run one of your forms that is > working. Then while the form is running type a ctrl-d. This will bring up a > window and you can start by typing 'self' and then a return. On the bottom > you see the result. It should be something like "<MainForm (baseclass > dabo.ui.dForm, id-201)>. If you assigned a 'RegID' to any of your controls > type 'self.RegID' where 'RegID' is the text you assigned to an > object/control. Now try 'self.' (notice the period) and wait. You should > see a pop-up appear displaying the methods and attributes that are available > to 'self'. Have fun! > Thank you John
My wife dragged me to the sport center and told me to work out. I will go over all your material and I also agree that I need to hand code using dabo. I also want to understand also from the class designer side. I been using dabo.trace() and what you explain will give me a better way to understand dabo and python. I will also go over Roger email Running a Report. Thank you Bob _______________________________________________ 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]
