Named Data Sources Appearing From Nowhere
When we open a format file using the code:
BarTender.Format btFormat;
try
{
btFormat = btApp.Formats.Open(formatFile, true,"");
}
catch (Exception ex)
{
MessageBox.Show("Error: Unable to open file '" + formatFile + "'\n" + ex.Message);
return null;
}
We get 5 name sources appearing in the Data source window that came from nowhere. In other words if I open the exact same format file using BarTender these data sources do not appear (see attached screen shots). The version of BarTender that we are using is 10.1 SR3 (Automation Edition).
Regards,
Ed
0
-
Strange -- difficult to say based on the information presented. It has nothing to do with the code you include above at lease. Have you tried the latest service release? Download it from here: http://www.seagullscientific.com/label-software/fixes_101.aspx
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar