N
New Kid on ADP Block
I'm trying to do a little "trickery" to eliminate some UI
features that the users of a ADP (done by someone else)
don't like. Access 2000, Win 2000 Pro, and SQL Server
2000, if that makes any difference.
One thing I need to do is to move an unbound text box over
any text box on the form that gets focus... it should, I
thought, be a simple matter of replacing the Top and Left
properties of the unbound text box with the Top and Left
properties of the clicked text box.
That works fine until I click a text box that is on a tab
page. Its top and left appear to be relative to the tab
page and I haven't found a property that will tell me (1)
that it is on the tab page, (2) which tab page / control
it is on, and so I can't figure out what to add to its Top
and Left to locate it properly.
I wrote code to print the properties and value of the
properties of the text box... it appears to have 81
properties, and I'm about to review the printed list, but
didn't see anything onscreen that caught my eye as showing
(1) or (2) above.
Any help gratefully appreciated.
New Kid
features that the users of a ADP (done by someone else)
don't like. Access 2000, Win 2000 Pro, and SQL Server
2000, if that makes any difference.
One thing I need to do is to move an unbound text box over
any text box on the form that gets focus... it should, I
thought, be a simple matter of replacing the Top and Left
properties of the unbound text box with the Top and Left
properties of the clicked text box.
That works fine until I click a text box that is on a tab
page. Its top and left appear to be relative to the tab
page and I haven't found a property that will tell me (1)
that it is on the tab page, (2) which tab page / control
it is on, and so I can't figure out what to add to its Top
and Left to locate it properly.
I wrote code to print the properties and value of the
properties of the text box... it appears to have 81
properties, and I'm about to review the printed list, but
didn't see anything onscreen that caught my eye as showing
(1) or (2) above.
Any help gratefully appreciated.
New Kid