|
|
@@ -1530,6 +1530,12 @@ namespace UAS_LabelMachine
|
|
|
{
|
|
|
if (SingleLabelCombox.Text != "")
|
|
|
{
|
|
|
+ if (SingleDoc != null)
|
|
|
+ SingleDoc.Close();
|
|
|
+ if (SingleLabelCombox.Text != "" && SingleLabelCombox.SelectedValue != null && !GetGridOnly.Checked)
|
|
|
+ {
|
|
|
+ SingleDoc = lbl.Documents.Open(ftpOperater.DownLoadTo + SingleLabelCombox.Text);
|
|
|
+ }
|
|
|
if (SingleBoxBegin.Text != "" || SingleBoxEnd.Text != "")
|
|
|
{
|
|
|
try
|