Posted by: Elio Boezio
Hi NG,
I'm probably doing something dumb, but here's my problem anyway:
I want to read an entry in the PDF section and I'm using this bit of code:
Call SalUseRegistry( TRUE, PDFCreator' )
Call SalGetProfileString( 'Program', 'ProgramFont', 'NOT FOUND', sTemp, 'PDFCreator' )
I expect the entry to be in the following section:
HKEY_CURRENT_USER\Software\PDFCreator\Program
Trouble is, my default value is returned and when I look at the registry, it's "grown" a new section called
HKEY_CURRENT_USER\Software\PDFCreator\PDFCreator\Program
This is particularly scary, because I'm not trying to set a value - just read an existing value!
I don't know if it's relevant, but I'm using GTD 3.0.0.PTF1 on WinXP.
Any ideas?
Elio