johnf wrote:
> On Tuesday 23 September 2008 05:27:57 pm david wrote:
>   
>>  First I need to figure out how
>> to create a new record. I can edit existing records but need a way to
>> create a new one
>>     
>
>
> BizObj.new() or self.new(BizObj) on the form.
>   
That was easy, I forgot the new :)

|
def onHit(self, evt):
    self.Form.save()
    self.Form.new()
|




_______________________________________________
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]

Reply via email to