spragueg Posted October 23, 2000 Posted October 23, 2000 How do you refer to a specific repeating field using CDML.. I thought it might look like this... [FMP-Field: FieldName, 1] but that does not work. Can anyone tell me?
Vaughan Posted October 25, 2000 Posted October 25, 2000 You cannot directly address field repetitions through CDML. I don't think they can be addressed directly in FMP either. Please, stop developing with repeating fields and use related fiels instead. Much easier to work with, better over the web. Repeating fields are dead but no buried.
spragueg Posted October 25, 2000 Author Posted October 25, 2000 You can access specific repetitions in FMP using... GetRepetition(Field, number) I just assumed there was an equivalent for use in the FMP-IF tag. What a shame. I solved the problem with a lenthy workaround. Thanks anyway. G
Recommended Posts
This topic is 8863 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now