usdt
Joined: 22 Jun 2010 Posts: 1 Location: Carpinteria, CA
|
Posted: Wed Jun 23, 2010 4:14 pm Post subject: New DataLoad does not save and proceed |
|
|
When using the new dataload in Oracle the *sp (save and proceed) command does not work. After query a record, using *ml() to position cursor on field to update, entering data, and then using *SP to save and proceed.
Focus never leaves the last updated field. So when the next line of data load is processed the next value to query is loaded into the last updated field.
I've tried numerous ways to remedy this:
1. Reposition the cursor to the key field before the *sp.
2. Reposition the cursor to the key field and use the *save
3. Repostion the cursor to the key field as the first command
4. Use tabs to get back to the key field before the *sp
In every case the focus jumps back to the last updated field when executing the next line.
Old dataloads defined using the old version of datload seem to work fine.
However, if i try to modify one with new coordinates, it assumes the same behavior listed above. |
|