I totally forgot that I had posted this question.
Sticking a bunch of new images in the database doesn't present any problems. It's only the old images that made up the DB. Very odd. And, like I said, 4 previous versions of FM displayed it just fine. Only FM11 has a prob ......
Thanks, Comment and Charlie. As you may have noticed from my attached picture, I did not have a header; rather, I had a Sub-summary - body - Sub-summary. Before I tried either of your suggestions, I thought I had a moment of insight, so I added a Title Header without anyt ......
SOLUTION (maybe not elegant, but works)
First define a variable with:
Code:
"This filter can't be used because the field " &
Substitute (
GetLayoutObjectAttribute ("FilterSearch1 ......
In the sample file attached you can see what I'm trying to accomplish. Clicking on the First Name filter works like a charm.
There's no values in the Last Name field to demonstrate the shortcoming in the Custom Dialogue which is presented if the user tries to execute th ......