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


_______________________________________________
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