Robert E. Green Posted September 28, 2006 Share Posted September 28, 2006 I have created a popup of a value list of clients. The user would select a client in this popup and then click a button above it to find all past problems (issues) with that client. After the records present themselves in the list on the screen I want to go back to the popup and reset it to a blank using the script of the button. How can I accomplish this? Attempting to get two answers with one question what function do I use to get the number of records I have in the found set. I know this is pretty basic but I'm really new with FileMaker. Thanks! Quote Link to comment Share on other sites More sharing options...
Maarten Witberg Posted September 28, 2006 Share Posted September 28, 2006 set popup field to blank: set field [ YourField; "" ] get number in found set: get(foundcount) as an unstored calc maarten Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.