Search found 57 matches: strip

Return to advanced search

Re: link between PRG and RC

... example, this is the .hbp project HBMK2 for fwh+mingw+harbour -hbexe -oprestamos32g -workdir=obj\ -compr -info -inc -trace -static -fullstatic -strip -jobs=%NUMBER_OF_PROCESSORS% -beep -run #-cflag=-DNTDDI_VERSION=NTDDI_WIN7 -D_WIN32_WINNT=_WIN32_WINNT_WIN7 -ldflag+=-Wl,--allow-multiple-definition ...
by carlos vargas
Tue Jan 30, 2024 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1700

Re: impossible Error : lost DBF ...

... oRegDbForm, oBrowse_Reg ) VALID RegEnd() CENTER i have add ON INIT to place oRegDbForm "on Top" and suddenly it WORK :D so i strip CODE to minimum and only this are left STATIC PROCEDURE StartXBROWSE( oWnd, o1stFocus )*LOCAL oTimer*   SetWindowPos( oWnd:hWnd, HWND_TOPMOST, ...
by Jimmy
Fri Jun 02, 2023 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: impossible Error : lost DBF ...
Replies: 4
Views: 368

Re: XBROWSE Column Question

it work when have "only" FIELD Name but seems not when have Function "in" INDEXKEY() / Ordkey() so i "strip" all of String to get FIELD Name "only" I suggest this function, which can handle index key of any complexity. If more than one field is ...
by nageswaragunupudi
Wed May 10, 2023 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 875

Re: XBROWSE Column Question

... any special code. it work when have "only" FIELD Name but seems not when have Function "in" INDEXKEY() / Ordkey() so i "strip" all of String to get FIELD Name "only" --- more Question : how is the Syntax to use "Header - click" to SET Order / ...
by Jimmy
Tue May 09, 2023 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 875

Re: Error al compilar con VS2019

Estimado Adhemar, como en el CLIPPER: -m -n -w0 ou -w1 ó -w2 ó -w3 -es0 ó -es3 -compress -oNomeDoExe -strip https://github.com/harbour/core/blob/master/utils/hbmk2/doc/hbmk2.es.md https://fivetechsupport.com/forums/viewtopic.php?f=6&t=41115 ...
by karinha
Fri Apr 07, 2023 10:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con VS2019
Replies: 26
Views: 1684

Re: How to obtain plain text from a RTF control?

Thanks Cristobal. I have tested this function and it is able to meet my need. I just added a line at the end that strip out chr(0) because for some reason some of the RTF text that I used for testing has that embedded in it, causing empty() to always returns .f. eventhough there ...
by hua
Wed Dec 28, 2022 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to obtain plain text from a RTF control?
Replies: 8
Views: 410

FWForum Post and code grabber

... Maybe the guys that worked on those grabbers can see for this function ? Read the contact of this specific post : Forum : 6 Post : 253728 and strip it into usefull data like Author, Date, body content and the sample function code. Once into a Variable, I can save to dbf and start using it. ...
by Marc Venken
Thu Sep 29, 2022 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWForum Post and code grabber
Replies: 14
Views: 803

what is use for CRLF in HTLM ?

hi i do have use  cMemo := STRTRAN( cMemo, CHR( 10 ), CRLF ) when "strip" more HTML CODE i might have use wrong sign so CODE is not "formatted" and all can be in "one line" PROCEDURE StripCodeTag( cCode )   //  change ...
by Jimmy
Wed Sep 07, 2022 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: what is use for CRLF in HTLM ?
Replies: 3
Views: 304

Re: Mr. Rao's samples collection.

hi,

have finish 1st Version which will work with FiveWin Forum to "grab" all Message and CODE

btw. FiveWin CODE include HTML Code which i try to "strip"

you will find it here in HMG Forum
http://www.hmgforum.com/viewtopic.php?f=5&t=7281
by Jimmy
Mon Aug 15, 2022 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20650

Re: Xbrowse complex export to dbf challenge...

... a standard comma delimited file. Then just append the comma delimited records into the DBF. Finally browse the DBF. Actually, you will need to strip out the fieldnames before you browse the file. I would append the records (with fieldnames) into a temp DBF, then export all the values (only) ...
by Marc Venken
Sun Oct 31, 2021 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse complex export to dbf challenge...
Replies: 4
Views: 587

Re: Xbrowse complex export to dbf challenge...

... a standard comma delimited file. Then just append the comma delimited records into the DBF. Finally browse the DBF. Actually, you will need to strip out the fieldnames before you browse the file. I would append the records (with fieldnames) into a temp DBF, then export all the values (only) ...
by James Bott
Sun Oct 31, 2021 12:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse complex export to dbf challenge...
Replies: 4
Views: 587

Re: Elixir Cross Referencer on Harbour

... Here you can check it ( work in progress ) https://www.fivetechsoft.com/elixir/web.py?linux/before-basedir-strip/source/harbour https://www.fivetechsoft.com/elixir/web.py?linux/before-basedir-strip/ident/HB_ITEM https://www.fivetechsoft.com/elixir/web.py?linux/before-basedir-strip/ident/hb_retni ...
by Antonio Linares
Fri Feb 01, 2019 10:45 am
 
Forum: Utilities / Utilidades
Topic: Elixir Cross Referencer on Harbour
Replies: 2
Views: 1115

Macro

... are in the same segment. So I was thinking, in my config file I could have a memo field for each item that would allow me to have code so I can strip out the date and the time if they are in the same segment. This is a very basic example but I hope it gives the right idea as to what I'm trying ...
by Jeff Barnes
Fri Nov 17, 2017 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Macro
Replies: 2
Views: 610

Re: convert C to fivewin

... intCom, DWORD dwBaudRate, BYTE byParity, BYTE byDataBit, BYTE byStopBit, BYTE byFlowControl, LPDWORD lpdwSysError); DWORD CEFOpenEth(LPTSTR strIp, DWORD dwPort, LPDWORD lpdwSysError); DWORD CEFOpenUSB(LPTSTR strPrinterName, LPDWORD lpdwSysError); DWORD CEFOpenUnSafe(int intCom, DWORD dwBaudRate, ...
by vensanto
Thu May 25, 2017 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2304

Re: convert C to fivewin

... intCom, DWORD dwBaudRate, BYTE byParity, BYTE byDataBit, BYTE byStopBit, BYTE byFlowControl, LPDWORD lpdwSysError); DWORD CEFOpenEth(LPTSTR strIp, DWORD dwPort, LPDWORD lpdwSysError); DWORD CEFOpenUSB(LPTSTR strPrinterName, LPDWORD lpdwSysError); DWORD CEFOpenUnSafe(int intCom, DWORD dwBaudRate, ...
by vensanto
Wed May 24, 2017 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2304
Next

Return to advanced search