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

Embeded Browse does not index sort by default

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

    Embeded Browse does not index sort by default

    I have two tables
    Table 1:contracts
    Table 2:service_type_locations

    Table 1 contains the field
    service_type_location

    Table 2 contains only the field
    servtypeloc

    Table 2 only contains valid service type locations that is its only data item and I do have that field set as a character field and indexed.

    Eventually while in Table 1 when entering or editing a record I want the user to be able to select from the valid Table 2 (servtypeloc) listed.

    However first I need to create a form for Table 2 which allows for the adding of valid service locations.

    I have created the table as described above and it is indexed.

    I am now creating the form to allow viewing and eventually adding and editing of its contents.

    I have embeded in the form from the toolbox a simple embeded browse object so the user can see all the current valid service locations. Then they can select from the browse one of displayed records which appears in the lower field editing area.
    I know it's not complete yet, but I noticed this index sort problem which needed solving first.

    I have attached images showing both the Form Design Mode and the Form View Mode (note that in the Form Design View it shows the data record items in the correct sorted order, A to Z by default.)


    My problem is I can't seem to get the Form View Mode to automatically display the records in proper Ascending sorted order by default.

    Since the only data field is indexed why does it not show the records by default in the proper ascending sort.

    When in form design mode it shows the records in the correct sorted and indexed order but when in view mode it does not.

    Thanks for any assistance.

    #2
    Re: Embeded Browse does not index sort by default

    your gonna want to look at the release you are working with as a newer release may have resolved this issue.
    Creating Healthcare Work-Flow Solutions Since 2005

    Comment


      #3
      Re: Embeded Browse does not index sort by default

      I have discovered how to make the Embedded Browse work correctly.

      Go into Design Mode of the form your working on.

      While the form is on the screen from the Top Alpha 5 menu select
      Form
      , then from the drop down menu select Form Properties .

      This will open the Form Properties Dialog Window.
      This window has 9 TABS on it and 3 button options.

      Select the [ Filter / Order ] Tab.
      You will now see a check box and 3 selection categories:
      Table, Filter expression and Order Expression.

      Select the Order expression category.

      This will open the Order Builder - Order By Dialog Window, which also has 3 Sort By selection boxes and 3 sort direction toggle buttons.

      Select the first Sort By selection option and choose the Field you want to sort by. In my case it was the Servtypeloc field. I also wanted to sort in ascending A..Z order so I chose the corresponding sort toggle button.

      You can have two additional sorts if needed.

      I only needed to sort one time so I then clicked on the OK button which closed the Order Builder window.

      This returned me to the Form Properties dialog window where you can now see the Order Expression that was selected.

      This was all I needed to do so I now clicked the OK button closing the Form Properties dialog window.

      Finally to save your actions you need to Save your form by using the File / Save menu options from the top Alpha 5 menu.

      You can then test your form in View Mode.

      I have attached an animated GIF showing the process, it loops 3 times.
      Last edited by calexplorer; 05-21-2010, 12:17 AM. Reason: minor correction

      Comment


        #4
        Re: Embeded Browse does not index sort by default

        Hi Cole,

        How did you make your attachment do that, and can you slow it down?
        Regards
        Keith Hubert
        Alpha Guild Member
        London.
        KHDB Management Systems
        Skype = keith.hubert


        For your day-to-day Needs, you Need an Alpha Database!

        Comment


          #5
          Re: Embeded Browse does not index sort by default

          The attachment is simply a collection of GIF screen images combined into a single animated GIF. I am currently using Windows Vista and did not have an animation program that would work on it, therefore I had to use one of those free online GIF animation services. Unfortunately they only allow so many variables and the maximum I could slow the speed between images was about 3 seconds. Because their is no control for the user I had the animation loop 3 times figuring it would take that so as to understand what was occurring.

          On my screen their is a little magnifying pointer option which makes the images bigger so you can see all the details. If you need to view it a second time just refresh the browse.

          The other constraint was of course the fact that the Alpha 5 forum will only allow attachments of a certain size.

          Originally, I tried to make an AVI video showing the steps but it was too large. Therefore, I settled on simple screen shots which I edited with the Paint.Net program then combined to make the animated GIF.

          Their is probably an easier method with fancier tools, but my budget currently does not allow for such luxuries. Eventually, I would love to make better tutorials. I find that most of the tutorials on YouTube etc while nice are just not visibly clear to see the fields being discussed. I am hopefull that the program Snagit might solve this problem, but in earlier versions I did not find this to be the case. It's nice to be able to caputre screen video and movement, but what is the point if the end result is a fuzzy, blurry presentation. Pershaps someone more talented can point us to better tools.

          Thanks for your comment and inquiry. Keep in touch.

          Comment


            #6
            Re: Embeded Browse does not index sort by default

            Hi Cole,

            One product that is used a lot by the guys at Alpha is from Jing and the best part not only is it very easy to use but it's Free.
            Regards
            Keith Hubert
            Alpha Guild Member
            London.
            KHDB Management Systems
            Skype = keith.hubert


            For your day-to-day Needs, you Need an Alpha Database!

            Comment


              #7
              Re: Embeded Browse does not index sort by default

              Thanks you solved my problem

              Comment


                #8
                Re: Embeded Browse does not index sort by default

                which is made by "Snagit" (aka Techsmith, who make Camtasia, Jing, Snagit, and provide a server to store it on!!)
                Cole Custom Programming - Terrell, Texas
                972 524 8714
                [email protected]

                ____________________
                "A young man who is not liberal has no heart, but an old man who is not conservative has no mind." GB Shaw

                Comment

                Working...
                X