Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hello there,

Does anyone know how to code a pull down from a value list with the selected option being whatever is already in the field?

i.e. if the field has 'B' in it and when the page is viewed of that record the pulldown shows 'B' selected from it and if it's changed to 'D' then 'D' will appear selected in the pulldown the next time the page is accessed.

Thaks in advance Antz.......UK.......

Posted

<SELECT NAME="fieldName">

<OPTION VALUE="">None Selected

[FMP-option: fieldName]

</SELECT>

The fieldName field on your referenced layout needs to be a pop up list.

Posted

Doesn't this kind of defeat the purpose of a pulldown menu, if it only shows what is already in the field? If the field is blank, you have the choice of blank and end up typing in the value. How is this used?

Anyway, create a self relationship based upon record no. matching record no. (create one, auto entered), define the value list using the entry field and this relationship.

-bd

Posted

If I understand correctly I am using:

Field: typtz

List: typtzwebentry

<SELECT name="typtz" size="1">

<option> [FMP-Field: typtz]

<option> -----------------------------------------------------

[FMP-valuelist:typtzwebentry,list=typtzwebentry]

<OPTION> [FMP-valuelistitem] [/FMP-valuelist]

</SELECT>

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