Search found 27 matches: lautoappend

Return to advanced search

Re: New FTDN September/Septiembre 2019 (FWH 19.09)

... se guardan todos los cambios o ninguno. Si se llama a SaveData () dentro de una transacción, este método usa puntos de restauración. - Nueva DATA lAutoAppend. Cuando se establece a .T., la navegación más allá del final añade una nueva fila. - Nuevo método Sum( fieldname ) --> Suma del campo ...
by Antonio Linares
Fri Oct 18, 2019 8:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2900

New FTDN September/Septiembre 2019 (FWH 19.09)

... is rolled back. Either all changes are saved or none. If :SaveData() is called inside a transaction, then this method uses savepoints. - New data lAutoAppend. When set to .t., navigation past the end of browse adds a new row. - New method Sum( fieldname ) --> sum of the field Returns zero if ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2900

Re: MariaDB BlankRow() returns with additional element/field

... it loads the record of the parent. 1. using oRs:Rowset( cSql, {'param'}) to init the oRs, and adds child using oRs:AddChild('table') with (:oChild:lAutoAppend := .T. 2. oRs:Append() when user define new entry and oRs:SyncChild() to refresh xBrowse.. the datasource not refreshed here.. it displays ...
by fraxzi
Sat Jun 09, 2018 1:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB BlankRow() returns with additional ... (SOLVED)
Replies: 13
Views: 1750

Re: MariaDB BlankRow() returns with additional element/field

... will provide sample. Hi Mr. Rao, I added MariaDB parent-child based on "mariainv,prg" sample .. I reconstruct from array to oRs:oChild:lAutoAppend but when parent oRs are :requery with oRs:SyncChild() and refresh the xBrowse oRs:oChild, the display not refreshed().
by fraxzi
Sat Jun 09, 2018 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB BlankRow() returns with additional ... (SOLVED)
Replies: 13
Views: 1750

New FTDN January/Enero 2018 (FWH 18.01)

... program or triggered by any event other than down key, when the table is Empty. 1 : After last column of last row is edited in FastEdit mode, if ::lAutoAppend is .T. (default) nil : Any other case. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=35161&p=209757#p209757 - New Method ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2594

Re: Test for Vertical Scroll hits EOF xBrowse ( rao )

... program or triggered by any event other than down key, when the table is Empty. 1 : After last column of last row is edited in FastEdit mode, if ::lAutoAppend is .T. ( default) nil : Any other case. Typically, a programmer would like to insert a new row only if nKey != nil and is not already appending ...
by Rick Lipkin
Sat Feb 10, 2018 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 6062

Re: xBrowse as record adding tool for data tables

... you don't put any data into the row, it is not appended to the database and not shown also into the browse. I've seen in in combination with : oRs:lAutoAppend := .t. and MariaDB and than the xbrowse. I though that Xbrowse does it on all database platforms (Mariadb, Sql and dbf) I hope i'm reading ...
by Marc Venken
Tue Oct 24, 2017 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as record adding tool for data tables
Replies: 16
Views: 3031

FWH 16.09: RowSet AutoAppend feature

... this complex code. What all required to have a fast edit browse with safe auto-append facility is : oRs := oCn:RowSet( cTable/cSql )oRs:lAutoAppend  := .t.XBROWSER oRs FASTEDIT  It is ready. We can turn oRs:lAutoAppend ON only when we create a browse with autoappend and turn ...
by nageswaragunupudi
Tue Oct 25, 2016 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.09: RowSet AutoAppend feature
Replies: 0
Views: 666

Re: New FTDN August/Agosto 2016 (FWH 16.08)

... nPage ) These datas and methods are self-explantory. It is also possible to alternate the usage of paging and ReadNext() methods. 2) New DATA lAutoAppend INIT .f. If set to true, XBrowse created after setting the value to true appends blank record when down arrow is pressed on the last row ...
by Antonio Linares
Wed Oct 12, 2016 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2016 (FWH 16.08)
Replies: 1
Views: 1966

Re: Editar campos lógicos en Xbrowse

... := 3 oBrw:nRowDividerStyle := LINESTYLE_BLACK oBrw:nColDividerStyle := LINESTYLE_BLACK oBrw:lColDividerComplete := .t. oBrw:lFastEdit := .T. oBrw:lAutoAppend := .T. oBrw:aCols[1]:cHeader := "FACTURA" oBrw:aCols[2]:cHeader := "IMPORTE" oBrw:aCols[3]:cHeader := "TIPO DE ...
by Pedro
Tue Apr 05, 2011 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar campos lógicos en Xbrowse
Replies: 2
Views: 797

Re: New FTDN May/Mayo 2009 (9.05)

... filas del portapapeles son añadidas a la matriz y el "xbrowse" se reconfigura con las nuevas columnas. - Si navegando una matriz y oBrw:lAutoAppend == .t. y la columna izquierda es seleccionada, entonces si el número de filas a pegar exceden el número de filas de la matriz, las filas ...
by Antonio Linares
Thu Jun 11, 2009 7:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2009 (9.05)
Replies: 10
Views: 4678

New FTDN May/Mayo 2009 (9.05)

... array, all the rows of the clipboard data are appended the array and xbrowse is reconfitured for the new columns. - If browsing an array and oBrw:lAutoAppend == .t. and extreme left column is selected, then if the number of rows pasted exceed the rows of the array, the additional rows are appended ...
by Antonio Linares
Sat Jun 06, 2009 8:44 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2009 (9.05)
Replies: 10
Views: 4678

Re: New FTDN March/Marzo 2009 (9.03)

... contenga variables locales/estáticas. Ahora este método no lanza ningún error, aunque no la posición del registro no válido en tales casos. DATAS lAutoAppend y bPastEof: Cambio: En el modo FastEdit "edición rápida", después de editar la última columna de la última fila, una nueva fila ...
by Antonio Linares
Fri Apr 10, 2009 6:34 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2009 (9.03)
Replies: 1
Views: 2276

New FTDN March/Marzo 2009 (9.03)

... containing local / static varialbes. Now this method does not raise any error, though does not reposition the invalid record in such cases. DATAS lAutoAppend and bPastEof: Change: In FastEdit mode, after editing the last column of last row, new row is appended only if lAutoAppend is TRUE and bPastEof ...
by Antonio Linares
Fri Mar 27, 2009 9:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2009 (9.03)
Replies: 1
Views: 2276

Re: TxBrowse - Edit

James, It seems that lAutoAppend should default to .f. to prevent breaking existing code. Antonio? I agree, even though looks like the class returns Nil after showing the message, so, perhaps just removing it would be sufficient. BTW, ...
by Davide
Wed Mar 25, 2009 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse - Edit
Replies: 19
Views: 3710
Next

Return to advanced search