Newbies Bunzli Posted July 10, 2008 Newbies Posted July 10, 2008 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
mr_vodka Posted July 10, 2008 Posted July 10, 2008 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)
Newbies Bunzli Posted July 11, 2008 Author Newbies Posted July 11, 2008 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
mr_vodka Posted July 12, 2008 Posted July 12, 2008 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.
Recommended Posts
This topic is 5979 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now