When I want to create a Bizobj I would select the dForm, then select createBizobj page 19-20 Step by Step. I edit the def validateRecord using any editor?,page 20 I click on the dropdownlist box in Classdesigner and select edit code. page 20 then to create def CreateBizobj do I start with dform in the code editor and select createBizobj how do I know the point to start dForm,dropdownlist??? What is the sequence? If you have an afterInit can I link to a button or field or? I know that the program runs starting a main.py and then executes what is in main.py I see the form.cdxml tht lays out the form but I can't see how these dropdown items are they all related to the dropdownlist box getClients, ValidateRecord, afterInit, createBizobjs afterInitAll or is this obvious?
Ed Leafe wrote: > > On Dec 28, 2009, at 8:37 PM, jvandal wrote: > >> I want to add a method such as page 19 of Step by step. I add it after >> def >> afterInit() >> below class Doctor Bizobj >> I double click on dropdown box and then select afterINit() >> When I refer to it in a def afterInit() as page 20 . >> When I save and then run I get an error Attriibute Error >> I have it in a HoursBizobj not in ClientBizobj > > OK, I'm not quite sure what you're doing here, but I'll give it a shot. > > To add a method in the Class Designer, go to the code editing window, > and > select the object to which you want to add the method in the Object > dropdown. Then click the 'New' button, type in the name of your new > method, and it will be added to that class. > > > -- Ed Leafe > > > > _______________________________________________ > 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] > > -- View this message in context: http://old.nabble.com/ADD-METHOD-TO-BIZOBJ-tp26950099p26951598.html Sent from the dabo-users mailing list archive at Nabble.com. _______________________________________________ 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]
