Form Event Wizard - Adapter

Doesn’t fire!

When are you going to change the PO number?

Never mind, I don’t really know what screen your on.

image

I think you’re going to have to play around with what event your using. You will probably need the initialized argument, not the changed, because you aren’t changing the value in the view, you are loading a new view in that field.

I have to go now, so I’m not going to be much help, but going forward, I would split your two parts of this up. Wire up the BAQ to a button that you can easily make fire, and make your BAQ fire and show you a result in a message box. Then when you get that working, find the event that does what you need it to do. Once you’ve worked those things out separately, put them together. You have too many things going on right now and you will probably get confused.

You’ve spent a lot of time with me on this.
Thank you.

Did you get it figured out @estm8ben?

I have the first step working.
I’ve added a button and I can find the PO number:

This is only successful if a Packslip is saved. I wasn’t aware of that, but lesson learned.

And now I have the results of my BAQ showing in the messagebox relative to the PO#!
:partying_face: :partying_face: :partying_face:

The last step is to hide the custom checkbox if the result is 0.

1 Like