Jump to content

This topic is 8159 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Dear All,

I would like to know that Could we set repetition field from another field. We could extract data from repetition field (Using Getrepetition). But let's say if I set a field to repetion field number(5). could we do that?

example : field A(repetition field (5)), B (text field)

set(A(3),B) ...it does not work

but set (B,getrepetitionA(3)) ... it works

Thanks

Posted

I'm not going to suggest an answer because you shouldn't use a repeating field for any such purpose. Repeating fields are a hold over from FM 2 non-relational days and will just cause you problems as your solution develops. What ever you are trying to do with repeating fields, DON'T. You need to pick another approach, probably with relationships.

-bd

Posted

Thanks LiveOak

I know that creates problems but my boss want in one record it shows many lines with different data at the same time on one record ...That is why I think of repetition field to make it easy and faster. If I don't use repetition fields then I create many fields for one record and it takes alot of time. Repetition saves time.

Thanks

Posted

Don't use many fields -- that's as bad as repeating fields. Use related records and a portal.

This topic is 8159 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.