Search found 50 matches: appends

Return to advanced search

Re: ADO RDD xHarbour

... it may have to do with memory and/or timing. I am also wondering if it is doing a commit after each record which can account for how slow it appends records. A single commit after every 100 records would increase the speed 100 times. I really can't see any reason why it would need to do a ...
by James Bott
Thu Aug 06, 2015 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452597

Re: ADO RDD xHarbour

... that when source area its not a adordd the copy to or append from its not controlled by adordd but by the source area rdd only the replaces and appends are done by adordd. Please check ado_trans() in adordd.
by AHF
Mon Aug 03, 2015 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452597

Re: Nuevo ADORDD

... TO ""  A continuación, lanzas el dbcreate, el use, etc.. como haces con DBFCDX, incluyendo los filtros, seeks, locates for, sums, appends, etc.
by lucasdebeltran
Sat Jun 13, 2015 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo ADORDD
Replies: 55
Views: 16871

Re: ADO RDD xHarbour

Lucas,

Your trial its working ok!

Please note as in Harbour before ORDSETFOCUS() you need to SET INDEX TO if SET AUTO OPEN not defined.

Appends are done ok.

Tlocks its created ok.
by AHF
Tue May 19, 2015 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452597

Re: Copy or paste one record

... N, L and D The 2. record-copy shows the result of a protected field ( salary 11 ). All other fields are replaced. A 0 of the destination get APPENDS arecord A >0 defines the destination record and replaces the values. http://www.pflegeplus.com/IMAGES/Reccopy1.jpg best regards ...
by ukoenig
Thu Jan 08, 2015 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy or paste one record
Replies: 12
Views: 5592

New FTDN september 2014 (FWH 14.09)

... current workarea. If found updates the record by replacing QTY by adding TRN->QTY, updates datetime() of updatation. If not found, the function appends a new record with ID, TRN->QTY and datetime in both UPDT and CRDT. 2)FW_CdxCreate( [caTagList\ ) 3)FW_DBFSTRUCT( cDbfFile ) --> dbstruct() ...
by Antonio Linares
Tue Oct 21, 2014 4:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN september 2014 (FWH 14.09)
Replies: 0
Views: 1116

Re: Suggestion for xBrowse + TDolphin

... do with dbfs with a little extra coding, with the side effect of the possibility of leaving physical blank records with deleted flag for cancelled appends. I am not very conversant with TDolphin and I do not know the equivalent of ADO AddNew() method in TDolphin, if implemented. Mr Daniel can throw ...
by nageswaragunupudi
Mon Feb 03, 2014 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Suggestion for xBrowse + TDolphin
Replies: 2
Views: 636

New FTDN July/Julio 2013 (FWH 13.07)

... and Oracle in all ado and sql functions * Enhancement: TDataRow.prg: DataRow created from browse ( eg TDataRow():New( oBrw,,.t.) ) can now handle appends for array browses also. XBROWSE: * Enhancement: When main window menus are in 2010 style xbrowse column menus are also shown with 2010 style. ...
by Antonio Linares
Tue Jul 30, 2013 11:06 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2013 (FWH 13.07)
Replies: 1
Views: 2458

New FTDN June/Junio 2013 (FWH 13.06)

... now. * DataRow.prg improved. Method Edit() uses suitable picture clause for numeric values. DataRow created from XBrowse can handle edits and appends * New: TDataRow class: New Methods SetPrompt( cFieldName, cPrompt ) or SetPrompt( { { cFieldName1, cPrompt1 }, ... { cFieldNameN, cPromptN } ...
by Antonio Linares
Mon Jul 08, 2013 6:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2013 (FWH 13.06)
Replies: 1
Views: 3020

Re: TDataRow and ADO questions

... parameter. oRec := TDataRow():New( cAlias/oRs, nil, .t. ) // 3rd param .t. indicates new blank record oRec:Edit() When saved the TDataRow method appends the data to a new record. We are not conerned how TDataRow appends ( for dbf dbappend() for oRs AddNew() ) For us, the process is transparent. ...
by nageswaragunupudi
Thu Jun 06, 2013 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDataRow and ADO questions
Replies: 48
Views: 11726

Re: TDataRow and ADO questions

... will be very useful. Now it is useful for RDD, ADO, TDataBase, XBrowse with facility to build custom data. This class can be used to edit and appends. We shall give enough examples and explanations soon about this class. how do I load an array with a field from the Recordset so as to have, ...
by nageswaragunupudi
Wed Jun 05, 2013 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDataRow and ADO questions
Replies: 48
Views: 11726

Re: passing parameters between 2 exe

... CUSTOMER->LAST, CUSTOMER-CITY to WndGet.Exe through WM_COPYDATA message. WndGet.exe responds to WM_COPYDATA message and retrieves the data, appends to the array and displays the data in the browse. Keep moving to different rows in the customer browse of WndSend.Exe and press "SendMsg" ...
by nageswaragunupudi
Fri Apr 26, 2013 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing parameters between 2 exe
Replies: 8
Views: 1522

Re: DEL A STRING INI FILE

... the Browser, delete the INI and rebuild from the Browser-array. The Button < Save > creates a new INI-file from the Browser < New > appends a new Record at the Browser-End < Insert > above the selected Row some Buttons added : Download : http://www.pflegeplus.com/fw_download/xbrwArray2.zip ...
by ukoenig
Sun Aug 26, 2012 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DEL A STRING INI FILE
Replies: 4
Views: 934

Re: Trapping down arrow with bKeyDown

... In this case when the down arrow is used it navigates through the grid as xBrowse .. however when the arrow down is used on the last row, the grid appends a new record allowing for data entry to continue. I was hoping to be able to trap the down arrow key and test for eof to be able to append a ...
by Rick Lipkin
Tue Apr 10, 2012 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trapping down arrow with bKeyDown
Replies: 5
Views: 1018

Advantage Local Server over network

... on Windows 2003 server using Advantage Local Server (ALS) DLLs. We have noticed that browse is very fast immediately after reindex, but after some appends browse slows down drastically. Have you ever noticed such behaviour in you apps and what could be a reason ? Thanks, Roman
by modicr
Mon May 30, 2011 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Local Server over network
Replies: 1
Views: 513
PreviousNext

Return to advanced search