This commit is contained in:
Kathy Ruffing 2012-08-01 11:17:00 +00:00
parent 46385cfa07
commit a13b6a7745

View File

@ -377,7 +377,8 @@ namespace DataLoader
}
else
{
menustr = tbuff;
if (tbuff==null||tbuff=="") menustr = TextConvert.ConvertText(dr["Text"].ToString().PadRight(80, ' ').Substring(0, 75).TrimEnd(), ConvertCaret);
else menustr = tbuff;
}
}
else