- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I think I figured out how to do it. I do not have all the mechanics of it but I think it can work. What you need to do is remove rows 2-9. Have only 1 row but in the binding tab tell LCD to make that 9 instances. LCD will create a row[0] .. row[8] then set the field names across to something like assetClass for each of the fields so your field names would be assetClass[0].. assetClass[9]
now all you have to do is a loop to iterate through the field name and replace a var i for example with the numerical sequence 0, 1, 2, etc.
Essentially while i < 10 do...
You will need to replicate this for each row however I think you can handle that with a second loop that would set another variable like j to replace the row number.
Does that make sense?
Views
Replies
Total Likes