I have a older form converted from 7.6 and it has a scrolling region in it. Now in the secondary table (the scrolling region part) I have a Bit Button and it is a Note type icon/glyph (now 9.0)
On 'After Start' for the form I have: PROPERTY pc_note ENABLED 'False and also in the Region EEP the same: pc_note ENABLED 'False The only place I enable this is when the user is in one field and I have the following for the 'On Entry' : PROPERTY pc_note ENABLED 'True' PROPERTY RBASE_FORM Shipper2 'refresh' -- tried it with and without (just hoping) RETURN When I test the form the result is failure. Now I know the BitButton is not associated to the table so I am losing focus on that row. I trace it! How do I get it to stay focused on that table? Now if I place a bit button and never change the 'Enable' it works fine. But the user is not on the correct field for this eep to work. I have plans to make each field have a job to perform based off the form that they are in to add notes depending on what/where they are. Hope that makes a little sense ;) Sincerely, Paul D www.SystemNets.com

