rmnrdi
8 years agoContributor
"If object " doesn't work no matter what condition I put into it.
Basically, I have an order entry form that I need to populate.
If the form is already open, I don't want an instance launched. If the form is not open, I want to launch one from a launchpad type form.
No matter what values I put in for the condition, it always launches a new form.
I used object spy to select the form object. I wouldn't think it gets much simpler than this:
You are using wrong indentation. You should place all required actions inside IF module:
IF something do something
Currently you have:
IF something do something <- it is not a part of IF statement, it is just a sequential step