1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| Public Function mfForm_AddControls()
Dim oFrm As Form, _
oText As Control, _
oLabel As Control, _
sFormName As String, _
oRset As Recordset, _
oField As Field, _
lLeft As Long, _
lTop As Long, _
lWidth As Long, _
lHight As Long, _
i As Integer
lLeft = 343 |