Multiple Row Selections In Subfile With Inconsistant Results
Posted: Tue Apr 17, 2012 9:57 am
I'm have an issue processing all the rows I select in a sub-file.
Condition:
I've created an app with 2 active sub-files.
I want to select multiple rows from one sub-file and assign them to the second sub-file.
Process:
When I select a row from the sub-file and click the slide bar and drag it down in the sub-file and press and hold the shift key then click another row then all the rows between are selected.
Lets say I've selected one thousand rows.
I then click the assign button to assign those selected rows to the second sub-file.
Results:
The program will only assign about 150 of the 1000 rows to the second sub-file.
It looks like the READC op code is not reading all 1000 records selected.
But if I click under the slide bar several times to move down the sub-file and select 1000 rows they seem to all get processed when I click the assign button.
Can you help me solve the above condition?
Thanks.
Condition:
I've created an app with 2 active sub-files.
I want to select multiple rows from one sub-file and assign them to the second sub-file.
Process:
When I select a row from the sub-file and click the slide bar and drag it down in the sub-file and press and hold the shift key then click another row then all the rows between are selected.
Lets say I've selected one thousand rows.
I then click the assign button to assign those selected rows to the second sub-file.
Results:
The program will only assign about 150 of the 1000 rows to the second sub-file.
It looks like the READC op code is not reading all 1000 records selected.
But if I click under the slide bar several times to move down the sub-file and select 1000 rows they seem to all get processed when I click the assign button.
Can you help me solve the above condition?
Thanks.