Hi,
I'm having a problem with the Refresh Data Dictionary function in the SDK. Here is the situation:
I have a database in the SDK which references a DBC file on my hard drive. I have gone through and entered all kinds of captions and headings for all of the existing fields and generally prettied up the metadata just how I like it. I've now added a few fields to a couple of the tables in the DBC, and I want to bring that information into the SDK and update the meta data for the new fields.
The plan was to refresh the data dictionary and then turn on filtering so that all of the new fields would appear in bold and would be easy to find. The problem I am having is that not only is the SDK adding the new fields from the DBC to its metadata, but it is also changing a lot of my Headings on existing fields. I think it might have something to do with partial string matching, and I hate speculating on possible programming issues in other people's code, so here's a before and after example to show why I think that might be the case:
Before:
Caption: Box Flag
Heading: Box
After:
Caption: Box Flag
Heading: Box Flag
Every other example where the heading is changed is the same scenario - the heading used to be a substring of the caption and was changed to match the caption. I would love to be able to update the SDK's meta data from my DBC without having to go back through and change all these headings back every time.
Any help would be much appreciated!
-Adam |