Newbies Ben Levi Posted November 18, 2005 Newbies Posted November 18, 2005 I want to set up a button to have a number of selected records either 1) Print, 2) Save to PDF or 3) E-Mail. The Custom Dialog script step only allows 3 options, so if I use all three options, there's no Cancel option. Anyone have any ideas as to how I can offer three choices plus a Cancel option?
Ocean West Posted November 18, 2005 Posted November 18, 2005 you could make 2 dialog boxes one the most common use... [more...] [cancel] [print] when you hit more you can choose... [cancel] [pdf]
SlimJim Posted November 18, 2005 Posted November 18, 2005 Another alternative is to use the input fields as well. It also gives the possibility to do more than one of the possible actions. For example, use three temporary globals and ask for a Yes/No (or 0,1)for Print, PDF, Email, ignore any response which doesn't fit and then have an OK and a Cancel button. It takes a faction longer for the user but gives you a lot more flexibility.
Recommended Posts
This topic is 6948 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