Jump to content

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

Recommended Posts

Posted

i would like to have the field highlighted or indicated somehow when the user is completing a form. there are times when you cannot determine where you are in the database. Maybe the field could become darkened or made bright anyone have any ideas

thanks in advance dharkin

Posted

first - don't rate your own threads just to have easy acces to them. That's not the purpose of the rating mechanism.

second: that's an easy one:

simply overlay the fields in question with a copy , input disabled, not in tab order, darker/lighter background. Make them a button with script go to field (field name). When the user tabs into the field, or klicks on it, the underlying "real" input field is visible. (try a bright yellow background for the input field for a start)

Posted

hi dharkin,

ok , so it must have been somebody else assigning 5 stars to a thread just started.

sorry.

Posted

cjaeger said:

hi dharkin,

ok , so it must have been somebody else assigning 5 stars to a thread just started.

sorry.

I only count 4, but who's counting

wink.gif

Posted

I believe that Christian means *disallow entry* into the field, rather than 'disable input'.

To do that, go into layout mode, select the field, then choose 'Field Format...' from the Format menu. In the resulting dialog, turn off the option to 'Allow entry into field'. wink.gif

Posted

you can also try this way:

set every field with the flag "Select entire content on entry" (you do this with the Field Format menu available in layout mode)

when the user enter the field its content gets selected (and highlighted).

this is easier to do and may be enought for the purpose...

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