Hi again folks,
We are currently making a program :
- that asks a user to choose a certain type of text file (especially formatted)
- that for each line read inside (this file) should create a record in rowobject table (just as if it was added with AddRow).
The reason why we use SDO is that after the import, the program just behave as if the lines were added with 'add' toolbar button.
Specifically, the program contains complete toolbar, it should behave correctly and the buttons set accordingly.
We used addrow and submitrow, it works fine but is a bit slow.
Creating directly RowObject (and rowobjupd) directly is far much faster, but I think is just not enough.
Anyone who has the answer is welcome. Even the no answer will be welcome as we won't seach anymore.
Thanks for your feedback.
Sylvestre
We are currently making a program :
- that asks a user to choose a certain type of text file (especially formatted)
- that for each line read inside (this file) should create a record in rowobject table (just as if it was added with AddRow).
The reason why we use SDO is that after the import, the program just behave as if the lines were added with 'add' toolbar button.
Specifically, the program contains complete toolbar, it should behave correctly and the buttons set accordingly.
We used addrow and submitrow, it works fine but is a bit slow.
Creating directly RowObject (and rowobjupd) directly is far much faster, but I think is just not enough.
Anyone who has the answer is welcome. Even the no answer will be welcome as we won't seach anymore.
Thanks for your feedback.
Sylvestre