Android Question [Solved] Table CustomView 3.02

manuelsalazar

Member
Licensed User
Hi :

Is there any command (instruction) to set the Number of Columns of a Table (CustomView) in the programing code of B4A ?????



THANKS in advanced.
Manuel Salazar
 

klaus

Expert
Licensed User
Longtime User
The only command in the code is:
Table1.InitializeTable(NumberOfColumns As Int, cellAlignement As Int, showStatusLine As Boolean).
You cannot change it afterwards.
You can also set it in the Designer.
What exactly do you want to do, that you need to change the number of columns?
 
Last edited:
Upvote 0

manuelsalazar

Member
Licensed User
Because I Have in My application, that if You have privileges selects a jrdc query with 'x' columns , and if not, selects a query with 'y' columns, and then show it in the table.
 
Upvote 0
Top