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

Newbie - Alpha and the original code?

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

    Newbie - Alpha and the original code?

    Hi all

    I have only asked one question recently - so I am an absolute beginner having just downloaded Version 6 for evaluation. Can I put to you all a point mentioned to me by a professional programmer many many years ago (about 1988). Maybe it is no longer relevant but here goes...

    The programmer I think used to work day to day with the likes database programs I believe were called DbaseIII or DbaseIV and also a name like FoxPro.

    Being interested in computer products at the time, I had purchased a little database package which basically even in those days, allowed you to put in a field by simple selection include a colour in the field, and continue like this to produce a sort of database table. Then you could create another table like that and a field could INHERIT values from elsewhere and so on. Quite advanced I suppose looking back. Sorry I can't tell you more because of recall!! No coding at all just making menu choices.

    However, the point he made was this. He accepted that it produced a nice little input and retrieval database for the money, and that it worked - but it had a major drawback. "What" David he said "are you going to do, when what you think should happen doesn't occur"? Very little he thought - but have to start again with a new design.

    Having designed from original code he explained, you go back line by line and find out where the problem is occurring and why. Then you would have to amend the code until you or your customer if you have designed for others had a product that worked correctly. Now that is where this programmer felt things break down with a simple selection system such as I have outlined above.

    Does the simplicity with which AlphaSoftware allows beginners such as myself to produce (at my level anyway) a simple input and retrieval database - suffer from the sort of problem situation I have tried to outline. Initially things might seem to be OK, and then suddenly say 5 months down the road - maybe an autoincrementing number does not compute correctly. Where do we go in such a situation?

    I know this is only a hypothetical situation, but when I recalled his conversation I thought I would bring it up here as a matter of interest only - not a problem I am facing.

    Also my own feelings are anyway, and I believe were his too, no matter what computer software program is produced and in whatever manner, it will not be perfect. It can never anticipate every situation users of the product might bring to bear day after day.

    In fact I think one of the tests he said would be carried out was to bring your hands down on all the keys on the keyboard and see if it just gave up - if not you were on the right road!!!

    Many thanks for listening.
    ----David

    #2
    RE: Newbie - Alpha and the original code?

    1) One nice feature about Alpha Five that comes to mind as I read your post is that Alpha keeps the user's code & layouts in files that are separate from the user's data, itself. If the worst should happen the data is accessible with a host of other tools, since the format (DBF) is so pervasive.

    2) Developing and using a good backup system is critical whenever you invest time, money and energy in a computer related project. This is especially true for databases.

    3) Alpha provides a nice level of 'granularity'. When you need to update or fix a problem in one part of an application you can do that without having to carefully run through all the code in the other sections of the app that are running correctly.

    -- t

    Comment


      #3
      RE: Newbie - Alpha and the original code?

      David,

      Alpha5 goes many steps beyond your simple database program you bought in the past.

      While Alpha5 allows you to completely create a workable solution without coding, it also allows you to learn as you go.

      Every script that is generated by a genie can be viewed as xbasic code. While it may not make much sense to start with, the help files will help you understand what is going on when you look at the xbasic code.

      If you decide in a few weeks that something isn't quite working right, you can convert a script into xbasic code and "tweak" it to your satisfaction. Alpha5 has backup routines you can run to protect yourself from screwing up too badly. If you screw up, delete it and recreate it with a genie or restore everything from a backup. Backup, tweak (play) then restore if necessary.

      If you decide to really get serious, Alpha5 has a tremendous amount of information in the help files. They have provided tutorials for almost anything you might want to learn. You will find many demo routines showing you step by step how to accomplish a particular task on the Alpha5 website.

      If that isn't enough, there are the people who use this forum. If you provide the information requested, you may have some of the most experienced people helping you to resolve a problem, not just developers, but Alpha5 staff as well. Just reading the different threads is a learning experience.

      Good luck,
      Jerry Gray

      Comment


        #4
        RE: Newbie - Alpha and the original code?

        This product is very very flexible & very very powerful.
        You can change the way your database works today, tomorrow, next year or further down the road. Not to worry. It is an investment that will work for and you not against you.
        Peter
        AlphaBase Solutions, LLC

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


        Comment


          #5
          RE: Newbie - Alpha and the original code?

          Peter Greulich wrote:
          -------------------------------
          This product is very very flexible & very very powerful.
          You can change the way your database works today, tomorrow, next year or further down the road. Not to worry. It is an investment that will work for and you not against you.

          To you Peter and all the others that have already responded, many thanks for all your comments.

          I have really every confidence in the product and the help that I would receive from this Forum, and inevitably have to ask for.

          Many of you who have years of database programming I am sure on reading my post, at least related to much of what my old programmer friend had said at that time.

          Time has past things have moved on nd now we have Alpha Five V6. So I had better get ddown to learning fast - and get my feet wet. The only way I suppose to gain knowledge and eventually confidence. But not over-confidence!!

          Thanks again.
          ----David
          (Based in United Kingdom)

          Comment


            #6
            RE: Newbie - Alpha and the original code?

            Go ahead and get over-confident. Those of us who already know everything there is to know will then set you straight. ;)

            (After about 15 years of working with Alpha databases I think the biggest thing I've learned is how much more there is to learn.)

            Cal Locklin
            www.aimsdc.net

            Comment

            Working...
            X