Grooper 21.00.0082 is available as of 12-12-2023! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.00.0044 is available as of 06-20-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.1.0024 is available as of 09-03-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Why does a Data Field using a database look-up have to have visible set as true to populate
lbellipanni
Posts: 130 ✭✭
I have a data field that is using a database look up to populate 4 data fields. When the Visible Property is set to true it works. When it is set to false it does not populate the fields.
Version 2.70.0019. I want the field to be invisible because it is a copy of another data field in the data model. I am doing this so that I can perform two database look-ups to populate data fields stored in two different tables both containing the look-up data field.
Version 2.70.0019. I want the field to be invisible because it is a copy of another data field in the data model. I am doing this so that I can perform two database look-ups to populate data fields stored in two different tables both containing the look-up data field.
0
Comments
The answer is similar to Brad's posting.
DataBase lookups fire when Validation is called for a field on which the db lookup is configured. The result of validation (and thereby db lookups) can set a field to 'invalid'. If a hidden field is invalid, the index panel and thereby Attended Client will indicate a problem to the user, but the user will have no way to view or correct the problem.
Ergo, some of my answers you will understand, and some of them you will not. Concordantly, while your first question may be the most pertinent, you may or may not realize it is also the most irrelevant.