Search found 325 matches: notepad

Return to advanced search

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... fwh\samples\ folder and then rename it as "errmsg.sys". (This is important) Now, make this small modification to buildh.bat Open "notepad.exe buildh.bat" and locate the line echo %fwh%\lib\FiveH.lib %fwh%\lib\FiveHC.lib %fwh%\lib\libmysql.lib + >> b32.bc Change "libmysql.lib" ...
by nageswaragunupudi
Tue Apr 23, 2024 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 10340

Re: leer y pdf y extraer datos

El pdf que tengo, al abrirlo con el notepad dice %PDF-1.3 %Äåòåë§ó ÐÄÆ 4 0 obj << /Filter /FlateDecode /Length 3182 >> stream por lo que lei en google habría que decodificarlo, es asi? porque al ejecutar el programa (ahora lo ejecuta ...
by goosfancito
Fri Jan 26, 2024 11:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: leer y pdf y extraer datos
Replies: 16
Views: 868

Re: I'm not asking for the moon...

...   local cPicture:="@Z 999.99"   local cPicture:="@S@F6.2" but you need to use "." and not "," (Komma) from NotePad aGet[1]:bLostFocus := {|| (aGet[1]:Assign(),aGet[1]:cText := STR(VAL(STRTRAN(aGet[1]:cText,",","."))), ...
by Silvio.Falconi
Fri Jan 19, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2271

Re: I'm not asking for the moon...

...   local cPicture:="@Z 999.99"   local cPicture:="@S@F6.2" but you need to use "." and not "," (Komma) from NotePad aGet[1]:bLostFocus := {|| (aGet[1]:Assign(),aGet[1]:cText := STR(VAL(STRTRAN(aGet[1]:cText,",","."))), ...
by Jimmy
Fri Jan 19, 2024 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2271

Re: App Termination and Relaunch.

... file to do this: 1. Create a text file with a `.bat` extension, such as `restart_my_app.bat`. 2. Edit the batch file using a text editor like Notepad, and add the following commands: ```batch @echo off taskkill /F /IM your_app.exe start "" "C:\path\to\your_app.exe" ``` ...
by Antonio Linares
Fri Oct 06, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 414

Re: xHarbour.org updated!

... = D:\lang\fwh1811\bcc760\lib\psdk\msimg32.lib D:\lang\fwh1811\bcc760\lib\psdk\psapi.lib D:\lang\fwh1811\bcc760\lib\psk\shell32.lib EDITOR = notepad FWH = D:\lang\fwh1811\fwh1811 CGI = NO GUI = YES MT = NO OBJ = obj PROJECT = transp32.exe $(PR) OBJFILES = $(OBJ)\TRANSP.obj $(OBJ)\CALC.obj ...
by wartiaga
Tue Sep 19, 2023 5:02 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 39097

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

... cText, CHR( 129 ), "ü" ) these are value from "old" DOS Style but seems not to have right Effect using Windows Notepad i have create in ANSI #ifdef Use_ANSI   cText := STRTRAN( cIn, "ä", "ae" )   cText := STRTRAN( cText, "ö", ...
by Jimmy
Sun Aug 27, 2023 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

Re: Set a specific starting function

carlos vargas wrote:using
hbmk2 -hhh

open the help file of hbmk2 with parameters in notepad
...
-main=<mainfunc> sustituye el nombre de la función o procedimento inicial
...


This is only for Harbour, not for xHarbour, right?
by Enrico Maria Giordano
Mon Jul 31, 2023 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 884

Re: Set a specific starting function

using
hbmk2 -hhh

open the help file of hbmk2 with parameters in notepad
...
-main=<mainfunc> sustituye el nombre de la función o procedimento inicial
...
by carlos vargas
Mon Jul 31, 2023 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 884

Re: EXE Author's name on Windows 11

Enrico Not tested on Windows 11 .. I compile this file into my programs Version.RC but I have to edit it with Notepad ... // Generated by ResEdit 1.6.6// Copyright (C) 2006-2015// http://www.resedit.net#include <windows.h>#include <commctrl.h>//// Version Information ...
by Rick Lipkin
Sat Jul 29, 2023 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1351

Re: SetClipboardData to UTF-8

I tried to copy your text from the webpage to notepad (utf8).
Image

Second line not copied correctly.
What is happening?
by nageswaragunupudi
Fri Jun 30, 2023 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1076

Re: FW_SetUnicode( .T. ) 2-Byte characters

... CODEPAGE TRIM(cCodepage)      ENDIF   ENDIFRETURN p.s. when "hardcode Umlaute" you must use a Unicode Editor like "Notepad ++" --- wir können uns auch in Deutsch unterhalten. schreibe mir eine Email an "AUGE unterstrich OHR at WEB dot DE"
by Jimmy
Mon Jun 26, 2023 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2273

Re: Concept of REDEFINE for Dummy

... to assign redefines Change RC with an ID. i can´t change ID while it is from Windows ;) i use that "search/replace" Dialog which e.g. Notepad.EXE have based on c:\fwh\source\classes\dlgfind.prg i found out that i can REDEFINE "Windows standard Common Dialog" it have to do ...
by Jimmy
Sun Apr 02, 2023 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 860

Re: MEMO : EDIT or GET with MULTILINE

hi, you are right that i can use Shellexecute() and use Notepad.EXE i´m still learning Fivewin to i got to that Point where i want to "edit" TEXT File 1st Question is which Control to use under Fivewin , EDIT or GET with MULTILINE :?: other ...
by Jimmy
Tue Mar 28, 2023 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO : EDIT or GET with MULTILINE
Replies: 5
Views: 534

Re: Help with complex JSON

Anytime I want to debug Json data, I first open the string using notepad++ and under plugins, I use Json formatter. You can do the same with VsCode editor. Doing this with your sample string yields this: Thanks for the useful information. It is also possible ...
by nageswaragunupudi
Thu Mar 23, 2023 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1254
Next

Return to advanced search

cron