I have a button on a form that uses an @Prompt first then @DialogBox. The chosen choice in the @Prompt is not going in the field. What am I missing?Exp := @Prompt([OkCancelList]; “Expense Type”; “Please select the type of Expense”; “”; “Mileage” : “Parking” : “Lunch” : “HW/SW” : “Other”);
@DialogBox( “dlgGenericNotes” ; [AutoHorzFit] : [AutoVertFit] : [NoNewFields] : [SizeToTable] ; “Expense”);
@Command([ViewRefreshFields])