VERSION 6.03.03

- Se amplio el tamaño del listview en el historico y se agrego el numbre del vendedor.
This commit is contained in:
2026-03-02 12:18:10 -06:00
parent 5426e434ca
commit fbb76fed9b
8 changed files with 32 additions and 22 deletions

View File

@@ -57,6 +57,7 @@ Private Sub B4XPage_Created (Root1 As B4XView)
' L_CANT.Text = c.GetString("PC_NOART")
' L_TOTAL.Text = c.GetString("PC_MONTO")
' End If
p_nota.Height = Root.Height : p_nota.Width = Root.Width
End Sub
'You can see the list of page related events in the B4XPagesManager object. The event name is B4XPage.