January 21, 200718 yr Hello folks, due to a update of my application, I'm using an update script. Now there are different tables which must be imported into one. I wrote short scripts for each "one-table", which are called by the updatescript. These script do some easy steps: ... Import data ... loop ... set a new field to a key(type of data) value ... end loop ... import data from next table ... set a new field to a key(type of data) value ... end loop ... I expected that FM treats the newly imported data as a current found set and only works in the loop on the current found set. I tested these scipts and they worked fine. Then I tested the complete update process, calling the scripts from the main script, and suddenly one the scripts shows a different behaviour. The loops don't work on the last imported data, they work on the whole data in the table, but there is no "show all"-script step .... Any hints? I got it working with some more script steps, but I want to know the reason. Thanks in advance Hans Jürgen
Create an account or sign in to comment