-
If all works correctly, only the FilePath field is stored in the form resource (.dfm); not the FilePathFull field. This field is only a hint.
HTH, Micha.
2009-05-05 08:31:09 UTC in tDBF component for Delphi and BCB
-
I discovered it does work locally, but not remote. I can do remote power off/on, SEL listing etc...
2009-04-16 12:56:21 UTC in IPMItool
-
Oops I was confused, sorry. The reservation has nothing to do with it.
I think the problem is on my system I'm not allowed to add record type 0x2 records to the SEL. Only OEM record types. However, this record type is hardcoded in the source?.
2009-04-16 12:19:48 UTC in IPMItool
-
Currently, the sel add from file command does not work for me.
When adding entries to SEL (from file), the tool must first reserve the SEL, and then use the returned reservation code in the sel add command.
2009-04-16 11:24:39 UTC in IPMItool
-
Can you attach a complete test project please? This makes it much easier for me to reproduce the issue. Thanks.
2009-02-10 14:18:27 UTC in tDBF component for Delphi and BCB
-
Should the 'var SessionTable.TDbf;' not read 'var SessionTable: TDbf;' ?
You can define an initialization section for a unit (at the end), in which you initialize the global variables of that unit. Clean things up in a finalization section below it.
Or use a a function that you always call from another unit to initialize things (if you need parameters for example).
Regards, Micha.
2009-01-09 08:48:13 UTC in tDBF component for Delphi and BCB
-
Hi,
That information is only filled in after .Post'ing the record.
2008-12-01 10:16:37 UTC in tDBF component for Delphi and BCB
-
The ipmi_sdradd.c reads an SDR dump with the MSB and LSB ID bytes reversed.
ipmi_sdr.c:
h[0] = sdr->id & 0xff;
h[1] = (sdr->id >> 8) & 0xff;
ipmi_sdradd.c:
sdrr->id = (binHdr[0]
2008-08-26 07:32:52 UTC in IPMItool
-
mdv committed revision 291 to the tDBF component for Delphi and BCB SVN repository, changing 1 files.
2007-11-27 20:51:34 UTC in tDBF component for Delphi and BCB
-
mdv committed revision 290 to the tDBF component for Delphi and BCB SVN repository, changing 2 files.
2007-09-02 15:27:45 UTC in tDBF component for Delphi and BCB