Hi,
Is it possible to load only the file data of the current record into a dataset + the data of the combo boxes like postal codes, etc., and this to save memory space and to speedup loading a dataset.
An article form contains in our case about 60 fields, of which also about 10 combo boxes with their underlying data (postal codes = about 2000 codes + town names, article subgroubs about 50 codes, ...). The article file contains about 2000 articles with 60 fields.
Our purpose is to only load the data of the current record, edit the record, and then move to the next record which we load at this very moment. The data of the combo boxes and list boxes we have to load on form_load. This all to save memory.
Another file with supplier catalogues contains 50.000 records. So here the memory is even more occupied.
Thanks.
Is it possible to load only the file data of the current record into a dataset + the data of the combo boxes like postal codes, etc., and this to save memory space and to speedup loading a dataset.
An article form contains in our case about 60 fields, of which also about 10 combo boxes with their underlying data (postal codes = about 2000 codes + town names, article subgroubs about 50 codes, ...). The article file contains about 2000 articles with 60 fields.
Our purpose is to only load the data of the current record, edit the record, and then move to the next record which we load at this very moment. The data of the combo boxes and list boxes we have to load on form_load. This all to save memory.
Another file with supplier catalogues contains 50.000 records. So here the memory is even more occupied.
Thanks.