I must create a dialog with buttons ( btnbmp flat) to simulate tables of restaurant on a tablet win10 pro
on screen I cannot insert all tables of restaurant because there's no space
I'm thinking to create only on a page 4X5 lines and only 20 buttons then two buttons to scroll pages up and down
I'm tinking no use a dbf but an array type aTable:= {numtable,place,mesero,opentime,closetime }
sample :
Table number : 1
Place : garden
mesero : Otto
Open table : 12:45
aTable:= {1,"garden","Otto","12:45:55","" }
each time the user can open a table and I can add a record on aTable array
at init the array a table is empty and the procedure must no show any tables
then when the user open a table it must show the btnbmp on dialog with the info of table
How I can make it ?