please first read this topic
viewtopic.php?f=3&t=36470&start=0
I'm making a small touch screen Invoice
I made this dialog
1. elements
2 . services ( products)
3. invoice (body of invoice)
when resize the dialog the bottom of second scrollpanel not arrive as the big scrollpanel and not make the focus of elements
If on big scrollpanel therei s not any btton the exe crash
I think because when I create the panel I make a resize and the checkresize
ACTIVATE DIALOG oDlg CENTERED ;
ON INIT ( oPanel1 := CreatePanel1( oDlg ), oPanel1:CheckResize(),; // elements
oPanel2 := CreatePanel2( oDlg ), oPanel2:CheckResize(),; //services
oPanel3 := CreatePanel3( oDlg ), oPanel3:CheckResize() ) //invoices
RETURN NIL
How I can resolve becaus eat forst I not have any record into big panel