Jump to content

field repetition is invalid


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

Recommended Posts

I am inputting field data using globals on an input layout. Five are working fine, one is not. They are all copies of the original that works. The data is created in the global layout and then copies to a new record using:

[set Field [new::record[global::record]].

On the one with problems, script debug is showing an 111 error, "field repetition is invalid" and will not copy the data to the final record. The field repetition is set at 1, the default. I have tried to compare and see where the difference is, but can't locate it.

any help is appreciated,

Edited by Guest
Link to comment
Share on other sites

I am not entirely sure I understand you but your set field step should look something like:

Set Field [new::record; global::record ]

Link to comment
Share on other sites

  • 3 years later...

Again and again you provide spot on solutions .... many thanks. I spent a while looking for the same problem ... came here and you did it again.

So grateful.

Simon

Link to comment
Share on other sites

This topic is 4720 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.