Search found 177 matches: detailed

Return to advanced search

Re: Compiler with MSVC y HARBOUR

Thank you for such a detailed instructions. Since I'm not using UEStudio, I also copied out "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" Good dears If you are still with BCC and ...
by hua
Fri Apr 19, 2024 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 2
Views: 74

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... end with FWH2310 but could not. In other words, Ansi Gets are correctly working here as expected. We enhanced the test we posted earlier for more detailed testing. This is the sample we tried. #include "fivewin.ch"REQUEST HB_CODEPAGE_TRWINfunction Main()   local oDlg, oGet, oFont, ...
by Horizon
Sun Feb 04, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54164

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... end with FWH2310 but could not. In other words, Ansi Gets are correctly working here as expected. We enhanced the test we posted earlier for more detailed testing. This is the sample we tried. #include "fivewin.ch"REQUEST HB_CODEPAGE_TRWINfunction Main()   local oDlg, oGet, oFont, ...
by nageswaragunupudi
Sun Feb 04, 2024 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54164

Re: WebView2 Essentials: Guides, Tips & Resources

... JavaScript APIs to HTML documents running within the control, supporting communication with the host application. Documentation and Resources: For detailed information and specific implementation guidance, the WebView2 API Reference and WebView2 Documentation are valuable resources. WebView2 is ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

Re: Help splitting up a character address string

... readability, maintainability, and modularity, which are crucial aspects of efficient software development. User gibt es infos zur syntax ChatGPT Detailed information about the syntax and usage of Harbourino, particularly within the context of mod_harbour and Fivewin, is somewhat scarce. The few ...
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: 589

Re: Saving OuterHTML using Await Implementation with TWebView

Hello Otto. SysWait() is not a timer. Could you please provide a detailed explanation of what it is used for? Alternatively, if you'd like, you can share your email, and I'll provide you with my WhatsApp contact. Regards, Charles KWON Hello Charles, In the ...
by CharlesKwon
Mon Aug 21, 2023 6:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1627

Re: Create help system with F1

... .chm file directly or integrate it into your application. Remember to refer to the Microsoft Help Workshop documentation and online resources for detailed instructions and additional features.
by Antonio Linares
Tue Jul 11, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 863

Re: Create help system with F1

... use the F1 key to call it within my program. As a result, when a client is looking at a screen, hits F1, the proper page of the manual opens for detailed explanation. Of course, getting people to actually read the documentation is a challenge ...
by TimStone
Mon Jul 10, 2023 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 863

Re: RTF Spell Checker

... are using. Therefore, it's recommended to refer to the official FiveWin documentation or resources provided by the framework's developers for more detailed information on how to use and customize the RTF edit control within your FiveWin applications.
by TimStone
Tue May 23, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: Harbour warnings

... Syntax: d:\xPrueba\harbour.exe <file[s][.prg]> [options] Options: /a automatic memvar declaration /b debug info /build display detailed version info /credits display credits /d<id>[=<val>] #define <id> /es[<level>] set exit severity /ex create public ...
by hmpaquito
Fri Jun 24, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2316

Re: IE

For detailed documentation about each method please review webview.dll docs (embedded into the header file):

https://github.com/webview/webview/blob/master/webview.h
by Antonio Linares
Sat Jun 04, 2022 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1678

Re: Ue Studio New Licence Modell

... a year and it's really amazing. I only can't use Harbour integrated debugger yet. Could you show us how to do this ? Dear Vilian, There is a detailed guide to use it here: https://harbour.wiki/index.asp?page=PublicArticles Look for "Developing and Debugging Harbour Programs ...
by Antonio Linares
Wed May 25, 2022 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ue Studio New Licence Modell
Replies: 20
Views: 1234

Re: Iniciando con mod_harbour

Eduardo, thank you for your detailed answer. Very interesting. Then we do almost the same software. The equipment is also similar: own server and Windows. I just don't use SQL. But for the actual application it doesn't matter which database ...
by Otto
Tue Jan 11, 2022 5:38 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 3759

WebView2 for Harbour/Fivewin and VSC 2019

... version) I have included an example of the use of the control to be used from Fivewin applications. At the beginning of the example, I have detailed some of the websites on which I have based my work or that I have considered interesting for people who want to delve into this topic. This ...
by cnavarro
Tue Sep 21, 2021 10:38 am
 
Forum: Utilities / Utilidades
Topic: WebView2 for Harbour/Fivewin and VSC 2019
Replies: 27
Views: 4911

Re: Make para BCC10

... a look at what's contained in the free download and shows how you can start building programs. Contents: # Introduction and basic information # Detailed information about the compiler, including a list of all included tools # Resources # Putting it all together - using the compiler # Detailed ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1119
Next

Return to advanced search