Search found 35 matches: oreg

Return to advanced search

Re: Problem with Get in RibbonBar

try to change movements of Mouse Static Function GetTimeDblClick() local oReg := TReg32():New( HKEY_CURRENT_USER, "Control Panel\Mouse" ) local uVar uVar := oReg:Get( "DoubleClickSpeed", "500" ) IF uVar == NIL uVar = 500 ENDIF oReg:Close() ...
by Silvio.Falconi
Sat May 05, 2018 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Get in RibbonBar
Replies: 13
Views: 2203

Grabar en regedit Windows 7 32 Bits

... #define HKEY_CURRENT_USER 2147483649 //---------------------------------------------------------------------------// function Main() LOCAL oReg, cName, uVar oReg = TReg32():New( HKEY_CURRENT_USER, "SOFTWARE\Medida\Etiqueta" ) IF oReg:nError <> 0 oReg = TReg32():Create( HKEY_CURRENT_USER, ...
by Compuin
Sun Jan 01, 2017 2:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar en regedit Windows 7 32 Bits
Replies: 1
Views: 1019

Re: Problema al escribir en el registro ¿falla la clase treg32?

... 10 alguna sugerencia.http://fivetechsupport.com/forums/posting.php?mode=reply&f=6&t=18412&sid=5eddcc58c553f9a33d9dd863ae52d257# oReg := TReg32():Create( HKEY_LOCAL_MACHINE, "SOFTWARE\CaSoft\WinConta Pro" ) oReg:Set( "A path" , cGet[6] ) oReg:Set( "A version", ...
by CARLOS ATUNCAR
Thu Oct 27, 2016 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema al escribir en el registro ¿falla la clase treg32?
Replies: 12
Views: 2691

Re: Problema al escribir en el registro ¿falla la clase treg32?

... 10 alguna sugerencia.http://fivetechsupport.com/forums/posting.php?mode=reply&f=6&t=18412&sid=5eddcc58c553f9a33d9dd863ae52d257# oReg := TReg32():Create( HKEY_LOCAL_MACHINE, "SOFTWARE\CaSoft\WinConta Pro" ) oReg:Set( "A path" , cGet[6] ) oReg:Set( "A version", ...
by CARLOS ATUNCAR
Thu Oct 27, 2016 6:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema al escribir en el registro ¿falla la clase treg32?
Replies: 12
Views: 2691

PDFCreator 2.2

... does not works ! Seems it uses other keys of windows Any help ? Tks Romeo/Zingoni ***** FUNCTION SETTAREG( cDir , cFile , cAutoSave ) LOCAL oReg oReg:=TReg32():New( HKEY_CURRENT_USER , "SOFTWARE\PDFCreator\Program" ) oReg:Set( "UseAutosave" , cAutoSave ) oReg:Set( "UseAutosaveDirectory" ...
by Romeo
Wed Nov 11, 2015 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PDFCreator 2.2
Replies: 5
Views: 1064

Re: Writing into the Windows registry

Michel,

oReg := TReg32():New( HKEY_CURRENT_USER,"Environment")

MsgInfo( oReg:Get("STJUDA") )

oReg:Close()
by Antonio Linares
Wed Jul 01, 2015 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Writing into the Windows registry
Replies: 15
Views: 2356

Re: Urgent Problem regedit

oReg:= TReg32():New(HKEY_LOCAL_MACHINE, Key1,lShowError) cInfo:= oReg:Get(Name,valore) MsgInfo(cInfo,"Delivery 1" ) oReg:Set(Name,valore) oReg:Close() It seem to run ok Now the problem is on some computer the variable ...
by Silvio.Falconi
Sat Jan 24, 2015 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Urgent Problem regedit
Replies: 5
Views: 1111

Re: new var in HKEY_CURRENT_USER

tks, it works !

now i am able to create a new var....but now i'am not able to cancel this new var using the function:

oreg:delete(cSubKey)

also using the function RegDeleteKey(oreg:nHandle,cSubKey) (it returns code error 2)

the cSubKey always exists

...additional help ?

tks
by Romeo
Wed Jul 03, 2013 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: new var in HKEY_CURRENT_USER
Replies: 3
Views: 714

Re: Video Player ActiveX no funciona en version 12.08 de FWH

... avoid the error message //----------------------------------------------------------------------------// METHOD ReadTypes() CLASS TActiveX local oReg := TReg32():New( HKEY_CLASSES_ROOT, "CLSID\" + ::cString + ; "\InprocServer32" ) local cTypeLib := oReg:Get( "" ) ...
by George
Sat Oct 06, 2012 8:40 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Video Player ActiveX no funciona en version 12.08 de FWH
Replies: 4
Views: 2620

Re: Salida a PDF y visualización

Yo uso PDFCreator modificando los valores en el registro antes del TPrinter: oreg := treg32():New(HKEY_CURRENT_USER,"Software\PDFCreator\Program",.f.) oreg:set('AutosaveFilename','Acuse_Pedido_'+trimstr(nencargo)+'.PDF') oreg:set('AutosaveDirectory', ...
by Sebastián Almirón
Wed Mar 02, 2011 6:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Salida a PDF y visualización SOLUCIONADO
Replies: 8
Views: 1995

HELP FOR A TEST TO ALLOW APPLICATIONS

... and I saw We can set the application into Registry of Windows on this page http://www.pctools.com/guides/registry/detail/113/ With the command oREg:set we can set the value Sample : If I insert 3 applications : Winword.exe Excel.exe Powerpoint.exe the test I made insert on registry only the ...
by Silvio
Mon Nov 29, 2010 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP FOR A TEST TO ALLOW APPLICATIONS
Replies: 6
Views: 1084

Re: REGISTRY commands

... Name:="NoDispSettingsPage" valore:=1 IF RegOpenKey( HKEY_CURRENT_USER,Key, @nHandle ) == 0 oReg := TReg32():New(HKEY_CURRENT_USER, Key) oReg:Set(Name,valore) ELSE oReg := TReg32():New(HKEY_CURRENT_USER, Key) oReg:Create( Name, valore ) endif ...
by Silvio
Wed Nov 24, 2010 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REGISTRY commands
Replies: 9
Views: 1952

REGISTRY commands

I must insert a value into registry oReg := TReg32():New(HKEY_CURRENT_USER, Key) oReg:Set(Name,valore) but here it not run because not found the variable into registry what is the command to say " IF NOT FOUND THE name of variable create ...
by Silvio
Tue Nov 23, 2010 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REGISTRY commands
Replies: 9
Views: 1952

Re: Variables

METHOD Events() CLASS MyActiveX local act, oReg, cTypeLib, aEvents oReg := TReg32():New( HKEY_CLASSES_ROOT, "CLSID\" + ::cString + "\InprocServer32" ) cTypeLib := oReg:Get( "" ) oReg:Close() act:=TactiveX():new(::Janela, ...
by lailton.webmaster
Sat Sep 05, 2009 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Variables ( Solved )
Replies: 16
Views: 2161

Re: Memoria no liberada en ActiveX - arreglado!

... ) endif return nil //----------------------------------------------------------------------------// METHOD ReadTypes() CLASS TActiveX local oReg := TReg32():New( HKEY_CLASSES_ROOT, "CLSID\" + ::cString + ; "\InprocServer32" ) local cTypeLib := oReg:Get( "" ) ...
by MGA
Wed Apr 08, 2009 1:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memoria no liberada en ActiveX - arreglado!
Replies: 18
Views: 6355
Next

Return to advanced search