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

Records not showing up in report

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

    Records not showing up in report

    I am running a certain report and records that should be there are not. I have done the only two things I know how which are: Re-indexing all the tables and then running the dsalvage program to fix the data bases (tables). After doing both these records are still not showing up. The other interesting thing is that when I re-index the main data base I notice that it only goes 85% of the way on each of the indexes. It's as if it's indexing only so far and then stopping. Would very much appreciate any ideas as to fixing this problem. Thank you

    #2
    RE: Records not showing up in report

    James -

    Have you done a database compact? If not, try it, it may
    solve your problem. If not, let us know

    Lowell

    Comment


      #3
      RE: Records not showing up in report

      Thank you for your response. I tried the database compact but this did not solve my problem. In fact while running it I noticed the same problem of only running 89%

      Comment


        #4
        RE: Records not showing up in report

        The 85% stop may indicate a corrupt record. This happened to me last week. I was able to track down the bad record, delete it, pack the table and the problem was solved. Put your table in record order and go down roughly 84% (if 85 is the actual stop point) and check each record one at a time. This assumes of course that you don't have a million records in the table.
        Peter
        AlphaBase Solutions, LLC

        [email protected]
        https://www.alphabasesolutions.com


        Comment


          #5
          RE: Records not showing up in report

          Thanks for the idea. I can see exactly what record it is stopping at. I went to that exact record and deleted it and compacted and still get the index to just run to that record. I tried this 3 times with each new record 15300 (which is the record number it stops at. You mention checking the records. What am I checking for? Thanks for your help

          Comment


            #6
            RE: Records not showing up in report

            Usually you see either garbage characters in one or more fields or you see data mixed up from other fields or records. Try exporting some of the data around record #15300 to Excel and see if it looks ok in Excel. Or try breaking up the table in groups of records into a brand new table of identical structure. The idea is to try to find out what record or records is causing the trouble - if not a corrupted table structure itself. Trial & error I'm afraid.
            Peter
            AlphaBase Solutions, LLC

            [email protected]
            https://www.alphabasesolutions.com


            Comment


              #7
              RE: Records not showing up in report

              You might try going into field rules, then do an update field rules and select Mark Records that do not update. This may take awhile, but when it is done, you could sort on the Marked Records and take a look at the problem.

              Good Luck

              Tom

              Comment


                #8
                RE: Records not showing up in report

                James,

                Try using the record order index which will free you from all indexes and also get out of any attached Query. At this point you should be able to see all the records and navigate normally to the end of the records.
                You can also copy the table to another table name without indexes and see if this table copy looks clean. Generally the corruption you would be looking for wold be any high ASCII values beyond the keyboard, or low values below which is an ASCII character 32. You can have Alpha use functions to do a logical search for any weird and out of range characters in your indexed fields if you don't care to view them manually.

                If your data is clean, your problem may be a corrupted CDX file header which would cause the index process to crash on sorting. This corruption is where the index information is stored, so you will have to either overwrite the CDX file with a clean but older CDX file and then update the indexes, or delete the CDX file with the same name as the table and start your indexes all over again, presumably after copying donw their text descriptions.

                Hope this helps!
                Dave

                Comment

                Working...
                X