Matrixxdg Posted June 9, 2011 Posted June 9, 2011 Hi All, I am very new to FM. I am running FM 11 Adv I have a field on my page that is a radio button(paid_yes_no) that is defaulted data to NO. I have created a script that, when attached to a button in another database does the following. Open File["Invoice"] Go to Field [invoice::paid_yes_no] NOT SURE WHAT TO DO NEXT It is defaulted as NO and I need it to change the value in the field to Yes. (It is a radio button) Any help would be greatly appreciated. MG
smdig Posted June 10, 2011 Posted June 10, 2011 Hi, If you want to change the field from no to yes, just include the following in your script Set Field(Invoice::paid;"yes") Note: If you are already in the correct record, you do not need the Go to Field step in your script. Regards, Sdig.
Matrixxdg Posted June 12, 2011 Author Posted June 12, 2011 Hi, If you want to change the field from no to yes, just include the following in your script Set Field(Invoice::paid;"yes") Note: If you are already in the correct record, you do not need the Go to Field step in your script. Regards, Sdig. Hi Sdig, Thanks for your time but when I use Set field in the script it only gives me the option of choosing the field I cannot use a semicolon or anything else. If I swith it to a calculation then it does not see set field as a parameter. Maybe I am not following you correctly. Thanks..MG
Recommended Posts
This topic is 4914 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