Jump to content
Server Maintenance This Week. ×

If (no blank, grey)


This topic is 7320 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hi there, i will try to be short.

I'm asking me if someone somewhere already do a process of this kind.

If i have example a date field with (example : Openfilesondate : (dd.mm.yyyy)),

i try to get a way to show less date if no date input.

The only way to do that is it, like by a script when i choose my layout, i say if date on openfilesondate, go to layout with date, and if not go to layout with no date.

There any way to make some field not apeared or juste be gray if another field got a value?

I appreciate.

Thanks

elkkis

FileMaker Version: 7

Platform: Windows 2000

Link to comment
Share on other sites

Do you want the field to Not appear on the layout if the "other" field is not filled in?

You can do this with a relationship and a few fields...

DataField

DateField

cDataField = not isempty(DataField)

iOne= 1

Relationship

cDateField = iOne

then create a portal on the layout 1 row high.

place the date field inside the portal but make sure the field is not related it should not have the (::DateField)

On records where Data Field is empty you won't be able to see the Date field. 0r any other fields/buttons you place inside the portal.

See Attached Sample...

FileMaker Version: Dev 7

Platform: Mac OS X Panther

mask.fp7.zip

Link to comment
Share on other sites

This topic is 7320 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.