Wish Resultset - Guenter Becker    Mar 6, 2025 Hello, I like to publish some whishes to Erel to enhance the functionality of a Resultset. This may help to make life easier when using it. Values map: Key Resultset Columnname, Value: Columnvalue InsertRow and UpdateRow may work on the resultset in a similar way as done by DBUtils. Add property InsertRow(Values as map) to insert a new row at the end of all. Add property DeleteRow(Position as long). Add Property UpdateRow(Values as Map, Position as long) Add Property FindRow(Column as string... B4A Question How do you either delete a row in a Table or set the start position for Addrow? - Erel (first post)    Jan 1, 2013 Merlot has wrote an InsertRow method: Basic4android Search: insertrow... B4A Library Grid/Table and ListView Library - stefanobusetto (first post)    Mar 20, 2013 If gg.InsertRow ( 3 , Array As String ( "new" , "new" , "new" , "new" ) ) Then
Msgbox ( "ok" , "InsertRow" )
End If
If gg.AppendRow... B4J Question [ JSql ] 1 second to insert 1 row on mysql ? - Waldemar Lima    Nov 16, 2020 hello everyone ! i am making tests about Jserver with JSql ( Mysql Connection ) i am using this code >: Sub insertrows Log("Init Insertion : " & DateTime.Time(DateTime.Now)) Dim sql1 As SQL = pool.GetConnection sql1.BeginTransaction Try 'For i = 1 To 100 sql1.ExecNonQuery2("INSERT INTO users(name,email,pass) VALUES(?,?,?)",Array As Object("Example","[email protected]","XdX3162"... B4A Library [Class] TableView - Supports tables of any size - tamayo461 (first post)    May 17, 2016 Hi,
Added 2 Delete Subs and an Insert Sub to this class.
The Class Module:
Public Sub InsertRow(Values() As String)
If Values.Length <> NumberOfColumns Then
Log("Wrong number...
End Sub
The Activity Module:
tbInput.InsertRow(Array As String(the fields.............))
and... B4J Question Update only one table with webserver - birnesoft    Mar 17, 2021 .tableBodyIdTest1}'); var row = table.insertRow(${pos}); row.insertCell(0).innerHTML = '...); var row = table.insertRow(${pos}); row.insertCell(0).innerHTML = '<form action... B4A Library SQL Server Library - SNOUHyhQs2    Dec 3, 2017   (11 reactions) the field value and call InsertRow Dim res As MSSQLResultSet = sql.ExecuteQuery1("SELECT * FROM..., "cena") res.InsertRow ' updating using resultset, just move to desired row, update... B4A Question TableView Individual Cell Colors - Guardian17    Dec 30, 2012 I'm still fairly new at B4A. I have a word game app that I'm trying to write. TableView is a great help for this app, but I would like to be able to control the color of each individual label in a row (Highlighted, Eliminated, Unselected colors for each label) instead of having each entire row appearing as only one of two alternating colors. Each label in a row is a single letter, a... B4J Question Error message, SQL (ucanaccess-5.0.0) - kohle    Aug 16, 2020 .InsertCommand.insertRow(InsertCommand.java:100) at net.ucanaccess.commands.InsertCommand.persist....ucanaccess.commands.InsertCommand.insertRow(InsertCommand.java:100) at net.ucanaccess.commands... Page: 1   |