rivet Posted February 21, 2005 Posted February 21, 2005 I would like a custom dialogue set some globle fields yet it does not.
MoonShadow Posted February 21, 2005 Posted February 21, 2005 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
Recommended Posts
This topic is 7214 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now