Search found 449 matches: coding

Return to advanced search

Re: Google Graph extra graphic ? (Navaro)

Dear Marc,

I am coding it, please wait...
by Antonio Linares
Wed Feb 21, 2024 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 17
Views: 501

Re: PepPol European Invoicing standard

The coding of this is done like older days making a html page ? Like this function tabel_html_code_OLD() cTabel:='<br><p><span style="color:#0000CD;"><strong>Enkel deze maten zijn nog beschikbaar ...
by Marc Venken
Wed Feb 14, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 339

Re: WebView2 Essentials: Guides, Tips & Resources

... several steps including setting up your development environment, initializing the WebView2 control, and handling navigation events. This involves coding in C# and using the CoreWebView2 namespace​​. Properties and Methods: The WebView2 class in WPF, for instance, extends HwndHost and provides ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

Re: Help splitting up a character address string

... readable and maintainable. This is achieved through its patcher and preprocessor capabilities, which allow for a more organized and streamlined coding process. In mod_harbour applications, the main program can be simplified to just a few lines using Harbourino, facilitating the construction ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 494

FWH 2310 Active X problem ?

... with FWH 2310 and now when calling the program, it fails on an "array access". This is a pretty random issue, and there were no coding changes. I went back to 2306 and it works perfectly. So "something" in the new FWH release has "broken" active x. I wish ...
by TimStone
Fri Nov 03, 2023 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2310 Active X problem ?
Replies: 13
Views: 487

The Future of Developer Forums

... social bond they promote. Here, not only connections are made, but genuine friendships are formed among individuals who share the same passion for coding. This social cohesion is priceless and should not be overlooked. The Importance of Community Developer forums are not just places where technical ...
by Otto
Wed Nov 01, 2023 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 298

Re: SetDlgGradient

...       ;      WS_CAPTION, WS_SYSMENU, WS_MINIMIZEBOX )  Above is how I code the gradients and use them as function wrappers to make the coding easier .. Rick Lipkin
by Rick Lipkin
Fri Sep 29, 2023 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient
Replies: 10
Views: 751

hbmk2 problem

... PLEASE NOTE: The program builds without error using a .mak file, and also building with Visual Studio Community 2023 directly. So this is NOT a coding error. I have done a series of eliminations, and extensive testing, and the following is the result: oARhistory:seek( dBegDate, .t. ) ...
by TimStone
Mon Jul 10, 2023 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 705

Re: how to open devtoolswindow from application.

Dear Hakan,

https://learn.microsoft.com/en-us/microsoft-edge/webview2/how-to/context-menus?tabs=cpp#adding-menu-items-to-a-context-menu

thats not simple at all and it would require some hours (if not days) of coding and debugging
by Antonio Linares
Sat Jul 08, 2023 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1085

Re: OpenAI class using hbCurl

... For me, being able to have the system automatically code medical procedures using CPT codes and diagnosis conditions using International coding diagnosis version 10 codes places my software ahead of everyone else. I know that won't last long. Others will see it and will easily imitate ...
by reinaldocrespo
Wed May 10, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI class using hbCurl
Replies: 8
Views: 669

OpenAI class using hbCurl

... I use here is LogData() and I will share it if anyone wants it. How you parse the response for the output you seek may be different. Happy coding. Reinaldo. #INCLUDE "hbClass.ch"#INCLUDE "hbcurl.ch"#DEFINE CRLF CHR(13)+CHR(10)CLASS TOpenAI   DATA hCurl ...
by reinaldocrespo
Tue May 09, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI class using hbCurl
Replies: 8
Views: 669

New FTDN April/Abril 2023 (FWH 23.04)

... function can be used to get data from clipboard without opening and closing clipboard within the application. This single line function saves much coding. If nFormat is specified, data of that format is obtained. If the param is ommited or nil, data of availabe format is obtained. If @nFormat is ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1678

Re: Pls recommend a Resource Editor

Thank you Rick. Always good to see you around. I guess there are more choices than I initially thought. That's a good thing.

Keep coding, my friend.

Reinaldo.
by reinaldocrespo
Sat Apr 22, 2023 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pls recommend a Resource Editor
Replies: 7
Views: 676

Re: PRINT TO oPrn TABLE

No.
This is meant for quickly drawing a table without any coding.

If you want to customize, you write your own code.
by nageswaragunupudi
Sat Jan 28, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT TO oPrn TABLE
Replies: 1
Views: 207

Amending preprocessor directive for TFolderEx

... it is REDEFINE, the value for aPrompts and aDialogs will come from file. What do I need to change at its pre-processor directive so instead of coding    REDEFINE FOLDEREX ::oFolder ID 110 OF ::oDlg   ;      PROMPTS "tab1", "tab2" ;      DIALOGS "dlg1", "dlg2"  ...
by hua
Fri Dec 16, 2022 4:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amending preprocessor directive for TFolderEx
Replies: 4
Views: 373
Next

Return to advanced search