=)

You're welcome

Happens all the time to me, I find that I learn the most by listening to
others.

I couldn't figure it out too, so I dove in.  It caused me to rethink the
web2py form and db logic =)

-Mark


On Sun, Jun 5, 2016 at 4:36 PM, Jeff Riley <javajeff...@gmail.com> wrote:

> Seriously.  Well that is just embarrassing.  Thank you so much Mark for
> your help with this.  In looking back at the other 22 forms I have created,
> this is the first one where I was pre-populating any of the fields and not
> showing them.  Thank you for this valuable insight.
>
> All my best.
>
>
> On Sunday, June 5, 2016 at 6:14:35 PM UTC-5, Mark Graves wrote:
>
>> Hey Jeff,
>>
>> It looks like you created a sqlform expecting all fields, then the form
>> was expecting all fields back, but you only used some of them in the view,
>> so they were not processed.
>>
>> Specifically, the status field.
>>
>> You could either set the type of the field to hidden and include it or
>> only include some of the fields.
>>
>> see this repo:
>>
>> https://bitbucket.org/MarkGraves/service_scheduler
>>
>> Check out default/new_training
>>
>> It bugged me because the error seemed simple and I couldnt figure it out
>> =)
>>
>> -Mark
>>
>>
>> On Sunday, June 5, 2016 at 12:34:16 PM UTC-7, Jeff Riley wrote:
>>>
>>> Hello all.  I have built many forms in Web2py, but I clearly need
>>> another set of eyes.  This form only works if I display every signal field
>>> for some reason.  I am at a loss as to what I have set wrong.  I will add a
>>> file with all the relevant code.  Thank you all very much for you help with
>>> this.
>>>
>> --
> 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 a topic in the
> Google Groups "web2py-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/web2py/fXKc3wNdPsU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to