Search found 125 matches: delimited

Return to advanced search

Re: Ins from ClipBoard to Xbrowse

Set oBrw:nEditTypes := EDIT_GEToBrw:lCanPaste := .t. But the text in clipboard should be TAB delimited text. XBrowse Paste works just like pasting into Excel. Sample: #include "fivewin.ch"function Main()   AEval( aData, { |aRow,i| aRow[ ...
by Silvio.Falconi
Wed Oct 30, 2024 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ins from ClipBoard to Xbrowse
Replies: 8
Views: 609

Re: Ins from ClipBoard to Xbrowse

Set oBrw:nEditTypes := EDIT_GEToBrw:lCanPaste := .t. But the text in clipboard should be TAB delimited text. XBrowse Paste works just like pasting into Excel. Sample: #include "fivewin.ch"function Main()   AEval( aData, { |aRow,i| aRow[ ...
by nageswaragunupudi
Tue Oct 29, 2024 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ins from ClipBoard to Xbrowse
Replies: 8
Views: 609

Re: Numeric alignment with oPrn:SayText( )

... include vertical fonts also - Array of Fonts: If an array of fonts (not vertical fonts) is specified and if cText is an array or mult-line text delimited by CRLF, each line is displayed with each font in the array 5. nClrText: Defaults to Window's nClrText - Can be an array of colors in which ...
by Marc Venken
Wed May 17, 2023 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 1208

Re: XBROWSE FIELDS with Name in Array

hi,
nageswaragunupudi wrote:Comma delimited
Eg: "FIRST,CITY,SALARY,..."

thx for Answer

nageswaragunupudi wrote:We can easily convert an array like DbStruct() to list like this:
FW_ArrayAsList( ArrTranspose( aStruct )[ 1 ] )

ah, that is nice :)
by Jimmy
Tue May 02, 2023 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 1334

Re: XBROWSE FIELDS with Name in Array

how does"cFieldList" look like and what Delimiter is used :?:


Comma delimited
Eg: "FIRST,CITY,SALARY,..."

We can easily convert an array like DbStruct() to list like this:
FW_ArrayAsList( ArrTranspose( aStruct )[ 1 ] )
by nageswaragunupudi
Tue May 02, 2023 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 1334

Re: EXPORTAR DATOS DESDE FW A PRESTASHOP

... [FIELDS <fieldNames,...> ;] [<Scope> ; ] [WHILE <lWhileCondition> ;] [FOR <lForCondition> ;] [VIA <rddName>] [SDF | DELIMITED [WITH BLANK | TAB | PIPE | <xDelimiter> ] ] [CODEPAGE <cCodePage>] ; DELIMITED WITH <xDelimiter> The WITH option specifies ...
by Antonio Linares
Mon Dec 26, 2022 9:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXPORTAR DATOS FW A PRESTASHOP [SOLUCIONADO PROBLEMA IMAGEN]
Replies: 32
Views: 5066

Re: Extracting the lines from a text

... ➜ aTokens returns an array filled with all individual tokens of given <cString> string, that is, all the separate sub-strings that are delimited by either <cDelimiter> or by EOL (end of line) if (instead of <cDelimiter>) <lEOL> has been passed and evaluates to .T. ...
by Jimmy
Mon Sep 26, 2022 3:50 am
 
Forum: Utilities / Utilidades
Topic: Extracting the lines from a text
Replies: 4
Views: 2468

Re: Leer Excel XLSX grande a un array o DBF

... oMtr1) APPEND FROM &cFile WHILE (nPercent1++, oMtr1:Set(nPercent1), IIF( (nPercent1/1000 - int(nPercent1/1000)) = 0 , SysRefresh(), ), TRUE ) DELIMITED WITH ({,";"}) RETURN (.T.)
by Enrrique Vertiz
Sat Feb 05, 2022 3:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer Excel XLSX grande a un array o DBF
Replies: 12
Views: 1871

Re: CSV TO DBF

APPEND FROM <sourcefile> DELIMITED WITH ","

You still need to deal with removing the first row of the csv which has the field names, which is simple enough.
by rhlawek
Sun Nov 14, 2021 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CSV TO DBF
Replies: 4
Views: 498

Re: Xbrowse complex export to dbf challenge...

Marc, Why not put the data into a DBF first then read it into a browse. You can replace all the colons with a comma to create 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 ...
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: 723

Re: Xbrowse complex export to dbf challenge...

Marc, Why not put the data into a DBF first then read it into a browse. You can replace all the colons with a comma to create 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 ...
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: 723

Re: Change color in a bmp

image A is black and white the handicapped child must take a color on image B and click on part of image A and color the part delimited by the lines. In your example I am able to take the color from image B but then when I click on image A it does not color the selected area in an old ...
by Silvio.Falconi
Wed Mar 17, 2021 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change color in a bmp
Replies: 25
Views: 3352

New FTDN January/Enero 2021 (FWH 21.01)

... [aHead], [cTrue], [cFalse] ) --> cHTMLScript (valtostr.prg) * New ADO functions( adofuncs.prg ) - FW_ADORsToText( oRs, [nRows] ) --> Tab delimited text - FW_AdoRsToHTML( oRs, [nRows] ) --> cHTML text to display the table - FW_AdoRsToCSV( oRs, [nRows] ) --> CSV text 2nd parameter ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 2322

Re: Silvio: Reports

... fields, texts, image) . This parent class manages the movement of each object (dots) not like the tcontrol class but much better, the dots are delimited by circles that can be dragged with the mouse and the graphic figure has around a box with dotted lines that makes the movement more fluid, ...
by Silvio.Falconi
Fri Jan 22, 2021 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 2349

Re: Printer class question

... "L" : Left Vert Center "R" : Right Vert Center But you can use this for only String, though this string can be multi-line delimited by CRLF. If you want to print 2 or more strings with different alignments, you need to write your own code for that.
by nageswaragunupudi
Wed Oct 21, 2020 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 5214
Next

Return to advanced search