View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009043 | MMW v4 | Framework: Scripts/Extensions | public | 2012-01-31 00:04 | 2012-02-01 08:09 |
Reporter | zvezdan | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Summary | 0009043: SDB.CommonDialog.FileName = "xyz" has not any effect | ||||
Description | The 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 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||