Search found 270 matches: trim

Return to advanced search

Re: Recortar imagen jpg

Found.
Using Mogrify from ImageMagick graphics package did the job:

Example:
Mogrify -trim c:\image.jpg

Regards

https://github.com/ImageMagick/ImageMagick
https://imagemagick.org/script/download.php
by paquitohm
Tue Feb 13, 2024 4:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recortar imagen jpg
Replies: 9
Views: 267

Re: Creating table with Trichedit

... 0) aTable := {} Do while (!oTemp4:Eof()) * If Empty(oTemp4:Nome) oTemp4:skip() Loop Endif ....................... c1:="Cartella n."+ Trim(oTemp4:codice) c2:=alltrim(oTemp4:nome) procedure to Create atable from oTemp4 ........................ then call CreateRtf(aTable,c1,c2,oFile) ...
by Silvio.Falconi
Thu Jan 25, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1451

Webservice de .NET a Fivewin

... = "" buscarRespuesta = "" sArchivoRecibido = "" Try dDoc = New Xml.XmlDocument dDoc.LoadXml(sXmlIda) Select Case Trim(sTipoVal) Case "A" sArchivoEnviado = sCarpeta & "\Temp\Imed_Ida_Aut_" & nIdTran & ".xml" dDoc.Save(sArchivoEnviado) ...
by mterraz
Wed Jul 12, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webservice de .NET a Fivewin
Replies: 2
Views: 581

Re: HASH vs single variables

... = type that the data is made in (ex. Datatype = array, but Type = C as return value for program info = what's about...to remember afther time ))) trim = Should result be trimmend. All tips, enhancements are welcome... the small code (but you have this already) just for forum setkey( VK_F6,{|| ...
by Marc Venken
Wed Jun 07, 2023 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1093

Re: ampersand

example:
select products
goto top
do while .NOT. eof()
cnaam=TRIM(products->naam) to transform in his real fieldname

select sales
append blank
replace sales->fieldname with ....

select products
skip 1

enddo
by jds
Mon Mar 27, 2023 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ampersand
Replies: 13
Views: 1146

ampersand

... become the real record names? select products a=5 b=5.8 set filter to products->niet=" " goto top do while .NOT. eof() cnaam2=TRIM(products->naam) nalias=TRIM(products->alias) @ a,5 say cnaam OF oDlg FONT oFont @ b,12 get nalias OF oDlg SIZE 20,11 picture "999" ...
by jds
Tue Mar 21, 2023 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ampersand
Replies: 13
Views: 1146

Re: FWForum Post and code grabber

... the DO Events to sysrefresh and uncomment the 2 lines //SetProperty( "TranslateMemo", "RichEdit_Translate", "Value", TRIM( cTranslated ) ) //DoMethod( "TranslateMemo", "RichEdit_Translate", "Refresh" ) Then it seems to work !! Thanks for ...
by Marc Venken
Fri Oct 14, 2022 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWForum Post and code grabber
Replies: 14
Views: 803

Re: FWForum Post and code grabber

... and RTF Control "RichEdit_Translate"      SetProperty( "TranslateMemo", "RichEdit_Translate", "Value", TRIM( cTranslated ) )      DoMethod( "TranslateMemo", "RichEdit_Translate", "Refresh" ) i assign TRIM( ...
by Jimmy
Thu Oct 13, 2022 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWForum Post and code grabber
Replies: 14
Views: 803

Re: ListBox Input Field Scrolling........

The class used in the RES dialog file is TWBrowse... Source... REDEFINE LISTBOX oBrw ; FIELDS aAcc_No[ nItem ] ,; P6_Mast->(DbSeek(Trim(PadCode1(aAcc_No[ nItem ]))),P6_Mast->Acc_Name) ,; aAcc_Desc[ nItem ] ,; If(!Empty(aTrn_AmtD[ nItem ]),TransForm(aTrn_AmtD[ nItem ],'99,999,999,999.99 ...
by RiazKhan
Fri Apr 15, 2022 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 2
Views: 250

Conversion from ca-clipper ( not found a variable)

... c9:= "081828384858687888" c10:= "091929394959697989" contacomb:= 1 do while (contacomb <= combinaz) c:= "C" + LTrim(Str(contacomb)) cnum:= LTrim(Trim(&c)) <----------------- give me error here not found c1 conta:= 1 do while (conta <= Len(cnum) / 2) ...
by Silvio.Falconi
Tue Mar 01, 2022 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4344

Re: Xbrowse Builder having a strange error

Hello Marc, You can't just TRIM the column name. You then have a different name when you query it - a name that does not exist in your xBrowser and therefore the error. You could maybe test with the column number instead of oBrw:oCol( ...
by Otto
Sat Jan 29, 2022 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1488

Re: New FTDN November/Noviembre (FWH 21.11)

Julio, Agosto, Septiembre 2021 ============================== * Mejora:Se ha actualizado WindowsXP.Manifest64 para hacerlo compatible con Windows 11. * Nuevo: Nueva función FrameTiff( cTiffFileName ), convierte un fichero TIFF multipágina en múltiples ficheros JPGs. Muchas gracias a Manuel Alvarez: ...
by Antonio Linares
Tue Nov 30, 2021 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1009

New FTDN November/Noviembre (FWH 21.11)

... are recognized for appropriate capitalization. * New functions FW_TRIM,FW_RTRIM,FW_LTRIM,FW_ALLTRIM(cStr,[cTrimChars]) These functions trim not only spaces, but all control characters, which include white-spaces like TABs, CRLF(EOL), EOF, EOpage, etc. If an optional list of characters ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1009

Re: CUMPLIENDO IMPRESORA FISCAL BEMATECH

... _ & "TipoCantidad,Quantidade,CasasDecimales,ValorUnitario,TipoDescuento,ValorDescuento)" _ & " VALUES ('" & mCodID.Trim & "','" & Mid(mDescrip.Trim, 1, 29) _ & "','" & "II" _ & "','" & "I" ...
by cujarjose
Sat Jun 05, 2021 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CUMPLIENDO IMPRESORA FISCAL BEMATECH
Replies: 13
Views: 4714

New FTDN April/Abril 2021 (FWH 21.04)

... * Enhancements: functions GetModuleFileName() and ShellExecute() are now Unicode compatible, if FW_SetUnicode() is set to .T. * New translate: xtrim( <u> ) returns trim of <u> if <u> is a character value and otherwise returns <u>. * New Miscellaneous functions: - FW_AGE( ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1960
Next

Return to advanced search

cron