On Tuesday, February 14, 2017 at 4:47:49 AM UTC-5, Mirek Zvolský wrote: > > Thanks, Anthony. > When I have some time maybe I will do more experiments. > With sort=True I was (earlier) not sucessful. Because I think I need a > lambda to set the order, boolean is not enough. > Inside options() I had (earlier) the set_trace point but I wasn't > successful to stop the execution there. Not sure if it is called in form > preparing/rendering. >
Yes, when SQLFORM generates widgets, ultimately the .options() method of the IS_IN_DB validator gets called, and that method then calls the .build_set() method (I don't think there is any code that directly calls .build_set()). So, you should be able to override .options() instead of .build_set(). Anthony -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

