[SQLObject] Method to validate data

2010-03-12 Thread j...@qlf.com
Hi I have a method inside my class definition that I want to use to validate a field before allowing the data to be saved. Here is the def: class Requisition(SQLObject): class sqlmeta: style = Style(longID=True) idName = 'requisitionId' plant = ForeignKey('Pl

[SQLObject] Search for Full Name

2010-04-14 Thread j...@qlf.com
Hi I've got a model with a Contact object. It has separate attributes for firstName and lastName. In various parts of my app I'd like to be able to provide a search function where a user could type in part of a person's name that included the first name and part of the last and then display

Re: [SQLObject] Reply to list (was: Search for Full Name)

2010-04-14 Thread j...@qlf.com
ailto:p...@phd.pp.ru] Sent: Wednesday, April 14, 2010 2:57 PM To: j...@qlf.com Cc: SQLObject discussion Subject: Re: [SQLObject] Reply to list (was: Search for Full Name) On Wed, Apr 14, 2010 at 02:18:47PM -0500, j...@qlf.com wrote: > Can the list be setup so that the default reply goes to the