Search found 123 matches: delimited

Return to advanced search

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

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

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

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

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

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

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

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

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

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

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

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

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

Re: Google Table and clipboard

... values of all cells in a row: If oBrw:nMarqueeStyle >= 4, pressing Ctrl-C in xbrowse copies values of all cells in the highlighted row as tab delimited text to the clip board. Pasting in Excel / Google sheet pastes the contents of all cells of the row in the corresponding cells of the sheet. ...
by nageswaragunupudi
Sun Oct 18, 2020 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Table and clipboard
Replies: 2
Views: 655

Re: Documentation

Marco, FW_DbfToArray ( cFieldList, bFor, bWhile, nNext, nRec, lRest, aData ) cFieldList should be a character string containing comma delimited names of fields. Usage: aData := (cAlias)->( FW_DbfToArray( "First,City,State,Salary" ) ) The list may contain any valid expressions ...
by mgsoft
Wed Mar 25, 2020 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation
Replies: 7
Views: 1065
Next

Return to advanced search