jsaltzman Posted April 21, 2003 Posted April 21, 2003 Can i make a calution that basically says if a field is empty it will not be displayed in the layout?
danjacoby Posted April 21, 2003 Posted April 21, 2003 Hm. You could set the borders to be nonexistent and the background transparent. Then disallow entry into the field (if possible) & have the tab order skip it. If you want, you could create a global container field that holds a rectangular box that just happens to be the exact size of the field in question. Then create a calc that returns the contents of the global field if the main field isn't empty, and put that field behind the main field. Now you won't see anything if the field is empty, but if it has anything, it will appear to have whatever background and border you want.
danjacoby Posted April 21, 2003 Posted April 21, 2003 WAIT A MINUTE! (What I get for going backwards) This is a DUPLICATE POST!
Recommended Posts
This topic is 7957 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