On Monday, November 14, 2016 at 2:07:02 AM UTC-5, Anthony Smith wrote: > > Hi Anthony, > > I thought I would try this, but getting the following error: > <type 'exceptions.NameError'>(global name 'selected_true_callback' is not > defined) > It would be great if you could explain what I am doing wrong >
You said you already had buttons to handle the "all records" and "all selected records" cases, so I assume you already have callbacks to handle those cases. You did not show any code, so I just named those callbacks with placeholders -- simply fill those placeholders with your actual callbacks. 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.

