seifo Posted January 23, 2009 Posted January 23, 2009 Dear All, I know this might a very easy question, but it's really giving me hard time, I'm new to FM, I'm coming from Access / VB background so maybe I'm still trying to do things in FM the Access way. My question is that, I have a table which has members information, there is one field which called "Status", what I want to do is that to have a button on the main screen and when I click on it shows a report which have only members with the "Status" = "Active" only. The report is grouped by Team name, so every team have some members related to it and this work fine. I designed the report and it's working fine, except that it shows all the records not the one with "Active" status only. So I would appreciate if someone can provide me the steps of the scripts which i can attach to this button to perform what I want.
jrr316 Posted January 23, 2009 Posted January 23, 2009 Hi Seifo, You would need to add a Find Step to your script. I like handle that like this: Enter Find Mode Set Field (Status; "Active" Perform Find 1
Newbies plk079 Posted February 29, 2016 Newbies Posted February 29, 2016 This may be years too late jrr316...but you answered my question. Thank you!
Recommended Posts
This topic is 3280 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