View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004060 | MMW v4 | Framework: Scripts/Extensions | public | 2007-12-02 04:21 | 2007-12-02 16:21 |
Reporter | peke | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Summary | 0004060: ISDBRegistry and SDBIniFile are not working Correctly | ||||
Description | VBS Examples from Wiki that work: ISDBRegistry: Set Regs = SDB.Registry If Regs.OpenKey( "Some key", False) Then MyValue = Regs.StringValue("Some value") Regs.CloseKey End If SDBIniFile: SDB.IniFile.ReadString( "Some Section", "Some ident") Strange Things Happened if we try to access same value from Delphi: ISDBRegistry: SDB := CreateOleObject('SongsDB.SDBApplication'); SDB.ShutdownAfterDisconnect := False; If SDB.Registry.OpenKey( 'Some key', False) Then begin MyValue := SDB.Registry.StringValue('Some value'); SDB.Registry.CloseKey end; SDBIniFile: MyValue := SDB.IniFile.ReadString( 'Some Section', 'Some ident'); Note: Only Getting Value do not work, Setting Value Work: SDBIniFile: SDB.IniFile.ReadString( 'Some Section', 'Some ident') := MyValue; Example Debug App Is Sent To FTP. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||