Search found 105 matches: inserts

Return to advanced search

New FTDN July/Julio 2024 (FWH 24.07)

... (b) Otherwise, copies emf to MSWord document and saves as pdf file, if MSWord is installed. (c) Otherwise, fwh converts emfs to jpegs and inserts them into a new pdf file. 2. If the user sets TPrinter():lUseHaruPDF, or lUseI2PDF or lUseFWPDF, the pdf is generated using harupdf or image2pdf ...
by Antonio Linares
Mon Aug 05, 2024 4:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 4328

Switching from memo fields to files -

... each record based on names and customer numbers. Saves the content of a memo field (telememo) in a separate text file if the field is not empty. Inserts the record into the new KUNDENext file. https://mybergland.com/fwforum/scrollmemofieldsClip3.jpg PowerShell script is an effective ...
by Otto
Mon Jul 29, 2024 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 840

Re: also for obrw nheight

... I haven't found the error if the user activates a checkbox the procedure automatically activates a panel, the one that is free and displays it and inserts the controls for searching on xbrowse if the user deactivates a checkbox the procedure deactivates the corresponding panel (at the time of activation ...
by Silvio.Falconi
Fri May 17, 2024 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also for obrw nheight
Replies: 10
Views: 1127

Re: Question about performance RowSet

I am try this: Code: aRow := oCn:QueryResult( "select field1,field2 from states where code='WA'" ) if aRow == NIL // not found, then inserts aRow := { "aa","bb" } oCn:Upsert( "states", nil, { aRow } ) endif But insert not work. Table `states` has 3 fields: ...
by nageswaragunupudi
Wed Mar 20, 2024 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 6352

Re: Question about performance RowSet

... other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back in the forums, we posted speed comparison with ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 6352

Re: Question about performance RowSet

... other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back in the forums, we posted speed comparison with ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 6352

add items on ScrollPanels

I need to add items to a scrollpanel initially the dialog inserts only one item, but if the user press the 2 or 3 button he can insert 2 or 3 items https://i.postimg.cc/QdQw6GFV/gg.png the test I made add the items the second oitem is ...
by Silvio.Falconi
Thu Jun 08, 2023 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add items on ScrollPanels
Replies: 2
Views: 225

"Edit mode" to change Form labelling

Hello friends, Open a form in "Edit mode" to change Form labelling. Calling the form with a GET request inserts a button at each of the individual labelling elements. You can then edit the individual labels in a modal form and save them in a DBF file. Best regards, Otto ...
by Otto
Fri Sep 16, 2022 10:31 am
 
Forum: mod_harbour
Topic: "Edit mode" to change Form labelling
Replies: 1
Views: 400

Re: analytical scoreboard

... do? the procedure starts from the last record and in the first line (delay 0) puts all the 55 numbers out. From the second line (delay 1) he inserts the number he finds in the penultimate record but if a number is the same in the previous line / lines he does not write it but puts a zero. ...
by Silvio.Falconi
Wed May 25, 2022 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: analytical scoreboard - Resolved -
Replies: 6
Views: 626

Re: Fwteam - Xbrowse too slow

I need to insert xbrowse into a dialog not with xbrowser


XBROWSER also inserts XBrowse into a Dialog.
What is the difference?
by nageswaragunupudi
Wed Apr 13, 2022 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1717

New FTDN March/Marzo 2022 (FWH 22.03)

... [<aValues>] ) Provides same functionality as INSERT command of DBase, which is not supported by Clipper/Harbour. Suitable for small dbfs. Inserts a blank record at current position and pushes all records down by one record. Optionally writes non empty values of aValues to the inserted ...
by Antonio Linares
Sun Apr 10, 2022 7:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 1345

fw_arraytodbf - record empty - Resolved!

When I convert from a csv file to an array, the fw_ArrayToDBF (aData ,, bProgress) function inserts me an empty record, how do I avoid this   local  csvfile:=".\csv\file.csv"   local  cSymbol := ","   local  cText := StrTran( MemoRead( csvfile ...
by Silvio.Falconi
Tue Mar 15, 2022 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fw_arraytodbf - record empty - Resolved!
Replies: 3
Views: 316

Re: Clase Nativa MySql

... FROM ' + cTable) + 1  It is not as simple as that. Even MySql server does not know the next autoinc value, till the time it actually inserts the record in the table. Between the moment server answers the query "SELECT MAX(fld) FROM table" and the time the new record is actually ...
by nageswaragunupudi
Fri Mar 11, 2022 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 3108

Re: To Nages : Conversion txt into xbrowse bad

... able to delete with adel (adata, 1) but later when I use oDbf: fw_ArrayToDBF (aData, , bProgress) to save aData in the dbf archive, the procedure inserts a first empty record and then in any case inserts all the other records for a sample here pubblish a little csv fille CodUM,DescrUM,Molt,NumDec,Tipo,CodDescrUMCF10,Confezione ...
by Silvio.Falconi
Sat Nov 27, 2021 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Conversion txt into xbrowse bad
Replies: 7
Views: 988

Re: To Nages : Conversion txt into xbrowse bad

... able to delete with adel (adata, 1) but later when I use oDbf: fw_ArrayToDBF (aData, , bProgress) to save aData in the dbf archive, the procedure inserts a first empty record and then in any case inserts all the other records for a sample here pubblish a little csv fille CodUM,DescrUM,Molt,NumDec,Tipo,CodDescrUMCF10,Confezione ...
by nageswaragunupudi
Fri Nov 26, 2021 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Conversion txt into xbrowse bad
Replies: 7
Views: 988
Next

Return to advanced search

cron