TRegistry:Openkey() return value
Publicado: Mar Feb 19, 2008 4:22 pm
Hi,
on the user's computer the code
WITH OBJECT TRegistry():Create()
:Root := HKEY_LOCAL_MACHINE
nError := :OpenKey( "SoftwareVema")
END WITH
returns nError = 9. Can sombody tell me what is the reason of this error and how to avoid
it?
For nine months the app works fine.
Gejza Horvath
on the user's computer the code
WITH OBJECT TRegistry():Create()
:Root := HKEY_LOCAL_MACHINE
nError := :OpenKey( "SoftwareVema")
END WITH
returns nError = 9. Can sombody tell me what is the reason of this error and how to avoid
it?
For nine months the app works fine.
Gejza Horvath