Browse multiple databases on one tab page
Posted: Wed Aug 17, 2016 9:56 am
I currently have a tabpage with a browse to a database containing customer collection contact comments. The file size is starting to get large and I would like to maintain the same basic application structure but have the browse show the appropriate comments from the appropriate file. Older paid off accounts, after a certain period of time, but prior to being archived from the main databases into the archived databases would have their comments moved from the first current file to the 2nd or 3rd current file. Thus, when navigating from one account to the next, the tab page with the comments browse (which is one of 10 tab pages) would show data from one file for one account and potentially different file for the other account. The browse on the tab pages is created at initial dialog creation.
What is the best way to handle this efficiently. Create multiple browses, one for each file and hide the inactive ones and activate only the one applicable to the current comments file assigned to the account. Or is their a better way to reconfigure the browse on the fly, when needed, that is efficient in turns of time and system resources. I do not want to be copying the data into an array as that is too costly in turns of time and processing.
I know with arrays you change the datastore point or the pointer using the DC_Get.....() function.
Cliff
What is the best way to handle this efficiently. Create multiple browses, one for each file and hide the inactive ones and activate only the one applicable to the current comments file assigned to the account. Or is their a better way to reconfigure the browse on the fly, when needed, that is efficient in turns of time and system resources. I do not want to be copying the data into an array as that is too costly in turns of time and processing.
I know with arrays you change the datastore point or the pointer using the DC_Get.....() function.
Cliff