Hi , I get confused with list block, a little help pls.
I have 2 lists I can add, remove item of them my procs seems to work.
Issue is when I want to clear both lists I got "Bad list argument to foreach - the second arg to Foreach is not a list. the second argument is "".
As it can be seen I use the same code from Init screen and app start with blank lists.
The issue is only with Proc ClearAllNb.
Please where is the error?
Now I've a blank lines,blue & green, I would like to fill those lines Showing headline Phone & Email as I write in designer mode
Well I must explain those 2 lists are side by side on the screen. When I add a contact It goes on the first line as I wanted replacing Phone & Email.
Hope I am clear enough.
Thank for tour time.
It might not make a difference to the displayed output, but those loops are unnecessary in your ListEmail and ListPhone procedures. The inner JOIN With Separator gives you the whole list.
You are just repeatedly overwriting the Label with the same data each loop.
Thanks to all and @ABG for the link. But I believe I am beyond that point.
I have already done the purge with a down loop but I wanted to do something more efficient as : delete Tinydb tag update list and screen.
If it is just a very simple code I am missing please show it. The process to do that interest me and could be useful to other people. Regards.