Search found 1426 matches: language

Return to advanced search

Re: not ISOEM(), ISANSI() or IsUTF8()

We can also make all this in a single function.
For that can you provide me a list of ALL accented characters in German language?
Not only the 7 chars. We need all chars.
For example, there are other chars like: Ûúùõòóô, etc.
by nageswaragunupudi
Wed Aug 30, 2023 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2139

Re: Saving OuterHTML using Await Implementation with TWebView

... on the web page, ensuring the content is available for extraction. - The idea is to simulate the 'await' functionality seen in other programming languages. 2. **Main Function**: - A Dialog (`oDlg`) is created titled "WebView Test". - The `GetOuterHtml` function is set to execute when ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1688

Re: Saving OuterHTML using Await Implementation with TWebView

... on the web page, ensuring the content is available for extraction. - The idea is to simulate the 'await' functionality seen in other programming languages. 2. **Main Function**: - A Dialog (`oDlg`) is created titled "WebView Test". - The `GetOuterHtml` function is set to execute when ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1688

Re: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

... ya sale todo en ingles me imagino seria lo mismo si el windows estuviera en otros idiomas ENGLISH I was able to change my windows to the English language and if everything already appears in English I imagine it would be the same if the windows were in other languages Yes, You are right. Windows ...
by nageswaragunupudi
Sat Aug 12, 2023 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1210

Re: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

... ya sale todo en ingles me imagino seria lo mismo si el windows estuviera en otros idiomas ENGLISH I was able to change my windows to the English language and if everything already appears in English I imagine it would be the same if the windows were in other languages Yes, You are right. Windows ...
by nageswaragunupudi
Sat Aug 12, 2023 7:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1210

Re: Error p/generar EXE usando UHTTPD2 en Windows

... program's course in the debugger. You practically have no hits on the web when you're searching for solutions. You practically have to learn a 3rd language. TWeb, and surely you can't do completely without HTML and JS. Little future security - well, you can copy the HTML code from the client and ...
by Otto
Sun Aug 06, 2023 7:34 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1941

Re: Set a specific starting function

Sorry, Enrico,
I forgot to answer you.

For 'INIT PROCEDURE' there is good documentation in the xHarbour Language Reference Guide.chm.
Also an example under 'EXIT PROCEDURE'.

Regards, Detlef
by Detlef
Sun Aug 06, 2023 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 862

Sunday question in IT

Sunday question in IT: Which programming language would you choose if you had to start a new project today? I am interested in why, when someone from the Clipper/Harbour community starts with web programming, they simply don't use HTML/JS and ...
by Otto
Sun Aug 06, 2023 6:49 am
 
Forum: mod_harbour
Topic: Sunday question in IT
Replies: 0
Views: 278

Re: Web programming with Mod Harbour

As of my last update in September 2021, Mod Harbour is a modern xBase language and development environment that aims to provide a more powerful and user-friendly approach to software development. It is designed to be compatible with the Clipper programming ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 329

New FTDN July/Julio (FWH 23.07)

... notiation in ANSI and UTF8 was displaying garbage. Fixed. * new functions AnsiToUtf8( cStr ) and Utf8ToAnsi( cStr ) Useful in case of some WU language characters like German Umlauts who are encoded differently in ANSI and Utf8.
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1080

Re: build Import LIB from LibPQ.DLL

... here https://wiki.freepascal.org/Language_Codes https://www.vbsedit.com/html/882ca1eb-81b6-4a73-839d-154c6440bf70.asp https://www.science.co.il/language/Locale-codes.php Is the German "Umlaute" issue is resolved now? ( by keeping FW_SetUnicode() to .F.) no Problem with German "Umlaute" ...
by Jimmy
Thu Jul 20, 2023 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2896

Re: Small Question about Word and FWH

Yes, we can do it using the function EnumWindows() using C language: #include <iostream>#include <vector>#include <windows.h>BOOL CALLBACK EnumWindowsProc(HWND hwnd, LPARAM lParam) {    std::vector<HWND>& ...
by Antonio Linares
Mon Jul 17, 2023 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1184

Re: Small Question about Word and FWH

... in jWord. Here's a general outline of the steps involved: a. Use a suitable inter-process communication mechanism supported by your programming language or platform, such as named pipes, sockets, or shared memory, to establish communication between Application 1 and Application 2. b. In Application ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1184

PICTURE for DATE() ?

... TDataRow() to use METHOD EDIT() of CLASS TDataRow now i like to add some PICTURE but which PICTURE for DATE to use depend on language :?: oRec := FW_Record():New( aEdit, cName )iMax := LEN( aEdit )FOR ii := 1 TO iMax   nPosi := ASCAN(::aBroFields, ...
by Jimmy
Mon Jul 17, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 413

Re: Create help system with F1

... a basic structure for storing help content, but depending on your specific requirements, you can add additional fields such as version number, language, file attachments, or any other metadata that may be relevant to your help system.
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 878
PreviousNext

Return to advanced search