My app operates on and writes to a single table (from many)in a master 'foreign' application installed on my users' PC.
My app is a tool which provides facilities not available in the 'master'in relation to images that are pathed in one table.
I open the one table without using the index in the 'master'. I index this several ways in my app. A change to a record in this table obviously upsets the original index to that table.
When the 'master' is next opened it automatically performs a reindex.
In my app I automatically re-open the 'master' which then performs a reindex. The user can then return to my app with the new information included.
From the headers of the cdx files in the 'master' is it possible to recreate the reindex prg so that I do not have to open the 'master'?
Regards
My app is a tool which provides facilities not available in the 'master'in relation to images that are pathed in one table.
I open the one table without using the index in the 'master'. I index this several ways in my app. A change to a record in this table obviously upsets the original index to that table.
When the 'master' is next opened it automatically performs a reindex.
In my app I automatically re-open the 'master' which then performs a reindex. The user can then return to my app with the new information included.
From the headers of the cdx files in the 'master' is it possible to recreate the reindex prg so that I do not have to open the 'master'?
Regards