View previous topic :: View next topic |
Author |
Message |
SimonBroadhurst
Joined: 19 Oct 2006 Posts: 3
|
Posted: Mon Oct 23, 2006 7:28 pm Post subject: FormsLoad only loads 12 records |
|
|
Why can I only load a maximum of 12 records into GL code combinations?
1) 11.5.10.2
2) DL Professional 4.3.7
3) record = ..../dev60cgi/f60cgi?record=sabreclog.fld
4) play= ...sabreclog.fld%20play=sabplaylog.fld&config=playback
5) have tried with and without &config=playback option
6) test script has 25 records (GL code combinations) all can be loaded manually
7) appsweb.cfg does not have the [playback] code=oracle.forms.engine.MainRT option set (This should work without it)
8) GL code combo form = GLXACCMB, v11.5.24
Any help gratefully received
TIA
Simon |
|
Back to top |
|
|
DataLoad Site Admin
Joined: 15 Nov 2005 Posts: 231 Location: Dorset, UK
|
Posted: Mon Oct 23, 2006 7:57 pm Post subject: |
|
|
Simon,
The code combinations form is an example of a form which contains a set number of records already visible, in this case 12. If you record a load where you TAB from record 1 to record 2, or click into the next record, then the playback will fail on the 13th record. That is because DataLoad will have created a command for Oracle saying "now click in to record 13" but no record 13 exists so the load stops.
The right approach for these forms is to create a new record at the end of each record during your recording. That will ensure commands are created to insert a new record after each record that is entered, so when the 12th record is complete record 13 will be created and the data can be entered.
Please try that and the load should work.
Thanks and regards,
Jonathan Stuart,
DataLoad Support. |
|
Back to top |
|
|
SimonBroadhurst
Joined: 19 Oct 2006 Posts: 3
|
Posted: Mon Oct 23, 2006 8:34 pm Post subject: |
|
|
It works! Excellent, thanks.
Simon |
|
Back to top |
|
|
|