Hi Anthony, I am not sure what code you need, can you be specific?

I have shown my code in my previous post, maybe I highlight my code:
>> myset = db(
>>     (db.auth_account.id==db.auth_many.account_id) &
>>     (db.auth_many.user_id==auth.user_id)
>> )
>> session.account = myset.select(db.auth_account.ALL).first()

It is in model.

Thank you!


On Dec 7, 3:30 am, Anthony Bastardi <abasta...@gmail.com> wrote:
> Can you show all of your code?

Reply via email to