Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Welcome to the skill header Forums. You can ask questions, get help, or help other members out. Join our Forum for free.
Hi,
I'm getting an error while using this code,
If TTT > 0 Then Me.imgtransaction.Visible = True: Me.frmTask_Transaction.Form.Visible = True Else Me.imgtransaction.Visible = False: Me.frmTask_Transaction.Form.IsVisible = False
Button visible parts works fine but the form visible part doesnot work and it give error indicating that "Form.Visible" properties is invalid.
Help me with this. As this function is so nice and i want to use also. Attached is the picture
Finally got the error. It was just because of Reference error.
kudos!