pro_vb thread: using variables to refer to forms
Try with the set statment
sub cmdReturn_Click
dim frmReturnForm as form
Set frmReturnform = frmForm1
end sub
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
pro_vb thread: using variables to refer to forms
Try with the set statment
sub cmdReturn_Click
dim frmReturnForm as form
Set frmReturnform = frmForm1
end sub
|