Thanks Uwe - I'll explore that!
Rodgy
----- Original Message -----
From: "Uwe Grauer" <[email protected]>
To: "Dabo Users list" <[email protected]>
Sent: Monday, January 19, 2009 7:43 PM
Subject: Re: [dabo-users] Validation before Delete
> Roger Lovelock wrote:
>> Worked out the solution - see below!
>>
>> def beforeDelete(self):
>> ret = ""
>> # if a member has this type do not allow delete
>
>> app = self.Application
>> conn = app.getConnectionByName("LodgeBooks")
>> con = conn.getConnection()
>> c = con.cursor()
>
> Here you could also use:
> c = self.getTempCursor()
>
> Uwe
>
>
[excessive quoting removed by server]
_______________________________________________
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/3712bdb4cded4239a2ceb769245a0...@roger