Here's one that I haven't seen before....
In sales order entry, I have some VBA code which needs to execute when the ship-to id loses focus. It works if I type in a ship-to id via keyboard. However, if I use the search window and select a ship-to from it, the VBA doesn't always work. When the VBA doesn't execute, the next field on the screen, ship-via code, does not update either. (The ship-via is returned from the altaddr table.) The problem seems to happen when I click quickly to the search window and select the ship-id quickly. It appears as if I'm getting ahead of the screen processing somehow.
After lurking on this list for a while now, I'm assuming I've run into another Macola quirk. But before I waste my time programming another kludgey work-around, I wondered if anyone else has seen this behavior....
Thanks.
In sales order entry, I have some VBA code which needs to execute when the ship-to id loses focus. It works if I type in a ship-to id via keyboard. However, if I use the search window and select a ship-to from it, the VBA doesn't always work. When the VBA doesn't execute, the next field on the screen, ship-via code, does not update either. (The ship-via is returned from the altaddr table.) The problem seems to happen when I click quickly to the search window and select the ship-id quickly. It appears as if I'm getting ahead of the screen processing somehow.
After lurking on this list for a while now, I'm assuming I've run into another Macola quirk. But before I waste my time programming another kludgey work-around, I wondered if anyone else has seen this behavior....
Thanks.