A
André Moraes
How to load a form dynamically
I want to create a function that has a parameter that it'll be the form type
name
like
function loadform(formtype as string)
dim frm
frm = new form(formtype)
loadform.show
end function
I want to create a function that has a parameter that it'll be the form type
name
like
function loadform(formtype as string)
dim frm
frm = new form(formtype)
loadform.show
end function