Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting error Variable HKEY_LOCAL_MACHINE not found
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Getting error Variable HKEY_LOCAL_MACHINE not found
Divers
Thread ID:
00872099
Message ID:
00872099
Vues:
83
I have included the Registry.PRG that is included into VFP package into my program: to access the registrykey
This is the following code i am using: i am getting the error at the HKEY_LOCAL_MACHINE
********************************************************************
SET PROCEDURE to "programs\registry.prg"

clear
oRegistry=CREATE("Registry")

*** Now Read the value for key sessionfinished

? oRegistry.ReadRegistryString(HKEY_LOCAL_MACHINE,;
"SOFTWARE\JUNGCLAUS SOFTWARE ENGINEERING\TWAINCommander",;
"SessionFinished")
********************************************************************

Yuri,
Can you please tell me what do i need to change to access the registry by using the registry.prg.

Please let me know, since i need to deliver the project by friday.

Thank you very much.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform