September 6, 200520 yr It seems to me that this script step don't go any more to the next field of a repeating field (as it does in 7). Is this correct ?
September 6, 200520 yr It does Daniele, Make sure the Tab order defined is correctly set. FM8 Advanced MacOSX Tiger in case this makes a difference... Edited September 6, 200520 yr by Guest
September 6, 200520 yr Author Hi Ugo but this don't go: Set Variable [$count;Value:1] Set Field [repeating;$count] Loop Set Variable[$count;Value:$count+1] Go to Next Field Exit Loop if [$count=10] End Loop and there is only the repeating[10] field in the layout.
September 6, 200520 yr Author Ok I make a mistake... the right loop is: Set Variable [$count;Value:1] Set Field [repeating;$count] Loop Set Variable[$count;Value:$count+1] Go to Next Field Set Field [$count] Exit Loop if [$count=10] End Loop and this does correctly
September 6, 200520 yr But why loop through the fields now Daniele ? It's no more a need with FM8. Ex : Set Variable [$loop;Value:1] Loop SetField[RepField[$loop];DayName($loop)] Set Variable[$loop;$loop+1] Exit Loop If [$loop>7] End Loop
September 6, 200520 yr Yes, I knew this... But for 7 compatibilies ! BTW: Thank you as always You're welcome. Though 7 does not recognize script variables...
Create an account or sign in to comment