Search found 179 matches: member

Return to advanced search

Re: New txbrowse

Hola silvio, Tengo una clase: CLASS TFactur_1 FROM TIMPRIME CLASSDATA lRegistered AS LOGICAL DATA oFont_6 ..... que cuando la compilo da este .ppo: _HB_CLASS TFactur_1 ; function TFactur_1 ( ... ) ; STATIC s_oClass ; LOCAL nScope, oClass, oInstance ; IF s_oClass == NIL .AND. __clsLockDef( @s_oClass ...
by FiveWiDi
Sat Apr 13, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 3
Views: 216

Re: How to include hbCurl?

Marc, have yout tried the answer ChatGPT gives you? Best regards, Otto It seems like you're trying to add tags to a member in a MailChimp list using the MailChimp API and curl in a command line environment. The issue appears to be with the way you're formatting the JSON data in your ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2937

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... lots of webpages which php, MySQL, html and css. Now, as I’m retired I still follow the discussion of this forum to not get an old outdated member. For my wife I created shortly a software to manage her little enterprise. Just for remaining curious and to keep my mind busy. 8) Kind regards, ...
by Detlef
Fri Jan 26, 2024 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1698

Re: SAPI : change Voice

... HB_FUNC.PRG: In function 'HB_FUN_GETZIRA': HB_FUNC.PRG:20:31: error: 'ISpObjectTokenCategory {aka struct ISpObjectTokenCategory}' has no member named 'SetId' HB_FUNC.PRG:24:35: error: 'ISpObjectTokenCategory {aka struct ISpObjectTokenCategory}' has no member named 'EnumTokens' HB_FUNC.PRG:31:37: ...
by Jimmy
Thu Jan 25, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3527

SAPI : change Voice

... -1) i got Error Error description: (DOS Error -2147352573) WINOLE/1006 Argument error: _VOICE Args: [ 1] = O -2147352573 : "Member not found." i also try SetVoice() Error description: (DOS Error -2147352570) WINOLE/1009 No exported method: SETVOICE -2147352570 : "Unknown ...
by Jimmy
Tue Jan 23, 2024 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3527

VIES check 2023

Has anyone, hoping for a Belgium forum member connected to the VIES system in order to retrieve data from the VIES system by the VAT-number ?

Early postings seems to be outdated with the connections made at that time.
by Marc Venken
Thu Aug 10, 2023 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VIES check 2023
Replies: 1
Views: 239

Re: WMI / FOR EACH / does "Property" Exist ?

i have to use it for every "Property" to CATCH Error

Yes.
Better we make a function with TRY/CATCH
under Xbase++ "Property" aof COM/ActiveX are same as Member VAR (DATA)

That's nice. Good to know.
What about HMG?
ps: I am asking because I never used them
by nageswaragunupudi
Tue Jun 13, 2023 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WMI / FOR EACH / does "Property" Exist ?
Replies: 4
Views: 242

Re: WMI / FOR EACH / does "Property" Exist ?

hi, thx for Answer under Xbase++ "Property" aof COM/ActiveX are same as Member VAR (DATA) Eigenschaft (engl.: Property) Instanzvariable einer COM/ActiveX-Komponente, entspricht einer Membervariablen (IVar) eines Xbase++-Objektes. thats why i try __ObjHasData ...
by Jimmy
Tue Jun 13, 2023 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WMI / FOR EACH / does "Property" Exist ?
Replies: 4
Views: 242

Re: Protecting certain functions to be used

I just realized that scope.pointer is member of an union and not a member of a struct, so modifying scope.pointer will be affecting the scope of the symbol. This would be the right way to do it: function Main()   local pFunPtr ...
by Antonio Linares
Wed May 03, 2023 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protecting certain functions to be used
Replies: 6
Views: 349

Re: Sending HTML using MAIL

... Used by applications that do not handle interpersonal messages. If your application handles interpersonal messages, set the lpszMessageType member to NULL or set it to point to an empty string. I have asked to chatGPT and got this: lpszMessageType is a string parameter that specifies the ...
by Antonio Linares
Wed Apr 05, 2023 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 693

Re: how to get "Userdef" EVENT for ACTION

... FINDMSGSTRING registered messages to the window procedure of the owner window of the dialog box. When you create the dialog box, the hwndOwner member of the FINDREPLACE structure is a handle to the owner window. --- ReplaceTextA function https://learn.microsoft.com/en-us/windows/win32/api/commdlg/nf-commdlg-replacetexta ...
by Jimmy
Tue Mar 28, 2023 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get "Userdef" EVENT for ACTION
Replies: 5
Views: 394

Re: different Warning using BCC7 32 Bit / MSVC 64 Bit

hi, now i have create own Structure, from Original (and add "X"), but change Member from BOOLEAN to BOOL typedef struct _PREVENT_MEDIA_REMOVALX {  BOOL PreventMediaRemoval;} PREVENT_MEDIA_REMOVALX, *PPREVENT_MEDIA_REMOVALX;BOOL PreventRemovalOfVolume(HANDLE ...
by Jimmy
Wed Feb 22, 2023 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: different Warning using BCC7 32 Bit / MSVC 64 Bit
Replies: 6
Views: 420

Re: How to create a PRIVATE variable owned by the caller?

I am afraid no as xHarbour does not have the member stackstate in the struct hb_struSymbol :-(

Maybe there is another way to do it, but I don't know it
by Antonio Linares
Wed Jan 11, 2023 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 777

Re: chatGPT writes and executes Harbour code !!!

... in the table and the ADEL keyword to delete any unnecessary information. Using the ASORT keyword, Mary sorted the list alphabetically by family member's name. She then used the ACOPY keyword to create a copy of the list as a backup. As she worked, Mary kept an eye on the time using the ELAPTIME ...
by Jimmy
Mon Dec 26, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2785

Request for information xbrowse and pics

Hello mod_harbour Team, Hello Otto, For my soccer club I made a member program a while ago with a online SQL database. Works great and is for only a few people. Installed the exe on there pc and of we go .... Now I need to make 'something' for all the members ...
by Marc Venken
Wed Dec 14, 2022 7:54 pm
 
Forum: mod_harbour
Topic: Request for information xbrowse and pics
Replies: 3
Views: 568
Next

Return to advanced search