Skip to main content

Dial_GetPopup (function reference)

By November 1, 2020June 23rd, 2021Online Help, Troi Dialog Plug-in
Troi Dialog Plug-in for FileMaker Pro

Dial_GetPopup

Returns the popup list that is currently stored in the plug-in.

SyntaxFunction badge

Dial_GetPopup ( switches )

Parameters

switches specifies which popuplist is returned

Switches

Switches must be one of these switches:

-Popup1 get popup list 1
-Popup2 get popup list 2
-Popup3 get popup list 3
-Popup4 get popup list 4

-Popup19 get popup list 19
-Popup20 get popup list 20

You can also add this switch:

-SecondValueList get the second value list for that popup

Returned Result

Data type returned

Text

Result

The list of popup values separated by returns.

Originated in

Troi Dialog Plug-in 3.1

Compatibility

FileMaker Pro 16 to 19

Considerations

If there is no popup list the result is an empty text.

Example

Set Field [ gResult ; Dial_GetPopup ( "-Popup1" ) ]

This will return the popup list 1 as currently set in the plug-in. For example it may return:
Patrick
Jonathan
Brent

Guest

Used in example file

Input.fmp12

Related functionsFunction badge

Dial_InputDialog
Dial_SetPopup

Related topics

Troi Dialog Plug-in online help (overview)


Online Help Page for Troi Dialog Plug-in for 16 to 19 –> Dial_GetPopup (dialp4306) 2021-0623 15:50:43