Pages

Thursday, January 30, 2014

Revision Form Grouping

Revision of refreshdata (procedure to get data from database)
This is the code...
You can download or copy it

Friday, January 24, 2014

Form grouping

This is the interface design form grouping

Form grouping

this is the coding of form grouping
'variable declaration
Dim Edit As Boolean
Dim RsGroup As New ADODB.Recordset
Private Sub Command1_Click()
FrmCariGroup.Show 1
MsgBox FrmCariGroup.Kodex
MsgBox FrmCariGroup.Namax
End Sub