July 10, 200817 yr Newbies Hi: I want to have a button that allow me to show all records. But i would like to show this button only when a "finding" operation makes records to be filtered (showing the records that fit the finding request). Can you help me? thanks! Jaime Bunzli
July 10, 200817 yr You can use a calc with container result if you want to use images or conditional formatting with fake buttons using a calc such as: Get(TotalRecordCount) <> Get(FoundCount)
July 11, 200817 yr Author Newbies Thanks John, it works great!. Can you tell me how to change to hand cursor over button only when Get(TotalRecordCount) <> Get(FoundCount). Thanks, Jaime Bunzli
July 12, 200817 yr You can not conditionally change the the cursor to the hand icon. It is either on or off for a button. That being said, if this is an absolute necessity, then you may possibly be able to do it using a visibility trick. It will take some work though.
Create an account or sign in to comment