Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Filling fields


aaa

Recommended Posts

No. Just the text color.

 

What you can do is place a container field behind the text field, and populate invisible repetitions of the container field with blocks of the colors you want to choose between, and then by script rotate the desired color into the visible repetition...

Link to comment
Share on other sites

Biker is right. To elaborate, create a global container with as many repeats as you wish colors and fill each repetition with a field sized color of your choice. Then create a container calculation field which calls the desired repetition based on the appropriate condition.

 

Case(Condition = 1,

GetRepetition(GlobalField,1),

 

Condition = 2

GetRepetition(GlobalField,2),

 

etc., etc.

 

Then place this field under the data field and leave the data field unfilled. The color of the calc field will then show through and emulate a changing color in the field.

 

Just thought I would explain in detail for you.

 

Be well . . .

 

Tom

Link to comment
Share on other sites

While you're at it, aaa, you might wish to consider dropping by the feature requires page at the FMI site and suggesting that this capability be included (as an explicit feature rather than a work-around) in a future revision of FileMaker. wink.gif

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...

Important Information

Terms of Use