viewpoint-particle

Author Topic: Multiple Questions in one Window?  (Read 278 times)

MikeInThe901

  • Newbie
  • *
  • Posts: 7
Multiple Questions in one Window?
« on: August 03, 2023, 05:00:46 pm »
Noob here!

I'm using AskItemList function to get input from the user to choose from a list of two options for office location. Is there a way, in the same window, to ask for a text string input for a second variable in that window? Or otherwise a way to populate those two variables from one window?

Thanks!

JTaylor

  • Pundit
  • *****
  • Posts: 1939
    • Data & Stuff Inc.
Re: Multiple Questions in one Window?
« Reply #1 on: August 03, 2023, 06:04:59 pm »
Assuming I understand the question, you will need to create a dialog for that purpose.   Just search for Dialog in the Help Index and it will give you four sections to peruse.  This should get you well on your way.

Jim

stanl

  • Pundit
  • *****
  • Posts: 1813
Re: Multiple Questions in one Window?
« Reply #2 on: August 04, 2023, 05:07:20 am »
Assuming I understand the question, you will need to create a dialog for that purpose.   Just search for Dialog in the Help Index and it will give you four sections to peruse.  This should get you well on your way.

Jim


Agree with Jim. Depending if you want a single select for multiple controls or multi-select from a single control.... Based on what you wrote there appears to be only a single selection from 2 options - if true I would go combo box

MikeInThe901

  • Newbie
  • *
  • Posts: 7
Re: Multiple Questions in one Window?
« Reply #3 on: August 04, 2023, 03:49:40 pm »
Used a Dialog & knocked it out. Thanks!

JTaylor

  • Pundit
  • *****
  • Posts: 1939
    • Data & Stuff Inc.
Re: Multiple Questions in one Window?
« Reply #4 on: August 05, 2023, 06:05:29 am »
Excellent.   Glad to hear it did what you needed.

Jim