×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Navigator button to prompt field choices

Navigator button to prompt field choices

Navigator button to prompt field choices

(OP)
On my navigator I would like a button to create a new document.  However, what I want is for the user to click this button, it prompts them to choose what TelevisionType(primary field on the document) Sony, Phillips, or RCA, and based on that choice determines how the document is created.  

There's a single document that contains all the necessary data for each brand, but depending on their choice determines what data shows (via hide whens).  How can I do this?

RE: Navigator button to prompt field choices

You could use a formula in the QueryOpen event that asks the question, and make the fields in the document take their values as result of the question.

Pascal.

RE: Navigator button to prompt field choices

Another way is to put the following formula into the default value of your TelevisionType field:

@Prompt([OKCANCELLIST];"Specify Type";"Please specify the type of television";"";TelevisionTypes)

Make sure you have all the different types in the TelevisionTypes field and make it a Dialog List. The list values for the prompt are obtained from this field. The best way to get the values for this field is via a profile document. This way if your brands change you just change the profile document saving you having to recode the field. Heve a look in designer help for info on Profile Documents. They are a very handy and often overlooked tool

Hope this helps!

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close