In the following command file, is there any way to have my variable (vchoice) appear as the middle item in the choose display box and have the cursor on the middle item instead of the first item in the display box.
DIALOG 'Enter Full or Partial Name' vpick=25 vEndKey 1 CAPTION 'Student Last Name' ICON QUESTION SET VAR vpick = (.vpick+'%') IF vPick = % THEN GOTO endrun ELSE CHOOSE vchoice FROM #VALUES FOR ((LJS(Stu_Lname,20)) + (LJS(Stu_Fname,20)) + (Stu_Location)) ,Stu_Number FROM StudentMaster ORDER BY Stu_Identify WHERE Stu_lname LIKE .vpick AND Stu_status = 'Student'CAPTION 'Choose Student' LINES 10 FORMATTED ENDIF Joel Solomon V.P. Finance Barbizon International [EMAIL PROTECTED]
