Hi,
I am building a function that turn pages and have setup a switch function for the text on each page that works great. However when i try to setup the function for images it doesnt work and i am unable to figure out why.
Switch(varPage;1;ThisItem.Pic1;2;ThisItem.Pic2)
Pic1 and Pic2 are the column names. Each time i click the next button the variable increases by 1, so this function will go on for about 20 columns. Just using ThisItem.Pic1 works of course but when put in the switch function it doesnt, and the same function on the text field works great and switches between texts no problem.
Thanks for any help possible.