Micro Focus QTP (UFT) Forums
Gathering an input from user to run the script - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Gathering an input from user to run the script (/Thread-Gathering-an-input-from-user-to-run-the-script)



Gathering an input from user to run the script - aburajab - 06-26-2009

Hello ,

I am having a problem finding a better watythan what I currently have

Code:
dbServerName= InputBox("ENTER THE SERVER ADDRESS YOU WANT TO TEST ", " SERVER NAME", "CBSCC-B3-DVP05 ,WMSCC-M2-DVP03 ,CBSCC-U3-DVP1")
strProcessCode=InputBox("ENTER THE  PROCESS CODE  YOU WANT TO TEST ","PROCESS CODE","GICIBTSS  //  GICIPS ") around (10 servers)


-- I need like a run tim kist box that will list all the servers that the user might need and another list box the has all process codes (around 25 process codes


Is there a way to have this crated . Thanks a million