Hide buttons on non-active row in a continuous form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have searched high and low for an easy answer to this without success.
I am trying to hide a command button behind a conditionally formatted
textbox on a continuous form. I have been able to get the textbox to
conditionally format as I want BUT I need to be able to set the backstyle to
"transparent" for the active row and "normal" for the inactive rows.
Has anyone come up with a way to change the backstyle of textbox in this
fashion (or some other nifty solution)?
 
No. Not possible. It can not be done. Continuous forms do not allow for
multi row formatting. It is cursor based. Whatever record has the focus is
where all Events Procedures can only happen.




Jim said:
I have searched high and low for an easy answer to this without success.
I am trying to hide a command button behind a conditionally formatted
textbox on a continuous form. I have been able to get the textbox to
conditionally format as I want BUT I need to be able to set the backstyle to
"transparent" for the active row and "normal" for the inactive rows.
Has anyone come up with a way to change the backstyle of textbox in this
fashion (or some other nifty solution)?

--
Ruel Cespedes
Sr. Programmer Analyst
(e-mail address removed)

Message posted via AccessMonster.com
 
Back
Top