Hello,I been reading and reading but can´t seem to do what I want to
do.I do a lot of forms in Livecycle but can´t seem to understand even
the most easy loop.Lets say I have a table with two columns and ten
rows. Textfields in column A is called Cell1 and in column B Cell2.I
want to look through all the rows for this:If(Cell1.rawValue !==
null)Cell2.fontColor = "255,0,0";elseCell2.fontColor = "0,0,0";If anyone
can help me with this I would be very happy. Mayvbe I can start to
understand this sin...