[web2py] Web2Py Cookbook - Designing modular applications CORRECTION

2012-08-23 Thread Fred Kornyev
Hello! I was not able to find this information in one place so I had to piece it together, so I thought I would share it here: On page 94 in the Cookbook the "Designing modular applications" example has some mistakes and consequently the new item is not displayed automatically when using the c

[web2py] Pass arg or var to Active directory related SQLFORM

2012-08-27 Thread Fred Kornyev
Hello, we have a small issue with trying to pass an argument/variable to one of our function. It seems the solution should be simple, but we just can't figure it out! The idea is simple: we have an input field for a userID and when you submit is would pull data with the users other attributes (

[web2py] Re: Pass arg or var to Active directory related SQLFORM

2012-08-27 Thread Fred Kornyev
'GET', > _action=URL()) > > Then you can test to see whether the variable has been received: if > request.get_vars.ref > > If so, find the record and make a normal SQLFORM to display it. > > Hope it gives you an idea. > Regards, David > > >