Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Blank value in drop-down

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Blank value in drop-down

    I need help in a big way! Here's what we're trying to do ... we are trying to use A5v5 to create a membership directory on CD, so that we don't have to print books. The directory needs to be searchable by several different fields. We created a form with drop down lists for what they can search by. The choices in the lists are pulled from the database.

    The problem is, that if someone does a search, say for state AL, they select AL from the list and maybe something in another field as well and do their search, no problem. Then they want to broaden their search because maybe they didn't find what they were looking for within that state. They can delete the value, but it still searches by that value until you either select a different value or enter a space into the field.

    We are NOT going to be able to get the thousands of people that will be given this CD to put a space in each time they want to clear a value.

    We've tried entering a blank record, to create a blank value, but that didn't work. Any suggestions would be greatly appreciated!

    Thanks!
    Kelly Waters

    #2
    RE: Blank value in drop-down

    Hi Kelly,

    Whoa! One thing at a time. Let's start with the dropdown that you say doesn't work. Can you give us some details?

    kenn
    TYVM :) kenn

    Knowing what you can achieve will not become reality until you imagine and explore.

    Comment


      #3
      RE: Blank value in drop-down

      I'm sorry I wasn't more clear. It's not that the drop down doesn't work necessarily, it's that it retains a value even after you hit the delete key to remove it.

      In order to fix that we were attempting to put in a blank value choice, but can't figure out how to get that.

      Kelly

      Comment


        #4
        RE: Blank value in drop-down

        Now I'm going to change the question, because we can get a blank choice in the list now. The problem of DELETE not removing the value still remains though. The user would have to actually hit the space bar to change the value.

        Kelly

        Comment


          #5
          RE: Blank value in drop-down

          Kelly,

          We cannot help you if you don't give us some details about what you did. How did you create the dropdown?

          kenn
          TYVM :) kenn

          Knowing what you can achieve will not become reality until you imagine and explore.

          Comment


            #6
            RE: Blank value in drop-down

            create a drop down on a blank form any form
            populate the choices with a few choices

            create another control a textbox, anything

            both these controls can link to a variable, does not matter.

            Run the form.

            Select an item in the drop down.

            now click on the text box

            NOW we want to "clear" the drop down, as in have NULL in it!

            So go to the drop down and hit the DELETE key on your keyboard

            The value displayed disappears.

            "but its still there, you just cannot see it"

            Click on the text box, now click back on the dropdown
            the item you deleted is still there!

            I can create a choice that is space, or all, and the user could select that, but the problem is, they will NOT they will simply hit DELETE, and when the box has nothing in it, they will think its clear.

            Hope this makes more sense?

            Comment


              #7
              RE: Blank value in drop-down

              Kelly,

              Sorry, but I really don't understand what you're doing and why you're doing it. When you say, >>create a drop down on a blank form any form populate the choices with a few choices>create another control a textbox, anything
              TYVM :) kenn

              Knowing what you can achieve will not become reality until you imagine and explore.

              Comment


                #8
                RE: Blank value in drop-down

                This has become way to confusing

                The simple problem is the drob down combo boxes do not accept delete.

                What I was trying get you to do is create a drop down box on a form, any form, any variable, does not matter. Just make a drop down box, and have 3-4 choices for it!

                You need another control on the form. Does NOT matter what the control is or what it does. We simply need it so we can click on it, to take the focus from the drop down, that is all.

                One you have a form with a drop down list box.
                Run the form, click on the drop down and select an entry.

                Now the value of the drop down is what you selected.

                Click out of the drop down and then back to it.

                NOW you want to CLEAR the drop down box, make it empty
                NOThing in it.

                YOU can hit "delete" and all the text is gone.

                Now click on another control to take the focus from the drop down. The drop down looks empty! Anyoneone would think its empty as there is NOTHING in it.

                BUT in fact it is NOT, if you click back into the drop down
                the last entry is still there!!!!!!! the box is NOT empty.


                This is a problem with the drop down list box.
                The only way we can find to clear the box, is to run the clear active script on it.

                But users do not understand this.
                They see nothing in the box and think its empty.


                Last night, I made a sloppy fix,
                In the on exit event, I programed a form refresh.
                so if the use deletes the text then exits the dropdown box
                the entry will reapear

                I then put a small button next to the dropdown. this button is set to clear the drop down box.

                so if a user wants to clear a drop down, they need to click the clear button.

                This works but is not optimal. Optimally, if all the text in a dropdown is deleted, then the box should be empty!!

                Hope this makes it more clear





                Comment


                  #9
                  RE: Blank value in drop-down

                  I am unable to try what you're asking at this time since I'm not at my computer (Alpha's not on this computer). Perhaps someone else might be able to understand your request and give it a try.

                  kenn
                  TYVM :) kenn

                  Knowing what you can achieve will not become reality until you imagine and explore.

                  Comment


                    #10
                    RE: Blank value in drop-down

                    That's ok. We'll stick with the 'clear' buttons. Thanks for trying though!

                    Regards,
                    Kelly

                    Comment


                      #11
                      RE: Blank value in drop-down








                      New Page 1




                      I'm not sure how you are presenting the data but you might want to check the
                      following: http://downloads.alphasoftware.com/samples/prompt_multiple_values.doc,
                      http://www.imakenews.com/alphasoftware/e_article000108642.cfm.
                      Both describe how Action Scripting can be used to create multilist boxes, that
                      can be used to select a combination of criteria on reports, letters ect. By
                      using this approach with a report, I think that it would solve your problem.

                      Comment

                      Working...
                      X