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

Licensing & Language/Translation questions

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

    Licensing & Language/Translation questions

    Hi!

    I am really interested in Alpha 5 - it looks like it is an absolutely great development environment with a helpful community. I have some questions, forgive if they sound stupid, I am a total newbie:

    1) I would like to develop a simple desktop application to run on a LAN with three users. These users would connect to a database (MySQL) server. As far as I understand, I would need 3 runtime licenses and the platinum development environment. Is that correct? I mean, these three clients would be able to connect to this database server (with no Alpha 5 software running on it) and there would be no need for purchasing an Alpha 5 application server, right?

    2) By the way, what are the real differences between a Run Engine and Runtime licenses besides "Active-Link Tables"? I have read the information available on (broken link removed)​
    but I'm still confused. When are "Active-Link Tables" relevant? Why do Run Engine licenses which have this extra feature cost less than Runtime licenses which don't have it? Which should I choose for this case (it is a custom developped application and there will be probably no more than 3 concurrent users ever)? What if I wanted to make it a hybrid (desktop/web) application in the future (I would obviously need to purchase an application server license then, but how about runtime licensing)?

    3) Now, my main problem is that I live in Spain and would like to be able to use a GUI in Spanish. Is there a translation of all or at least some GUI elements/controls to Spanish? Will there ever be one? If a translation does no t exist, is there a possibility of translating them with XBasic? Would that be very time-consuming? Also, does Alpha 5 have international character support? UTF-8?

    Best regards,
    Alex
    Last edited by Lenny Forziati; 05-23-2023, 10:05 AM. Reason: broken link removed

    #2
    Re: Licensing & Language/Translation questions

    Alex,

    I can't answer the question about languages. I know there are some people(a lot) from other countries using Alpha, so there must be some ability there.

    The runtimes you need if using sql would be the per seat. That allows you to use active link tables. I believe this is spelled out in the ducumentation on the web site.

    A big question is if you need sql. The .dbf files that are native with Alpha may be more than sufficient to what you have described so far. You also have the benefit of less money invested in runtime licensing.

    You can put your data files and support files on a server, connect your runtimes by shadow and never have to install alpha on the server. You can then access your server files from any computer to do work on the server app from a computer connected to the lan.

    You can later(if you want), add a web server to your system and make your web apps to use the same tables you already have. The ability to make your apps are included with the developement program, so you can have it ready to go on the web before you purchase the web server. you can test it also.

    .
    Dave Mason
    [email protected]
    Skype is dave.mason46

    Comment


      #3
      Re: Licensing & Language/Translation questions

      Thanks a lot for such a fast answer!

      1) So, it is possible to have these three client computers connecting to a forth computer with a DB on a LAN and therefore sharing information. What do you mean by "connect by shadow", though?

      2) Why do I need MySQL? Well, that's the DB I have been developing on so far (I am mostly a PHP guy) and since there are lots of tools available for it. However I should probably research it a little more, since DBF would also cover my needs and is also an industry standard. Also, would the aforementioned setup be possible with DBF?

      Best regards,
      Alex

      PS: Does anyone know something about internationalization/translation issues? mmaisterrena? Anyone? :-)

      Comment


        #4
        Re: Licensing & Language/Translation questions

        What do you mean by "connect by shadow", though?
        Your runtimes connect to the data by way of shadow tables. You put your data and support files on the server and the runtime is pointed at that data on the sever. the shadow then copies a few files and a semblance of the tables into it's folder. The shadow then "thinks" it is running live data. Works very well! Quick too.


        I am pretty sure Alpha does have support for spanish.

        please read this unless you already did.

        (removed broken link)


        .
        Last edited by Lenny Forziati; 06-02-2023, 02:44 PM. Reason: removed broken link
        Dave Mason
        [email protected]
        Skype is dave.mason46

        Comment


          #5
          Re: Licensing & Language/Translation questions

          Originally posted by Azaze1 View Post
          1) I would like to develop a simple desktop application to run on a LAN with three users. These users would connect to a database (MySQL) server. As far as I understand, I would need 3 runtime licenses and the platinum development environment. Is that correct? I mean, these three clients would be able to connect to this database server (with no Alpha 5 software running on it) and there would be no need for purchasing an Alpha 5 application server, right?
          You can connect to a database server if you have the right database drivers, and the database and network are set up to allow remote access... however, accessing *a* database doesn't provide them with a graphical user interface or any other way of actually getting information out of the database without having advanced SQL skills...

          When are "Active-Link Tables" relevant?
          If you need to update SQL tables remotely, using forms, directly and without major coding... then Active Link Tables are the easiest way.

          Why do Run Engine licenses which have this extra feature cost less than Runtime licenses which don't have it?
          Because Run Engine licenses are per seat and you need a license for every machine you install it on, whereas if you get an X user runtime license (without active link tables), the application can be run by X amount of users consecutively, at different locations, and you as a developer, if you are selling pre-written apps to different people, only need one copy of the RT license for different pre-written apps*.

          * As opposed to custom-written software for a new customer


          Which should I choose for this case (it is a custom developped application and there will be probably no more than 3 concurrent users ever)? What if I wanted to make it a hybrid (desktop/web) application in the future (I would obviously need to purchase an application server license then, but how about runtime licensing)?

          3) Now, my main problem is that I live in Spain and would like to be able to use a GUI in Spanish. Is there a translation of all or at least some GUI elements/controls to Spanish? Will there ever be one? If a translation does no t exist, is there a possibility of translating them with XBasic? Would that be very time-consuming? Also, does Alpha 5 have international character support? UTF-8?

          Best regards,
          Alex[/QUOTE]

          Comment

          Working...
          X