Use new generic property (ActiveDatabase) to access the current database name. About Screen
Use new generic property (ActiveDatabase) to access the current database name. Name of Export File Use new generic property (ActiveDatabase) to access the current database name. Name of Error Log FIle. Added new generic property (ActiveDatabase) to access the current database name.
This commit is contained in:
@@ -94,7 +94,7 @@ namespace VEPROMS
|
||||
{
|
||||
//Database.SelectedDatabase
|
||||
//sfd.FileName = string.Format("{0}.expx", MyFolder.Name);
|
||||
sfd.FileName = string.Format("{0}-{1}.expx",Database.SelectedDatabase, MyFolder.Name);
|
||||
sfd.FileName = string.Format("{0}-{1}.expx",Database.ActiveDatabase, MyFolder.Name);
|
||||
if (sfd.ShowDialog(this) == DialogResult.OK)
|
||||
{
|
||||
if (sfd.FileName != string.Empty)
|
||||
|
Reference in New Issue
Block a user