fiogf49gjkf0d Begin Dialog DialogName 70,30,170,122, "Products" Text 10, 5, 190, 10, "Select a Product." ListBox 10, 20, 150, 80, List$(), .lstbox OKButton 20, 100, 50, 12 CancelButton 95, 100, 50, 12 End Dialog Dim Dlg As DialogName Button = Dialog(Dlg)
AppActivate "Edit Client Product Information"
what is equivalent script for the above code which is used to open a pop window in legacy script. |