Jump to content

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

Recommended Posts

Posted

Using FP5 on a PC is there any way to make a field that will blink (flash)when a certain condition is met? I want to tag a customer that has bad credit when he is accessed. I tried a looped script but some things don't work while it is running.

Perhaps you know of another way to get the attention of a data enterer when this condition is met.

Posted

You've got the right idea, but looping script do have some limitations. As an alternative you can change the whole background color of the layout to say red. This is done by making the background a container in which you change the color.

-bd

Posted

I made the background a container field, but I have two problems:

If I click on the background, then I can't select any fields in front of the background unless I click off the background somewhere or go to layout mode and then back to browse mode.

I don't know what to do with the container field to make it change color when a certain criteria is met.

Posted

For your first problem, in the background container field's format dialog, un-check the 'allow entry into field' option.

To make the background change color, you will also need to create a global container field called gBackgrounds with two repetitions. Put a white filled rectangle in the first repetition, and a red one in the second repetition.

Then, set your main background field to be a calculation field with a result type of container. The formula will be:

GetRepetition(gBackgrounds,1+(<<Insert logical expression here>>))

You also need to set the graphic format for the background field to expand the graphic.

This topic is 8158 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.