Ben Ball Posted November 28, 2006 Posted November 28, 2006 I have certain layouts that have the status area toolbar hidden. When I hit a button to find records I cannot see the records in the found set as the staus area toolbar is hidden. [color:orange] How can I show the records in the found set whilst the toolbar is hidden?
GC GYM Posted November 28, 2006 Posted November 28, 2006 (edited) Pretty sure you have to put them on the layout yourself using calculations like Get(TotalRecordCount) I think that a lot of the free templates seem to have examples of this. I wish FM would allow you to put those great little tools on the layout instead of the status area when needed. That would save status area space and time setting up the Get() functions and graphics. Edited November 28, 2006 by Guest
Ben Ball Posted November 28, 2006 Author Posted November 28, 2006 Thanks for the reply... I could'nt see that command for looking.. Cheers
GC GYM Posted December 1, 2006 Posted December 1, 2006 Sorry, I was referring to functions you can use in a calculation field to return the info you want, not commands available in Filemakers menus. Try using these functions; Get(RecordNumber) Get(FoundCount) Get(TotalRecordCount) Then place these fields on your layout so that the info is always there when your status area is hidden. I just noticed that you are using FM6 not FM8. I think in FM6 these functions are Status() not Get() functions.
Ender Posted December 1, 2006 Posted December 1, 2006 There are no Get() functions in FM6. Ben, look for the equivelant Status() functions.
Recommended Posts
This topic is 6568 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