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

From Desktop to Web Application

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

    From Desktop to Web Application

    Hi,

    I work in an office of 8 people and I am responsible for our Desktop version of Alpha5, I am not an IT person but have managed to design a system were bookings for training courses are entered and invoices raised, it also handles the sales ledger for all the bookings. The bookings are then transferred to a CRM database which keeps a history of bookings, and we are able to analyse sales which enables us to target new customers. We also use Alpha Desktop Version 9 to pull together data for mailshots and emailing. We have runtime licence which means I can put Alpha5 on all the computers but we have strict guidelines about data entry being peformed on one computer only. The desktop version is becoming harder to maintain, the ideal would be a web based version were staff could access data. So the burning question is - how difficult would it be to transfer the existing desktop database to a web application? Any advice would be gratefully received.

    Judith

    #2
    Re: From Desktop to Web Application

    That's difficult to answer - sort of. You will need to understand basic web concepts - disconnected model, publishing, security, etc. You will need to rebuild your application in it's entirety (excepting the data, of course). Ideally (although not a necessity) you would convert your data to MySQL or similar sql structure. It's a big job for sure - and a lot to learn.
    Peter
    AlphaBase Solutions, LLC

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


    Comment


      #3
      Re: From Desktop to Web Application

      We have runtime licence which means I can put Alpha5 on all the computers but we have strict guidelines about data entry being peformed on one computer only.
      why?
      even tho' i do not work on the desktop side, one of the advantage with runtime is that multiple computers can access the server at the same time. i understand you are not an IT expert but consider the following.
      you may be able to use your data if that is not very crucial, ( looks like you are using CRM to supplement other areas and alpha plays a part of the whole picture not the total) even tho' SQL is better.
      you will need to learn lots of new methods, learn to write your own code, possibly in javascript, another language to learn ( you probably not using xbasic that much.)
      possibly upgrade your software, i do not know they even sell version 9 web application server any more.

      please do not think i am discouraging you to move to web side, i am only maximizing your capacity as not an expert in IT and version 9 with runtime license.
      there are lot people here in this board who use desktops very successfully, they can definitely give you a hand to set up multiuser capacity in your system.
      i know few in UK listed in this board. you can look them up.

      if your question is just for multiuser access then i would say web is a very big jump, on the other hand your are overhauling your company to the new world then it is worth considering especially if your pockets are deeper than mine.
      Last edited by GGandhi; 05-22-2014, 08:08 AM.
      thanks for reading

      gandhi

      version 11 3381 - 4096
      mysql backend
      http://www.alphawebprogramming.blogspot.com
      [email protected]
      Skype:[email protected]
      1 914 924 5171

      Comment


        #4
        Re: From Desktop to Web Application

        That is really useful Gandhi - thank you very much - I will look into that.

        Comment


          #5
          Re: From Desktop to Web Application

          If your plans are to keep the application local, and you want to shift from Desktop programming to web-programming, another option is called "WCD". That means "Web Components on Desktop" and means all of the components are from the web-side of Alpha and all of the programming is as if you were building a web app, but the entire app runs on Alpha RUNTIME in your office, on your LAN, just like your current Runtime application does. You can leave the app in DBF format, or move up to SQL, either one.

          I am one of the few who have build such a WCD program. I did so because I have lost my skill as a Desktop programmer, but wanted to have a totally local application and run on Runtime. You won't find much info here but you can check on this forum: http://forum.alphadevnet.com/index.php?board=124.0 and I have a video somewhere of my WCD development process.
          Steve Wood
          See my profile on IADN

          Comment


            #6
            Re: From Desktop to Web Application

            The desktop version is becoming harder to maintain
            Are you thinking a web app has no maintenance? It does and can be very difficult to settle. The differences between dt and web are rather vast as others here alluded to.
            There should be no reason to just use one computer to view/modify/insert data. V9 was one of the better versions of alpha on the desktop side. There is no reason to tuse web on the desktop either. I have applications that do all you are doing and much more with 30-40 constant users. Then managers critiquing the data and drawing off new possible contacts.

            If you want to do it as a new experience, go for it.
            Dave Mason
            [email protected]
            Skype is dave.mason46

            Comment


              #7
              Re: From Desktop to Web Application

              Thank you to everyone who gave advice and support, I'm delighted to say that we are now up and running - with our booking system being on the company server and accessible by all staff using runtime, so thanks again to all those who replied.

              A quick question - I have made a slight modification to a form can I just copy the DDD, DDM and DDX files to the Shared Drive and the Shadow Application Files or do I need to zip the database, unzip onto my computer to make the changes.

              Comment


                #8
                Re: From Desktop to Web Application

                If you are running the shadow, each user has their own copy of the forms, You could copy the dd* to each users machine. But the better way is to set a version number in the db. From the controlpanel - Tools/Network Optimize/Options...

                You can start w. ver # 1.00 for example and then every time you make a change increment 1.01 or 1.001. Whatever works for you. Then when users open your app in Alpha RT they will be prompted to update if they are not up to snuff.
                Peter
                AlphaBase Solutions, LLC

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


                Comment


                  #9
                  Re: From Desktop to Web Application

                  Originally posted by Judith View Post
                  Hi,

                  I work in an office of 8 people and I am responsible for our Desktop version of Alpha5, I am not an IT person but have managed to design a system were bookings for training courses are entered and invoices raised, it also handles the sales ledger for all the bookings. The bookings are then transferred to a CRM database which keeps a history of bookings, and we are able to analyse sales which enables us to target new customers. We also use Alpha Desktop Version 9 to pull together data for mailshots and emailing. We have runtime licence which means I can put Alpha5 on all the computers but we have strict guidelines about data entry being peformed on one computer only. The desktop version is becoming harder to maintain, the ideal would be a web based version were staff could access data. So the burning question is - how difficult would it be to transfer the existing desktop database to a web application? Any advice would be gratefully received.

                  Judith
                  When you are back online PLEASE HELP!!!
                  I am having the same problem right now. Please how did you solve it. can i have a template, model or procedure. URGENT!!!
                  My name is (wale)Lascvent.

                  Comment


                    #10
                    Re: From Desktop to Web Application

                    Originally posted by lascvent View Post
                    When you are back online PLEASE HELP!!!
                    I am having the same problem right now. Please how did you solve it. can i have a template, model or procedure. URGENT!!!
                    My name is (wale)Lascvent.
                    Wale

                    Your issues may be similar, but also different.

                    Please describe what you need and what your computer infa-structure is.
                    Single computer/network/local/remote locations etc.
                    Al Buchholz
                    Bookwood Systems, LTD
                    Weekly QReportBuilder Webinars Thursday 1 pm CST

                    Occam's Razor - KISS
                    Normalize till it hurts - De-normalize till it works.
                    Advice offered and questions asked in the spirit of learning how to fish is better than someone giving you a fish.
                    When we triage a problem it is much easier to read sample systems than to read a mind.
                    "Make it as simple as possible, but not simpler."
                    Albert Einstein

                    http://www.iadn.com/images/media/iadn_member.png

                    Comment


                      #11
                      Re: From Desktop to Web Application

                      I use my A5v12 (Alphaanywhere) to run my thrift collections. Now i have three additional systems at different locations (local network) hence i want the files to run on BROWSER for them. I have runtime package for the two systems

                      Comment


                        #12
                        Re: From Desktop to Web Application

                        Originally posted by lascvent View Post
                        I use my A5v12 (Alphaanywhere) to run my thrift collections. Now i have three additional systems at different locations (local network) hence i want the files to run on BROWSER for them. I have runtime package for the two systems
                        That is one option. It does require rewriting the system for the web browser.

                        The other option is to use RDP (or remote desktop) to run the current system without a rewrite at the remote locations.
                        Al Buchholz
                        Bookwood Systems, LTD
                        Weekly QReportBuilder Webinars Thursday 1 pm CST

                        Occam's Razor - KISS
                        Normalize till it hurts - De-normalize till it works.
                        Advice offered and questions asked in the spirit of learning how to fish is better than someone giving you a fish.
                        When we triage a problem it is much easier to read sample systems than to read a mind.
                        "Make it as simple as possible, but not simpler."
                        Albert Einstein

                        http://www.iadn.com/images/media/iadn_member.png

                        Comment


                          #13
                          Re: From Desktop to Web Application

                          Originally posted by Al Buchholz View Post
                          That is one option. It does require rewriting the system for the web browser.

                          The other option is to use RDP (or remote desktop) to run the current system without a rewrite at the remote locations.
                          Thanks sir.But two of the systems are not on LAN. They are about 4km from the others. so what do I do?

                          Comment


                            #14
                            Re: From Desktop to Web Application

                            Originally posted by lascvent View Post
                            Thanks sir.But two of the systems are not on LAN. They are about 4km from the others. so what do I do?
                            To run a web based system each system must be connected to the internet.

                            You can run RDP over the internet. You can secure the transmissions with a VPN.
                            Al Buchholz
                            Bookwood Systems, LTD
                            Weekly QReportBuilder Webinars Thursday 1 pm CST

                            Occam's Razor - KISS
                            Normalize till it hurts - De-normalize till it works.
                            Advice offered and questions asked in the spirit of learning how to fish is better than someone giving you a fish.
                            When we triage a problem it is much easier to read sample systems than to read a mind.
                            "Make it as simple as possible, but not simpler."
                            Albert Einstein

                            http://www.iadn.com/images/media/iadn_member.png

                            Comment


                              #15
                              Re: From Desktop to Web Application

                              Originally posted by Al Buchholz View Post
                              To run a web based system each system must be connected to the internet.

                              You can run RDP over the internet. You can secure the transmissions with a VPN.
                              Thanks for your reply. What is RDP and where can I get it.

                              Comment

                              Working...
                              X