Hi,
i'm trying to put an abmtable on an ABMModalSheet but the table is not showing!
can you help me?
this works
Dim tbl3 As ABMTable
tbl3.Initialize(page, tmpdyna.GetString("NomeCampo"), True, False, True, "tbl1theme")
this no
Dim tbl3 As ABMTable
tbl3.InitializeScrollable(page, tmpdyna.GetString("NomeCampo") , False, False, True, Array As Int(300, 200,200,150), "tbl1theme")
i'm trying to put an abmtable on an ABMModalSheet but the table is not showing!
can you help me?
this works
Dim tbl3 As ABMTable
tbl3.Initialize(page, tmpdyna.GetString("NomeCampo"), True, False, True, "tbl1theme")
this no
Dim tbl3 As ABMTable
tbl3.InitializeScrollable(page, tmpdyna.GetString("NomeCampo") , False, False, True, Array As Int(300, 200,200,150), "tbl1theme")
Last edited: