February 21, 200520 yr You haven't given us much to go on to assist you, but the usual cause of this failure is an attempt to set your fields with data using Button 2 instead of the default Button 1. Custom Dialog will only set data for Button 1 so you would need to change your script so the set action happens when Button 1 is selected, as follows: Show Custom Dialog [ etc. etc. If [ Get(LastMessageChoice) = 1 ] Set Field [ your data selections ... ] End If
Create an account or sign in to comment