Hello!
I habe two columns in the B4XTable, one for the date data and the second for the time data. Wenn I set DateTime.DateFormat="dd.MM.yyyy" and try to load the table then I get in both columns date values. If I set DateTime.DateFormat="HH:mm" then I get in both columns time values. How can I...
This is ok
B4X:
Dim col2 As B4XTableColumn = B4XTable1.GetColumn("Sec")
B4XTable2.CreateDataView($"${col2.SQLID.Trim} = 'ELT' "$)
this is not ok ... ?
B4X:
Dim Msec As String
Msec="ELT"
B4XTable1.CreateDataView($"${col2.SQLID.Trim} = ${Msec} "$)
or
B4X:
Dim Msec As String...
Hi,
Here is my test code:
The problem is that after refreshing B4XTable1
Gravity.FILL does not function properly as intended.
Only after restarting the Gravity.FILL application does the pictures work as it should.
What could be the reason?
To determine the size of the image, I use:
Buffer =...
Buenas gente : estoy pasando los valores de una tabla cuando el usuario lo selecciona y los pongo en los label pero en campo precio
me quita la coma y quiero mostrarlo con el simbolo $ como en el ejemplo de las imagenes
B4X:
FuncionesTablas.B4xSetColumnAlignment(B4XTable1,"Código"...
Buenas gente : estoy pasando los valores de una tabla cuando el usuario lo selecciona y los pongo en los label pero en campo precio
me quita la coma y quiero mostrarlo con el simbolo $ como en el ejemplo de las imagenes
B4X:
FuncionesTablas.B4xSetColumnAlignment(B4XTable1,"Código"...