Search found 337 matches: register

Return to advanced search

Re: SWAGGER-UI para documentar nuestras API.

... -> Import -> Link -> https://api.mailchimp.com/schema/3.0/Swagger.json Then you are ready to use their services Remember that you have to register an Api Key https://mailchimp.com/developer/marketing/guides/quick-start/ https://i.postimg.cc/BbBZw9YP/image.png Regards
by Joaquim Ferrer
Wed Mar 06, 2024 6:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1944

Re: SAPI : change Voice

Harbour function __axRegisterHandler() register an events handler.

meanwhile the speak of a text there are events but they don't arrive. No idea why.

We have low level debugged the code and it is correct but somehow the events are not arriving
by Antonio Linares
Thu Feb 08, 2024 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3489

Re: opposite of HB_FUNC( REGISTERDRAGDROP ) ?

... about OLE Dragdrop and play with samples\imgdrop.prg it use source\winapi\dropfile.c where i found HB_FUNC( REGISTERDRAGDROP ) now i want to register "my App" for Dragdrop "as Source", how :?:
by Jimmy
Wed Dec 13, 2023 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: opposite of HB_FUNC( REGISTERDRAGDROP ) ?
Replies: 5
Views: 568

Re: who use PostgreSQL with Fivewin ?

... access Postgre. If you want to try it, it's free, it's in [url] https://forum.modharbour.app/viewtopic.php?f=20&t=526 [/url] i have to Login / Register to get into Mod_harbout Forum .... --- i do have a "native" Solution to use LibPQ.DLL. under Xbase++ / HMG is use a GRID but under ...
by Jimmy
Sun Oct 01, 2023 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1036

Re: xHarbour.org updated!

... Karinha had an error in the compilation but I managed to resolve it. The example I posted is for testing purposes only. I need to use https to register the load and it cannot be opened by opening a browser page, understand? I need to be from within the system to enter a document and they process ...
by wartiaga
Mon Sep 18, 2023 9:43 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37314

Re: Request : new PostgreSQL OLEDb-Provider

hi, I am not even able to register the dll. Got this error. Unable to proceed have you "RegSvr32" 32 / 64 Bit DLL "as Administrator" :?: https://i.postimg.cc/L4jqPbth/regsvr32.jpg on 64 Bit OS i have ...
by Jimmy
Mon Sep 11, 2023 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 686

Re: Request : new PostgreSQL OLEDb-Provider

I am not even able to register the dll.
Got this error.
Image
Unable to proceed
by nageswaragunupudi
Mon Sep 11, 2023 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 686

Re: Adding a register key to the Windows register

Hi Guys,

Thank you all so much for your help.

All my questions have been answered. Everything is running just fine now.
by driessen
Fri Jul 14, 2023 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a register key to the Windows register - SOLVED
Replies: 17
Views: 696

Re: Adding a register key to the Windows register

Dear Michel, from Harbour Changelog file: 2012-05-18 18:15 UTC+0300 Pavel Tsarenko (tpe2 at mail.ru)  * contrib/hbwin/win_reg.prg  * contrib/hbwin/tests/test_reg.prg    * added nRegSam (access mask) parameter into functions: win_regRead,      win_re...
by Baxajaun
Fri Jul 14, 2023 5:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a register key to the Windows register - SOLVED
Replies: 17
Views: 696

Re: Adding a register key to the Windows register

Code: Select all  Expand view
win_regdelete("HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Word\Security\DisableWarningOnIncludeFieldsUpdate")
by alerchster
Fri Jul 14, 2023 4:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a register key to the Windows register - SOLVED
Replies: 17
Views: 696

Re: Adding a register key to the Windows register

Alerchster,

Thank you so much for your help. It works fantastic now.

One more little question.

Can you tell me how to delete a registry key?

Thank you very much.
by driessen
Wed Jul 12, 2023 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a register key to the Windows register - SOLVED
Replies: 17
Views: 696

Re: Adding a register key to the Windows register

// Managing Register services from FiveWin#define  HKEY_CLASSES_ROOT       2147483648#define  HKEY_CURRENT_USER       2147483649#define  HKEY_LOCAL_MACHINE      2147483650#define  HKEY_USERS              2147483651#define  HKEY_PERFORMANCE_DATA ...
by alerchster
Wed Jul 12, 2023 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a register key to the Windows register - SOLVED
Replies: 17
Views: 696

Re: Adding a register key to the Windows register

Not my cup of thee, but in this code there is also a register search and add. Maybe it is helpfull From Karinha https://forums.fivetechsupport.com/viewtopic.php?f=3&t=41666#p249622    if (RegOpenKey(HKEY_CURRENT_USER, KEY_DISABLETASKMGR, ...
by Marc Venken
Tue Jul 11, 2023 9:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a register key to the Windows register - SOLVED
Replies: 17
Views: 696

Re: Adding a register key to the Windows register

Hello Michel,

Maybe you have to grant the user admin rights when setting this key.

I want to remind you that you need to set this key for every user.

Best regards,
Otto
by Otto
Tue Jul 11, 2023 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a register key to the Windows register - SOLVED
Replies: 17
Views: 696
Next

Return to advanced search