Re: [web2py] Re: Retrieve database item using print vs return

2017-11-24 Thread Dave S
On Thursday, November 23, 2017 at 4:38:44 AM UTC-8, Maurice Waka wrote: > > 4 lines in the html file is a second different way I was trying to get the > result, the same I also did in the controller to get the result:quiz. > I re-did the app and used the same code but unfortunately am still gett

Re: [web2py] Re: Retrieve database item using print vs return

2017-11-23 Thread Maurice Waka
4 lines in the html file is a second different way I was trying to get the result, the same I also did in the controller to get the result:quiz. I re-did the app and used the same code but unfortunately am still getting the same result. How or where did you place your {{=quiz}} in the html? could m

Re: [web2py] Re: Retrieve database item using print vs return

2017-11-20 Thread Dave S
On Monday, November 20, 2017 at 10:05:47 PM UTC-8, Maurice Waka wrote: > > You mean a screen shot of before input, and after the input? > I mean the top lines of https://groups.google.com/d/msg/web2py/dN9KfQULX54/4KwZhAqnCwAJ> (posted at 8:50 my time (Los Angeles area, UTC-8) ) It's a for-loop

Re: [web2py] Re: Retrieve database item using print vs return

2017-11-20 Thread Maurice Waka
Let me start a new app and build from there. Then I'll let you know. There could be something I insert somewhere that I don't know. Regards On 21 Nov 2017 9:05 AM, "Maurice Waka" wrote: > You mean a screen shot of before input, and after the input? > > On 21 Nov 2017 8:59 AM, "Dave S" wrote: >

Re: [web2py] Re: Retrieve database item using print vs return

2017-11-20 Thread Maurice Waka
You mean a screen shot of before input, and after the input? On 21 Nov 2017 8:59 AM, "Dave S" wrote: > > > On Monday, November 20, 2017 at 9:49:41 PM UTC-8, Maurice Waka wrote: >> >> That's the first input message I typed. The return message in the white >> bubble should also be the same as the

Re: [web2py] Re: Retrieve database item using print vs return

2017-11-20 Thread Dave S
On Monday, November 20, 2017 at 9:49:41 PM UTC-8, Maurice Waka wrote: > > That's the first input message I typed. The return message in the white > bubble should also be the same as the one in the bubble blue. Am just > testing to see that I pick the right input from my modules. > > In that vi

[web2py] Re: Retrieve database item using print vs return

2017-11-20 Thread Dave S
On Monday, November 20, 2017 at 9:22:43 PM UTC-8, Dave S wrote: > > > > On Monday, November 20, 2017 at 8:15:55 PM UTC-8, Dave S wrote: >> >> [...] But what is the blue bubble above the Send button? It says "God >> is love" ... are you putting the result in the wrong place? >> >> I see the sol

Re: [web2py] Re: Retrieve database item using print vs return

2017-11-20 Thread Maurice Waka
That's the first input message I typed. The return message in the white bubble should also be the same as the one in the bubble blue. Am just testing to see that I pick the right input from my modules. On 21 Nov 2017 8:22 AM, "Dave S" wrote: On Monday, November 20, 2017 at 8:15:55 PM UTC-8, Da

[web2py] Re: Retrieve database item using print vs return

2017-11-20 Thread Dave S
On Monday, November 20, 2017 at 8:15:55 PM UTC-8, Dave S wrote: > > [...] But what is the blue bubble above the Send button? It says "God > is love" ... are you putting the result in the wrong place? > > I see the sololearn example page puts my input into blue bubbles that are right-justifie

Re: [web2py] Re: Retrieve database item using print vs return

2017-11-20 Thread Dave S
On Monday, November 20, 2017 at 8:50:51 PM UTC-8, Maurice Waka wrote: > > HI this is my code: > Do you really have a lot of stuff *outside* of the tags? Or are you showing us several separate files? I'm not sure how to tie this all together. /dps > {{for q in quizes:}} > {{quiz = q.mes

Re: [web2py] Re: Retrieve database item using print vs return

2017-11-20 Thread Maurice Waka
HI this is my code: {{for q in quizes:}} {{quiz = q.message}} {{pass}} Chat Bot Original SEND * { margin: 0px; user-select: none; -webkit-user-select: none; -moz-user-select:

Re: [web2py] Re: Retrieve database item using print vs return

2017-11-20 Thread Maurice Waka
Hi This is my code: Chat Bot Original SEND * { margin: 0px; user-select: none; -webkit-user-select: none; -moz-user-select: none; } body { margin: 0px;

[web2py] Re: Retrieve database item using print vs return

2017-11-20 Thread Dave S
On Monday, November 20, 2017 at 7:41:55 PM UTC-8, Maurice Waka wrote: > > In my previous question: [web2py] How to get the last DB Field data : > I got some good response. But my issue still persists. > My code: > > >