Jump to content

Using value list selection to make field appear


Mr. Chamberlain

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

Recommended Posts

Hello,

I am needing help with this: I have a value list with 8 values. I would like a field to appear next to the value list, the field being based on which value is selected. There are 8 different fields that I am trying to accomplish this with, each based on the value list selection. The field that appears needs to be editable by the end user. Any help would be appreciated.

Link to comment
Share on other sites

Thank you for your reply. That is a very cool feature that you sent me but not quite what I am seeking. I may not have explained it clearly; let me try again.

My Value list contains 5 values: A, B, C, D, E

If "A" is selected, Field A appears or becomes active. If "B" is selected, Field B appears, and so on.

So for each value in the value list, I have a unique data field to match up with it. The value list selection brings up the correct field for data entry. As the value list selection changes, the field changes, not just the content within the field. The data field needs to be editable by the user, the value list does not need to be editable.

I hope that makes more sense. Let me thank you again for taking the time to post, I really appreciate and need the help while I am trying to expand my knowledge,

Link to comment
Share on other sites

The value list selection brings up the correct field for data entry

It would be easiest if the field was at least a relation away, since we only have GetField( for indirection purposes, not the other way PutField( ...see template below:

A tabbed layout might give you what you're after, just put a field in each tab.

The visibility trick could, also be what you had in mind:

http://www.databasepros.com/FMPro?-DB=resources.fp5&-lay=cgi&-format=list.html&-FIND=+&resource_id=DBPros000743

But you description is unfortunately kept quite abstract, you need to tell us why you need this feature - not just how you wish it to behave.

--sd

Perhaps.zip

Edited by Guest
Link to comment
Share on other sites

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