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

error numbers instead of error text

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

    error numbers instead of error text

    Anybody know what causes errors to show only the error number instead of the error text?

    It could be something in A5 or something in Windows. I'm really not sure.

    I ran into this a few years ago and found the solution. Unfortunately, I don't remember what the solution was and it has happened again. Instead of getting "Error: Argument is incorrect data type", I get "Error 1507". Most annoying!

    I'm going to add the phrase error code here just in case it helps somebody find this thread in the future. After all, I'm sure someone will post the solution.:D

    #2
    Re: error numbers instead of error text

    Alpha Five uses a file named alpha5.errors in the EXE folder to translate error codes to text messages. You should verify that you have that file:
    Code:
    ?file.exists(a5.Get_Exe_Path() + "\alpha5.errors")
    = .T.

    Lenny Forziati
    Vice President, Internet Products and Technical Services
    Alpha Software Corporation

    Comment


      #3
      Re: error numbers instead of error text

      Yep. It's there in every version. Any other thoughts?

      Edit: OK, this is wierd. I had this problem quite a few times yesterday and now they seem to be working. It was so frequent that I kept my own copy of the error list open so I could look up the number to see what it meant. To make it stranger, I did not shut off the computer last night - so it has not been rebooted since the problems were occurring. I've had it happen a lot lately (as in 'the last few months) but can't say for sure if it has been every time. If it works correctly, I probably wouldn't even think about it.

      I'll try to pay more attention in the future to see when it happens or doesn't happen.
      Last edited by CALocklin; 06-18-2008, 11:20 AM.

      Comment


        #4
        Re: error numbers instead of error text

        You are not alone Cal, it happens to me too (v 8) - and I also have the file. I thought it was normal... I go to the help file to look up the meaning for the code. I thought it was odd that so many of the codes didn't seem to be defined but were there in the help.
        Robin

        Discernment is not needed in things that differ, but in those things that appear to be the same. - Miles Sanford

        Comment


          #5
          Re: error numbers instead of error text

          I thought it was odd that so many of the codes didn't seem to be defined but were there in the help.
          The mentioned file seems to be just a specially named text file editable with wordpad.

          Worth a try to save the original, create a copy, edit the error text to be returned? One could probably add codes and text if desired.
          There can be only one.

          Comment


            #6
            Re: error numbers instead of error text

            Where are they in the Help file? I can't find them.

            Edit: Never mind - found 'em under "Handling Errors"

            Comment


              #7
              Re: error numbers instead of error text

              Found the problem.

              I forgot that I had created a second copy of the Alpha5.exe file with a new name - Alpha5_aims.exe. The shortcut to my own business app uses the 'aims' copy. This allows me to identify the processes in Task Manager when there are issues during development. I got tired of closing the wrong one because they were all "Alpha5.exe". Now I can at least avoid closing my business app when a customer app has a problem. (It's been another crazy day and I currently have 5 apps open. Hence the hassle with closing the wrong one(s) to fix a problem.)

              The solution: Make a copy of Alpha5.errors and name it the same as the .exe file.

              Alpha - I can see the need to check for the name of the .exe file in case a developer changes it to "hide" the fact that they are using A5. However, why not check for the Alpha5.errors file if the '<current>.exe' name isn't found? There's a good chance the developer will do what I did and forget to change the name of the .errors file.

              Comment

              Working...
              X