Take care, I don't know if it has been solve, but I found a memory leak in
this app caused by the way FullCalendar is integrated... I solve the issue
for my own need by using the json feed feature of FullCalendar doing a
simple json feed function returning a well formatted json object with
simplejson dump.

Richard


On Wed, Jun 26, 2013 at 12:55 PM, Tom Russell <t...@caregointl.com> wrote:

> I am using the appointment manager from
> https://github.com/mdipierro/web2py-appliances/tree/master/AppointmentManager
> .
>
> I have tweaked it to my needs and works well so far but there is an issue
> trying to use SQLFORM.grid.
>
> I get an error
> <type 'exceptions.TypeError'> <lambda>() takes exactly 1 argument (2 given)
>
> by doing this:
>
> def appointment_select():
>     grid = SQLFORM.grid(db.t_appointment, deletable=True, editable=True,
> create=False, maxtextlength=64, paginate=25)
>
>     return dict(grid=grid)
>
> I cannot figure out why it is doing this.
>
> Any ideas?
>
> --
>
> ---
> 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/groups/opt_out.
>
>
>

-- 

--- 
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/groups/opt_out.


Reply via email to