Title
Merge field to show records and found records?
Post
I just noticed that with a script I can make my own next record, delete record, etc buttons instead of using the filemaker tool bar. I prefer that as then I have more control over what users can do on each field. Is there any way though if I disable the toolbar completely on fields, to have I guess a merge field or something show the record counts? Like for example when you do a search and it shows 480 / 2341 Found (Unsorted), without the toolbar is there a way to show that on the form? Thanks!
For a form view layout type this on the layout:
{{RecordNumber}} of {{FoundCount}} / {{TotalRecordCount}}
You can then highlight everything between the first { and the last } and select a custom font of 1 to shrink it up so it looks something like this in layout mode:
{...} of {....} / {....}