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

Record Count Error

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

    Record Count Error

    Funny thing. I create 5 records. Then I delete them. But the record count shows "6" records as the number count, with there being NO records in the database. I show all records, then delete all records and still the same. How do I get it to show "1" record? rather than the old number.
    Kevin G. Timberlake
    Marvel Illusions

    #2
    Re: Record Count Error

    Kevin

    When you delete a record it is only marked as deleted - it is still there .

    The deleted records are only removed from the table when you pack the table or do a database compact. That will set the correct record count

    Tom Baker

    Comment


      #3
      Re: Record Count Error

      Thanks Tom, but now that I did a pack, I cannot create new records. I mean, it made a new record, but will not allow me to insert data.
      Kevin G. Timberlake
      Marvel Illusions

      Comment


        #4
        Re: Record Count Error

        My mistake, it will not allow me to create more than "1" record.
        Kevin G. Timberlake
        Marvel Illusions

        Comment


          #5
          Re: Record Count Error

          Kevin

          It this a test file or something you are working on?

          If it just a test file - seems something is corrupted.

          If you are working from a form or embedded browse, do you have any
          restrictions on entering or changing records.

          Packing the table, in itself, will not corrupt your data unless the data
          was corrupted before the pack -

          edit: Do you have an index defined - update the index and see what happens (only if there is one).





          Tom
          Last edited by Tbaker; 12-24-2008, 03:20 PM. Reason: edit just saw your last post

          Comment


            #6
            Re: Record Count Error

            It is a in development, but testing the data storing and deletion. I do not have any restrictions yet, and upon updating indexes, nothing changed.
            Kevin G. Timberlake
            Marvel Illusions

            Comment


              #7
              Re: Record Count Error

              Kevin

              Can you post a sample with the offending table?

              Tom

              Comment


                #8
                Re: Record Count Error

                Here it is. Maybe you can see what is wrong. I am working in AcqDis in the forms. The table is acquisitions. To get to it, the hot spot is in the upper left corner just below the banner.
                Last edited by Kevin G. Timberlake; 12-24-2008, 04:00 PM. Reason: smaller file
                Kevin G. Timberlake
                Marvel Illusions

                Comment


                  #9
                  Re: Record Count Error

                  remove the action script "on enter" (show all records)

                  Comment


                    #10
                    Re: Record Count Error

                    Kevin

                    Working with the default browse and default form I can't find anything wrong - except for the fact that when you push the arrow for the a lookup on the serial number you get a lot of blank spaces in the lookup drop down - but that is because serial numbers were not entered in the product table.

                    That would not stop you from entering records.

                    I check the AcqDis form and could find nothng there to restrict your entry.

                    I can enter records into the table.

                    edit. I didn't pick up on that since I was not using the form to enter records - when I checked the form I did not check the forms events only the form's properties. Good work John
                    Tom Baker
                    Last edited by Tbaker; 12-24-2008, 04:27 PM. Reason: Just saw John' post

                    Comment


                      #11
                      Re: Record Count Error

                      Thanks guys, the "show all records" was the issue I guess. I removed it and all is good....so far. So, is it a good idea to have a button for the end user to "pack" the database once a month?
                      Kevin G. Timberlake
                      Marvel Illusions

                      Comment


                        #12
                        Re: Record Count Error

                        Kevin

                        So, is it a good idea to have a button for the end user to "pack" the database once a month?
                        Unless there are a lot of deletions during the month then it should not be necessary once a month but it should be done sometime. I usually put a button on the form that can be viewed by the administrator only, that will pack the tables.

                        Remember, when you pack a table, all the records that have been deleted (marked for deletion by Alpha) are removed from the table. You can not get them back.

                        Tom

                        Comment


                          #13
                          Re: Record Count Error

                          Yepper. Thanks
                          Kevin G. Timberlake
                          Marvel Illusions

                          Comment


                            #14
                            Re: Record Count Error

                            Although just a nuisance, I think the record count including deleted records is a bug - I don't think they are supposed to show up in a count

                            I ran into it too, when I was tryinf to move a program from 8 to 9, but I moved it back as I didn't have time to deal with issues that came up

                            report it as an error
                            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


                              #15
                              Re: Record Count Error

                              Martin

                              I think what Kevin was referring to is the record selector in the toolbar not a physical count of the records.

                              As you know when Alpha deletes a record it is only marked for deletion until you pack the table.

                              If you have 10 records in a table and delete them, then prior to you packing the table, if you open a form or a browse on that table, the first record will be 11 not 1 since they are still in the table but marked for deletion. That number shows up in the record selector in the toolbar. After packing the table, when you open the form (which will be in enter mode since there are no records in the table) the record selector will be 1 for the new record to be entered.

                              If you do a dbcount() on that table prior to packing it will show zero records.

                              However, if you have run into something different with the count and it can be reproduced in Version 9 (the only version that will be updated) then by all means a bug report should be sent.

                              Tom

                              Comment

                              Working...
                              X