This will be deprecated as we are moving to Sphinx.

On Friday, 4 June 2010 03:53:18 UTC-5, dlin wrote:
>
> By the way, 
> I found http://127.0.0.1:8000/examples/static/epydoc/index.html also 
> have such document. 
> But, I missed it.  I should click on the left upper corner to choose 
> validator at first to narrow the display results. 
>
>
> On 6月4日, 下午4時15分, dlin <dlin...@gmail.com> wrote: 
> > Thanks, It works. 
> > 
> > I've searched it onhttp://web2py.com/book/default/section/7/4 
> > 
> > On 6月4日, 下午1時47分, Yarko Tymciurak <resultsinsoftw...@gmail.com> wrote: 
> > 
> > 
> > 
> > > On Jun 3, 11:31 pm, dlin <dlin...@gmail.com> wrote: 
> > 
> > > > There is a field which I want user to enter different answer, or 
> just 
> > > > keep in empty. 
> > 
> > > empty, or unique answer: 
> > 
> > > db.table.answer.requires=IS_NULL_OR( IS_NOT_IN_DB( db, 
> > > 'table.answer' ) ) 
> > 
> > > > I've tried by: 
> > 
> > > > db.table.field.requires=IS_NOT_IN_DB(db, 'table.field') 
> > 
> > > > But, it will failed, if the second empty field entered. 
> > 
> > > > How could I do the validation for this case? 
> > > > Is there any method?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to