Warans
16th July 2003, 10:35
Hi,

While using ctrl+shift+W (global.copy) option in form-3 multi occurence form, to a different group, records are always skipped...Is there a way to trace this command.

If we give on.choice, the standard functionality of this choice command will not be done.

I want to know why the records are skipped.

The copying data does not violate Primary key values of underlying Main table of the session.

Could someone reply ?

Thanks in advance!!
Warans

lbencic
16th July 2003, 18:17
This has generally worked for me. How about a secondary key that is also marked unique?

You can try tracing the session and see if the database produced any duplicate errors. This (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=7456&highlight=Session+Trace) thread has a good tracing document attached.

Good luck, let us know what you find. If it's a standard session - post up so we can take a look.

Warans
17th July 2003, 10:03
Thanks lbencic for your suggestions...

That was a requirement in the Customized session.

Well, infact after posting the query, I did some research and found out that one of the check.input validation for a field on the form, was checking for database validity. This was the reason, the records were skipped.

Actually, even though there are other unique keys on the table, due to check.input validation, records were skipped.

The lesson is:

Even when we do global copy, when the records are copied to a new group, all the check.input sections are validated for all the fields...(obviously this is a standard BaaN tools functionality..right?)

Thanks again
:)