[web2py] Displaying for loop results only once

2020-01-18 Thread mostwanted
In my quotation system I have come up with a way to remind users of UN-deleted quotations. This helps them from creating new quotations on top of old quotations. How it works is that when a company has been quoted its name is added to a list called the control list and a selected company's name

[web2py] Re: Deleting all items of a selecte ID at the same time

2020-01-18 Thread mostwanted
Finally i was able to solve this problem! I used a session to carry forward the details of the company whose quotations I wanted to delete. It is finally working as I wanted. Thanks again Anthony, you previously hinted it but it didnt get it back then, when i went back to the problem a year

[web2py] Re: Adding the loading gif to my application

2020-01-18 Thread mostwanted
The problem is when i click a link to go to other pages the links only works at loading the gif, they dont re-direct to relevant requested pages! What am i doing wrong? How can I fix it? *loading.load* *LOADING SCRIPT* #loading { visibility: hidden; }