Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get all the settings in IDE vs. run-time?
Message
De
02/02/2017 16:52:12
 
 
À
02/02/2017 14:21:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
MS SQL Server
Divers
Thread ID:
01647262
Message ID:
01647376
Vues:
60
the buffer initializing the variables
STORE SPACE(256) TO lpbData, lpszValue 
traversing the APIs (RegEnumValue,RegEnumKey) are returned as their exact values.
in the cursor returned by code above i see that there is only path registered key as key might be too long than 256 chars.

in my vfp i have not a path >256 chars
if the case, increasing this value can solve the problem (to confirm).

can you confirm also the error pointed in this code in your case (independent of registry.prg)
http://www.news2news.com/vfp/?example=131&function=194


if you execute regedit.exe as administrator and go to this key (in my windows 10)
HKEY_CURRENT_USER\Software\Microsoft\VisualFoxPro\9.0\Options
you can see all the vfp 9 options settings in registry.
can capture all options set simply by rightclick on "options " key and choose "export" to txt file.
this is a manual way to return all vfp 9 options settings.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform