This commit is contained in:
Jsj 2008-08-22 18:35:42 +00:00
parent d9d716fa7d
commit 7eaa80db5e
2 changed files with 13 additions and 0 deletions

View File

@ -51,6 +51,7 @@ namespace Config
listIni_EleName.Add("rodefaults");
listIni_EleName.Add("display");
listIni_EleName.Add("backgrounddefaults");
listIni_EleName.Add("unit");
// <user>.cfg
listIni_EleName.Add("spelldictionary");
@ -97,6 +98,17 @@ namespace Config
listIni_AttrName.Add("display");
listIni_AttrName.Add("sectiontitle");
listIni_AttrName.Add("sectionnumber");
listIni_AttrName.Add("number");
listIni_AttrName.Add("othernumber");
listIni_AttrName.Add("name");
listIni_AttrName.Add("othername");
listIni_AttrName.Add("text");
listIni_AttrName.Add("othertext");
listIni_AttrName.Add("id");
listIni_AttrName.Add("otherid");
listIni_AttrName.Add("procedurenumber");
// <user>.cfg
listIni_AttrName.Add("custom");

View File

@ -169,6 +169,7 @@ namespace DataLoader
private string MigrateTrans(OleDbConnection cn, string textm, string seqcvt, Content content, string pth)
{
// TODO: BYRON DATA WILL GENERATE A TRANSITION ERROR WHEN IT IS USED IN PROMS 2010
StringBuilder trtxt = new StringBuilder();
int instance = 0;
int beg = 0;