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

"Alpha Five" What Programing Language

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

    "Alpha Five" What Programing Language

    I've alwaysed wondered how would I answer the question, what programing language do I develop my softwares with.

    I was finally asked by a potential client and I frozed, work around it, and still dont know.

    I wont even tell you what all I said dont want anyone to laugh to death, but my hunch was right, the client wasnt technical enough to rebut, by the way I didnt want to say I use Alpha Five.

    So what language is it and what database is it?

    #2
    Re: "Alpha Five" What Programing Language

    Originally posted by nigeldude View Post
    by the way I didnt want to say I use Alpha Five.
    and why is that. Would you want to say so if you used Paradox or Access?

    You'll get other answers but Alpha is a relational database which uses Foxpro 2.6 compatible data structures.

    Are you asking what programming language Alpha itself is written in? What language is Access written in and why would it matter?
    There can be only one.

    Comment


      #3
      Re: "Alpha Five" What Programing Language

      Hey thanks for your response, but you're not really getting me.
      Not wanting to mention the software I use is a competitive thing in my country, I'ld say it only if it was C++, due to the complex learning curve.

      However when a client ask me what programing language I use to create their software, I dont know how to respond.

      Likewise the databse for a desk top software, if it was an "online app" and they ask what type of database i use, I'ld say Mysql, but for a desktop app, I dont know what database it is.

      Comment


        #4
        Re: "Alpha Five" What Programing Language

        The programming language within Alpha Five is Xbasic. Alpha Five itself is written in C++ and Xbasic.
        Aaron Brown
        Alpha Software Development Team

        Comment


          #5
          Re: "Alpha Five" What Programing Language

          If I am not mistaken, alpha is written in C++ and all users' interface are written with xdlg's.

          Comment


            #6
            Re: "Alpha Five" What Programing Language

            Never mind, Aaron already responded.

            Comment


              #7
              Re: "Alpha Five" What Programing Language

              Actually, I still havent gotten the answer Im looking for, now i know what alpha is written in but when I use alpha to creat another software, what is that software witten in? Xbasic, C++?

              Im not trying to be difficlut here but I need a specific answer, not what programing language alpha is written in but the softwares that alpha creates, what are they?

              Comment


                #8
                Re: "Alpha Five" What Programing Language

                Just taking a stab at it here... and I could be telling my client's the wrong thing, but IF they ask, I say it's written in Xbasic, using (as Stan said) Foxpro 2.6 compatible data structures (or sometimes I will say "standard dbase data files"... they sometimes relate to that better) .... However, hiding the fact that you're using Alpha 5 to do the work is difficult, considering that the runtime generates standard messages, etc. often with the words "Alpha 5" in the titlebars of the messages...

                Comment


                  #9
                  Re: "Alpha Five" What Programing Language

                  when I use alpha to creat another software, what is that software witten in
                  In xbasic, which is a proprietor alphasoftware language. No other software is written in xbasic (There is a different xbasic language and right now I don't remember the difference).

                  Comment


                    #10
                    Re: "Alpha Five" What Programing Language

                    The other xbasic is:
                    "...... a variant of the BASIC programming language that was developed in the late 1980s for the Motorola 88000 CPU and Unix by Max Reason. In the early 1990s it was ported to Windows and Linux, and since 1999 it has been available as open source software with its runtime library under the LGPL license. Max Reason discontinued his support, and development since has been overseen by Eddie Penninkhof. Together with a few other enthusiastic programmers, XBasic is slowly being further developed and improved. XBasic has signed and unsigned 8, 16 and 32-bit and signed 64-bit integers as well as 32 and 64-bit floating point values. The string datatype is only for 8 bit characters.

                    It is possible to generate an assembly language file. XBasic has a Windows only version called XBLite. Development is at SourceForge."

                    Comment


                      #11
                      Re: "Alpha Five" What Programing Language

                      However, hiding the fact that you're using Alpha 5 to do the work is difficult, considering that the runtime generates standard messages, etc. often with the words "Alpha 5" in the titlebars of the messages...
                      You could have your own captions

                      Comment


                        #12
                        Re: "Alpha Five" What Programing Language

                        I can see yout dilema. No client wants to hear xdialg with C++ or Alpha 5 for that matter. They want to hear something that is recognizably compatible with SQL Server, Oracal, Sybase, etc. You could say its a dbase-based development enviornment which could be good or bad. Certainly he's heard of Dbase. The bad side is that it's been dying a slow death for 10 years or so as Visual Fox Pro disappears.

                        Comment


                          #13
                          Re: "Alpha Five" What Programing Language

                          Gabe:

                          Can you let me know if there is any "easy" way (for those of us who are still just "action-scripters") to change the captions?

                          Thanks

                          Comment


                            #14
                            Re: "Alpha Five" What Programing Language

                            Nigel Dude:

                            Here is how I might answer the question -

                            "Alpha Five is a dbase III application."
                            "Alpha Five creates dbase III applications."
                            "Alpha Five is the development tool."
                            "Alpha Five employs xbasic and xdialog to create applications."
                            "Alpha Five is a relational database".

                            There are many similar kind of answers that one might give, I'm sure.
                            Last edited by Peter.Greulich; 04-06-2007, 02:56 PM.
                            Peter
                            AlphaBase Solutions, LLC

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


                            Comment


                              #15
                              Re: "Alpha Five" What Programing Language

                              Hey thanks a lot guys, now I can make a truthfull response to that question. Plus I know how to polish it if they look lost when I give the answer.

                              Thanks a million to everyone, especially Peter.

                              And good question by the way smrogers, hearing that alpha will retain their name on a commercially developed software wasnt good news to me.

                              Comment

                              Working...
                              X