View Issue Details

IDProjectCategoryView StatusLast Update
0009043MMW v4Framework: Scripts/Extensionspublic2012-02-01 08:09
Reporterzvezdan Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary0009043: SDB.CommonDialog.FileName = "xyz" has not any effect
DescriptionThe Open/Save dialog box should fill the "File name" text box with the specified value in the FileName property, but it stays empty. For example:

    Set oComDlg = SDB.CommonDialog
    oComDlg.DefaultExt = "db"
    oComDlg.Filter = "DB files (*.db)|*.db|All files (*.*)|*.*"
    oComDlg.Flags = cdlOFNHideReadOnly
    oComDlg.Title = SDB.Localize("Save a backup of the database file")
    oComDlg.FileName = "MM.DB"
    oComDlg.ShowSave
TagsNo tags attached.
Fixed in build

Activities

There are no notes attached to this issue.