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

Tables disappearing in operation tab

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

    Tables disappearing in operation tab

    These estrange incidents are becoming now more often.
    I try to start a new operation and select append.
    Select the master table.
    Select genie to build (or just create).
    when try to show the transaction table, is not there.
    The table is in the system.
    the table is working fine and forms and sets based on it, are working fine.
    I have added a field to the table and saved it.
    I have pack the db.
    I have reattached all the tables.
    I have duplicated the table and delete the original and duplicated back. (by the way, In operation I see the new duplicated table, NOT THE ORIGINAL).
    Instead of copy the copy back to original, I try renaming the copy to the original name.
    Even after creating an append operation based on the new name, I can not go back to that operation and change the transaction table.
    None works.
    In the past few instances when this happen, they were temporary tables used for import and I managed to delete and recreate.
    So eventually I was able to finish.
    This time is one of the main tables and now it does not want to show.

    It seems that the name used of that table will not be recognized.
    I have read a few threads and some point to table index corruption.
    If this is the case, how can this index or corruption be fixed?
    any utility to do this kind of fixing?
    Am I running into some limits(I have about 40 tables and 10 sets)?
    Computer has 4 gb of memory and is W7 ULTIMATE.
    Any other suggestion?

    #2
    Re: Tables disappearing in operation tab

    Mike,
    a "table" is actually 4 separate "files"
    tablename.dbf - data
    tablename.ddd - dictionaries
    tablename.ddm - dictionaries
    tablename.ddx - dictionaries

    and, if it has an index
    tablename.cdx - indexes
    and if it has a memo field
    tablename.fpt - memo data

    all layouts (forms, reports, labels, letters,) as well as operations are stored in the ddd/ddx/ddm files

    if you delete a "table" from the Alpha control panel, Alpha will delete all related "files" from the folder containing the database - thus you will have lost the operations as well as all layouts.

    hope this helps
    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


      #3
      Re: Tables disappearing in operation tab

      I too have suffered this issue with missing tables in the genies. I've always been able to solve it by closing and relaunching the application.
      Wise Alpha once said said to me...
      ..."Change must begin first."

      Comment


        #4
        Re: Tables disappearing in operation tab

        Where did you load Alpha?
        If it's in the Program Files section, suggest you reinstall outside of that folder.
        I've had a few issues with Win7, Quad 4-i5, 8Gig, + SS Boot D.

        Also, have you got a RunTime installed in the same folder? That has also caused Win7 some hiccoughs!
        Last edited by Ted Giles; 03-09-2011, 10:16 AM. Reason: Additional thoughts
        See our Hybrid Option here;
        https://hybridapps.example-software.com/


        Apologies to anyone I haven't managed to upset yet.
        You are held in a queue and I will get to you soon.

        Comment


          #5
          Re: Tables disappearing in operation tab

          Ted, Alpha is installed in the program files(86x)
          Its been there for the past 2 years. First as version 9 and now ver10.
          I just got the latest from Alpha as of march 8th. 4091-3658.

          by closing and relaunching the application. Have done many times.

          Martin thanks for the explanation, but how we explain that we ca see the new duplicated table in the append operation genie and not just this table.

          Later I will try to export the data and and reimport back into a new table. Then I will reload all the indexes and the rules.

          hope I ca fix it.

          Perhaps there is a better way to fix this problem.

          Comment


            #6
            Re: Tables disappearing in operation tab

            Update. I did try a few more things.
            When opening prior copies, I found the for the past 4 days, the table in question was not available in the operation genie for append.
            I did find a copy 4 days old. It did show the table in question.
            I did delete the present table and copy the good table from the location founded. Pack Db, restart and did not work.
            I have tried few other options, Not working yet.
            I did find that there are 4 more tables not available in the append genie.

            There is one work around.

            Instead of using the genie. (Which I think is the culprit.)

            In Operation tab, Select append and go to create.
            in the transaction table option, select MORE FILES instead of the folder icon.(the folder icon do not display the missing tables)
            When selecting MORE FILES, then navigate to your present folder and select the DBF file you want(they all are there). It works.

            Hope Alpha is monitoring these threads.
            Hope there is fix.
            Hope the autoemails upon posting are restored.
            Hope, Hope....

            Comment


              #7
              Re: Tables disappearing in operation tab

              missing tables in the genies
              When there are a lot of tables (actually a pretty low number) or sometimes after creating a new table, the genies will many (most) times not list all of them....and you have to click on the "more tables" choice and navigate to your database and choose what is missing. Make certain that this is just not the cause of your issue(s)....it has been present for as long as I have used Alpha---reported a few times but gave up when no response was given (got to pick your fires you need to try and put out and this is not a huge one!).

              There is also a limit in the actual number of tables listed in the dropdown associated with a function that uses "tablename" as an argument where, when right-clicking or use Cntl+Dn arrow, the list stops at about 100 tables (also reported for years)....this is also annoying to me as I deal with QuickBooks a lot which has generally 140+ tables (and in this case there is no "more tables" to choose--just have to know the table name).
              Mike
              __________________________________________
              It is only when we forget all our learning that we begin to know.
              It's not what you look at that matters, it's what you see.
              Henry David Thoreau
              __________________________________________



              Comment


                #8
                Re: Tables disappearing in operation tab

                Mike, this message board is not the best way to report a bug. Use the Help menu "submit a bug report" option in Alpha Five, and include a sample database with instructions for use so they can easily find and observe the problem. Thanks.

                Comment


                  #9
                  Re: Tables disappearing in operation tab

                  Mike, last couple of suggestions.
                  1) have you removed V9?
                  2) when you copy or delete a table, as Martin said, you will get the baggage as well. Make sure you remove/delete the correct one. When you open the Append Genie, you won't see all the tables as Alpha cannot determine which one you want as they may have duplicate names. You may see the folder, file name and extension instead.
                  Post what the genie looks like with missing data will ya? Download Jing and annotate the screen shot if you would be so kind.
                  See our Hybrid Option here;
                  https://hybridapps.example-software.com/


                  Apologies to anyone I haven't managed to upset yet.
                  You are held in a queue and I will get to you soon.

                  Comment


                    #10
                    Re: Tables disappearing in operation tab

                    Thanks Tom.

                    Ted: I have not removed V9. I have applications running V9.

                    There is no other tables or files with the same name in that folder, unless Alpha holds that name somewhere.

                    By the way, I started to delete that table after the problem began.

                    This particular table had no changes or field additions in the past 8 days and a db copy of 4 days ago, shows the table in the genie.
                    I had no abnormal termination or crash of anykind.

                    Question: Is "Packing the Db" the only option to repair the DB?

                    Comment


                      #11
                      Re: Tables disappearing in operation tab

                      Here is a picture of the files.

                      Comment


                        #12
                        Re: Tables disappearing in operation tab

                        Mike,
                        If your entire issue is just with the genie not showing all the tables in the drop-down list then submit as an issue or feature want to Alpha....It is not a bug as I see it. As I mentioned, this issue has been in Alpha a long time.
                        Last edited by MikeC; 03-09-2011, 03:18 PM.
                        Mike
                        __________________________________________
                        It is only when we forget all our learning that we begin to know.
                        It's not what you look at that matters, it's what you see.
                        Henry David Thoreau
                        __________________________________________



                        Comment


                          #13
                          Re: Tables disappearing in operation tab

                          Thanks Mike. If this issue is being there, them will wait.
                          I did find the workaround, so I can continue.
                          Thanks to all for the responses.

                          Comment

                          Working...
                          X