Dimitrios Fkiaras Posted June 25, 2018 Posted June 25, 2018 I want to conditionally format the items (btns, fields) in the active row of the master portal. Thus my formula is : Get (ActivePortalRow) = Get (RecordNumber). This works ok, but when I click outside the portal, the formula no longer validates correctly. (however, in the Data Viewer, the Get(ActivePortalRow)=Get(RecordNumber). I am using FM17 on Windows 7 machine.
yliqueur Posted August 20, 2018 Posted August 20, 2018 Hi try instead : Get (RecordNumber) =Get (ActiveRecordNumber) regards
Steve Martino Posted August 20, 2018 Posted August 20, 2018 Or MasterTable::primary key field = DetailTable::primary key field, using your Table/primary key fields.
Recommended Posts
This topic is 2632 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