Hi,
I'm working with FM Pro 5.5. I've designed a Text field with a thin black border around it. In Preview mode I would like to see the border also when the field is empty, and this indeed happens if I don't use the Sliding Option on the field. On the other hand I need the field to slide up, so I have used the Sliding Options on it. But in this case the border disappears when the field is empty!
I've found a trick to solve the problem but I'm not satisfied about it because I need to add a calculated DisplayTextField to my DB just for printing:
If ( IsEmpty(TextField), " ", TextField)
In this way the DisplayTextField is just a "space" when the TextField is empty and I can always see my black border.
Is there a solution preventing me from creating all these "display" text fields? (I don't like it, because I have many other text fields that I should treat in the same manner...)
Bye,