Search found 108 matches: rtrim

Return to advanced search

Re: Concatenar 2 o mas campos en xbrowse

... con mis datos. oCol:=xbr:AddCol() oCol:cHeader := "Nombre y Apellido" oCol:cFooter := "Nombre y Apellido" oCol:bStrData:= {|| rtrim(lTrim(oClientes:NOM)) + "/"+rtrim(lTrim( oClientes:APE)) +"-"+ oClientes:recipiente } campo donde esta el 99 + "/" ...
by nageswaragunupudi
Thu Aug 04, 2022 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Concatenar 2 o mas campos en xbrowse
Replies: 4
Views: 444

Re: Concatenar 2 o mas campos en xbrowse

... con mis datos. oCol:=xbr:AddCol() oCol:cHeader := "Nombre y Apellido" oCol:cFooter := "Nombre y Apellido" oCol:bStrData:= {|| rtrim(lTrim(oClientes:NOM)) + "/"+rtrim(lTrim( oClientes:APE)) +"-"+ oClientes:recipiente } campo donde esta el 99 + "/" ...
by D.Fernandez
Tue Aug 02, 2022 11:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Concatenar 2 o mas campos en xbrowse
Replies: 4
Views: 444

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: 938

New FTDN November/Noviembre (FWH 21.11)

July 2021 to November 2021 ===================================== * Enhancement: WindowsXP.Manifest64 has been updated to make it Windows 11 compatible. * New: function FrameTiff( cTiffFileName ) converts multipage TIFF file into multiple JPGs. Many thanks to Manuel Alvarez: http://fivetechsupport.co...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 938

COMO ABRIR UNA WEB CON CHROME

... CATCH oError WaitOff( @oWait ) RETURN mResultado END nLine:= MLCOUNT(cCode,,3,.t.) iLinea := 0 For a:= 1 To nLine SysRefresh() linetxt:=Rtrim(memoline(cCode,80,a,3,.t.)) If Left(Rtrim(linetxt),6)="Sábado" iLinea := a+1 Exit EndIf Next ntxt:="" ltcambio := .F. otxt:=FCreate( ...
by CARLOS ATUNCAR
Fri Dec 18, 2020 1:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO ABRIR UNA WEB CON CHROME
Replies: 2
Views: 793

Re: GET....Valid error

... siguiente ejemplo: Regards, saludos. Sorry But IF I use resources run ok with REDEFINE GET oGetArc VAR cArchiv ID 202 OF ODlg ; VALID iif( Empty( RTrim(cArchiv ) ), MsgStop( 'It is mandatory to enter a name for the file.','Attention' ), .T. ) why on source (@x,y) not run ??????
by Silvio.Falconi
Fri Nov 27, 2020 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET....Valid error RESOLVED
Replies: 3
Views: 503

GET....Valid error RESOLVED

I have on a dialog local cArchiv := Space( 40 ) .. @ 115,55 GET oGetArc VAR cArchiv size 200,11 PIXEL OF oDlgSalvaRpt ; VALID iif( Empty( RTrim(cArchiv ) ), MsgStop( "E' obbligatorio introdurre un nome per l'archivio.",'Attenzione' ), .T. ) If I click on get and the go to another ...
by Silvio.Falconi
Fri Nov 27, 2020 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET....Valid error RESOLVED
Replies: 3
Views: 503

Re: To Mister Nages - xBrowser

... 13 ) } :oDataFont := oFonte_browse :nDataStrAlign := AL_TOP :blDClickData := { || HTMLPOP( GetActiveWindow(), nil, 0x000E, RTrim( oMensagem:getValueByPos( 13 ) ) ) } :bPaintText := <|oCol, hDC, cText, aRect, aColors| FW_SayTextHilite( hDC, cText, aRect, oFonte_Browse, ...
by oliveiros junior
Mon Aug 17, 2020 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2135

Re: Como borrar Varios Registros utilizando fwhMariaDB

Mr. Rao thanks, solved Perfect is VarChar code (6) cCmdSql :="DELETE FROM impcont WHERE rtrim(CODIGO)" + "='" + oUni:ccodigop + "'" TRY oApp:oCn:Execute(cCmdSql) Msginfo("Tabla Con los registros Borrados " ) CATCH oError MsgInfo("No ...
by Adolfredo Martinez
Sat Oct 19, 2019 10:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como borrar Varios Registros utilizando fwhMariaDB
Replies: 2
Views: 432

Re: Como borrar Varios Registros utilizando fwhMariaDB

Is codigo VarChar(6) ?

Such behavior can be expected when you save data with trailing spaces.
In any RDBMS like MySql, it is a good practice to save trimmed data.

Please try
DELETE FROM <table> WHERE RTRIM(codigo) = '<yourvalue>'
by nageswaragunupudi
Sat Oct 19, 2019 9:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como borrar Varios Registros utilizando fwhMariaDB
Replies: 2
Views: 432

Re: FW_DbfToExcel() problem

hi Mr. Rao
field ARTICOLO is 15 char len and FW_DbfToExcel() exports that field in column A without RTRIM blanks but with blanks until 15th character:
"0009533597 " and not "0009533597"
how can I to solve it inside function?
thank you
by damianodec
Tue Aug 06, 2019 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DbfToExcel() problem
Replies: 5
Views: 1341

Re: Show an Image on xbrowse

... full path and name of the image. If XBrowse can read the file, it will display the image. made then I tried to insert :bBmpData := { || lfn2sfn(rtrim( ( oBrw:cAlias )->ELIMGLIB)) } but it make error This is meaningless. So the error.
by nageswaragunupudi
Wed Jan 30, 2019 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show an Image on xbrowse Resolved!!
Replies: 4
Views: 1173

Show an Image on xbrowse Resolved!!

... .T. END but not show the exactly image because the field have ".\images\OMBREL~2.PNG" then I tried to insert :bBmpData := { || lfn2sfn(rtrim( ( oBrw:cAlias )->ELIMGLIB)) } but it make error any solution ?
by Silvio.Falconi
Wed Jan 30, 2019 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show an Image on xbrowse Resolved!!
Replies: 4
Views: 1173

Problem with filter

... I have two filter but I set it on different function I can set before 1. for Mounth sample month(MV->data) == i and then 2. for category sample RTrim( MV->Cat)== RTrim(aCat[i]) I wish insert all into a CFilter string and use it with MV->(DbSetFilter(cFilter ))
by Silvio.Falconi
Wed Dec 26, 2018 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with filter
Replies: 0
Views: 384

filecopy not run

i made
cImgPath := ".\images\"
Filecopy( lfn2sfn(rtrim(EL->ELIMGLIB)), cImgPath+cFileLib)

sometimes save the file but many times not save any files

any solution ?
by Silvio.Falconi
Fri Sep 07, 2018 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filecopy not run
Replies: 2
Views: 644
Next

Return to advanced search

cron