I have a form with a button on it.
the code under "onclick" event is like
sub buttononclick
DoFuction
Msgbox("Hello world")
end sub
Function DoFunction
Dim form1 as form
Set frm = New Form_f_form2
clnIdentificationForms.Add Item:=frm, Key:=CStr(frm.Hwnd)
Set frm = Nothing
end...
Hi,
I have a problem crating a form that can call itself. Let 's say I have a table with fields id;parentid;term;termkind. (something like geographic terms: 1;null;USA;country and 2;1;Ohio;state, according to me a standard recursive tablestructure which tells you that Ohio is a state in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.