I'm making some changes to an ACCPAC 6.5 system through the Customization Manager.
I have to add a couple of General Ledger Account fields to one particular screen. I used the SbtCntMdiAccount class, just like the existing GLAcct fields, but the Browse button won't work.
The Browse button uses the "i_SelectorClick" method to trigger the browse window with
KEYBOARD "?" PLAIN CLEAR
KEYBOARD "{ENTER}" PLAIN
, so I can't trace right across it to see what's going on, and putting a break point right after it doesn't seem to work either.
Can anyone suggest what I might be missing here, or how to Trace it to find out?
TIA,
Neil Rest
I have to add a couple of General Ledger Account fields to one particular screen. I used the SbtCntMdiAccount class, just like the existing GLAcct fields, but the Browse button won't work.
The Browse button uses the "i_SelectorClick" method to trigger the browse window with
KEYBOARD "?" PLAIN CLEAR
KEYBOARD "{ENTER}" PLAIN
, so I can't trace right across it to see what's going on, and putting a break point right after it doesn't seem to work either.
Can anyone suggest what I might be missing here, or how to Trace it to find out?
TIA,
Neil Rest