Thanks for your explanation,

I'm a newbie on web2py so I have some doubts.
Do you set your modal and script that calls that modal on the main page? or 
do you call it from a different view page?
I'm a little bit confused

El miércoles, 16 de octubre de 2019, 18:39:41 (UTC-3), Cristina Sig 
escribió:
>
> Hello,
>
> I have this function that helps me to edit a record from DB.
>
>
> def studentUpdate():
>        return dict(formCarreraUpdate=crud.update(db.Student,request.args(0
> ),message=T("Done!")))
>
>
> and would like to open it's view on a modal (popup style) on the same page 
> that I'm working. Something like the image. I tried but fail because the 
> form it doesn't send the data back to the server. Is there any friendly way 
> to achieve that?
>
> Thanks!!
>
> [image: Captura de Pantalla 2019-10-16 a la(s) 18.34.35.png]
>
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/2322d292-2088-4b8c-ba87-9e1bf680b25e%40googlegroups.com.

Reply via email to