Jump to content
Server Maintenance This Week. ×

Display valuelist items in a Show Custom Dialog script


UTexas80

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

Recommended Posts

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 8 years later...

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