I'm trying to use Uncle Gizmo's calendar in an ACC2000 application.
I've found that if I configure an OnClick event in a text box, I need to comment out the line that begins:
in clsGetActiveFrm in order to make it work. Otherwise I get a Sub or Function not defined error even tho' fPassBackAct is present in the form's module
However, I've not yet figured out a work-around for having a command button next to a textbox. I get a "Type mismatch" in:
This is independent of having the line quoted above commented out or not.
Any clues on how best to proceed? Other than moving beyond ACC2000 (it's a client's requirement) or being too dense to figure this out on my own.
Many thanks.
George
I've found that if I configure an OnClick event in a text box, I need to comment out the line that begins:
Code:
mHasPBkProc = fProcExists...
However, I've not yet figured out a work-around for having a command button next to a textbox. I get a "Type mismatch" in:
Code:
Public Property Get prpAssociateCtrl() As Variant
Set prpAssociateCtrl = mctlAssociateCtrl
End Property 'prpAssociateCtrl Get
Any clues on how best to proceed? Other than moving beyond ACC2000 (it's a client's requirement) or being too dense to figure this out on my own.
Many thanks.
George