Jump to content

Display valuelist items in a Show Custom Dialog script


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

Recommended Posts

Posted

I would appreciate if anyone can suggest how I display valuelist items in a Show Custom Dialog script. I am interested in presenting a date range to a user so they can select an upper and lower boundary.

Thank you.

Posted

You may want to look into Troi Dialog plugin.

Posted

You can not do it in a Custom Dialog. What you can do is create a layout to resemble a custom dialog and add a global field with a value list.

e.g.

Freeze Window

New Window(Choose Date)

Go To Layout(CustomeDialogLayout)

Pause

Set Variable($Global;GlobalDateField)

Add a button to the layout "Continue" and set a script to close the window and resume script

Enter Find Mode()

Set Field(DateField;$Global)

Perform Find()

hth

  • Like 1
Posted

I agree, a FileMaker layout is a better choice when working with dates. None of the dialog plugins give you a drop down calendar option like a native FileMaker date field. I would think that would be nicer than a value list.

  • 8 years later...

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