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

Conversion: starting one App from Another

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

    Conversion: starting one App from Another

    I realize that I am re-visiting this issue, but I really do need to know if it is possible to have one main App which gathers security info call (or start) another App. We are committed to converting ver1 to ver 4 (or 5), but our current application is so massive with LOTS of xbasic code that creating one GIANT app is impractical from a maintainence standpoint. There are currently between 10 and 20 "applications" called from buttons on the cards, literally 1000 databases (tables), or more... I think that I have figured out the logistics of who is who (we have over 250 users), but I really need to know how to get from the main app to sub-apps. Any thoughts would help.

    #2
    RE: Conversion: starting one App from Another

    Tom,
    Is there one main app that needs to share or input data to the others or are they all stand alone apps that just need to be opened to lookup or enter new data?
    Jeff

    Comment


      #3
      RE: Conversion: starting one App from Another

      Tom:

      I'm almost certain that V5 will have the ability to launch applications from within an application. (You can probably verify this from what has already been announced re: V5.)

      That being the case, you could start thinking/planning now of how you will reorganize your apps and start creating the necessary apd files in the folders where you now have collections of tables for a common purpose. With that many tables, this is a process that is bound to take some time to do.

      You're in NJ aren't you? Maybe we could convince you to come to a NY User Group meeting or two where we could all get into the act ...

      Finian
      Finian

      Comment


        #4
        RE: Conversion: starting one App from Another

        Jeff,
        Without goin into the workings of our entire agency, I will give you a quick view. We are a county government agency. We developed many applications, from client information to personnel, to fiscal, etc. Many of our applications need to use information from client information, but don't need all of the tables, sets, etc in the client info system. We also have a very intense personnel system that even interfaces with our timeclocks. We need to track who is doing what, but data from one app to another is not necessarily passed, we can get it in other ways. Our application are "loosly" coupled by their data.

        Version 1 gave us a very nice way to call an app using the "submit_let" command. We were able to track who was where by passing their access code from app to app.

        We have "batch" routines that run overnight in an "autoexec" application. One of the buttons in that app has over 1500 lines of xbasic code.

        hopefully, now, you have a small picture of what I am up against.

        Comment


          #5
          RE: Conversion: starting one App from Another

          Nice to hear from you, again. If someone (Selwyn, Richard) would care to confirm that app calls would be available, I would get the apps set up and then wait for 5.

          Let me know when the meetings are, and I will try to get there.

          Comment


            #6
            RE: Conversion: starting one App from Another

            You can do it in v4 but I don't recommend it. It's easier to just create a folder of icon shortcuts to open various applications. This allows you to open multiple apps if necessary. (But, watch out for low resources!)

            Personally, I would really look into putting it all in one app. This is probably much more reasonable in v4 than it was in v1.

            Also, if you are able to take up Finian's offer to attend a couple user group meetings, I think it will prove very beneficial.

            Comment


              #7
              RE: Conversion: starting one App from Another

              REGARDING PUTTING IT ALL IN ONE APP, PLEASE SEE ABOVE.

              I am not unwilling to change, but with so many tables and sets, I feel that it would be a nightmare to maintain.

              Calling each ap from an Icon would not give us the single application interface that we have spoiled our users with. We would also not be able to easily track users by unique identifiers as in version 1.

              In version 1, we have a "secure" database. It has a user-id, password, access level, active flag, and some dates. This file is the first to be accessed. Users sign in, set the "active falg", then go to where they need to be. We pass teir access level from every "card" to other cards, applications, or forms. We cannot lose that level of security.

              If Finian is right, then my problems are solved.

              Comment


                #8
                RE: Conversion: starting one App from Another

                Thomas, your project is much, much larger than any I've attempted. Still, I can't help wondering if this isn't a semantics problem. It sounds as though your user's open the same 'log in' form to identify themselves, and your scripts probably assign different privileges based on their identity. Then they select from a variety of applications, which they can run if they have the necessary privileges. Presumably your initial application continues to run in the background, or possibly the user identity and privilege settings are passed to new applications as they are loaded.

                I think all of this can all be done in version 4, with a single 'database', using a dummy table as the anchor for the log in form and the opening main menu. Menu choices presented on the opening form could lead to different sets of tables and forms organized by application.

                How is this different from what you are doing in version 1?

                How are your tables arranged? Are they all in one giant folder? Do you use separate folders that are unrelated to each other? do you use subfolders arranged beneath a single common folder?

                -- tom

                Comment


                  #9
                  RE: Conversion: starting one App from Another

                  FYI:
                  The new ver. 5 command is called A5.load().

                  I don't see it in the xbasic explorer, but I typed it into the interactive script window and it seems to work like a charm.
                  Peter
                  AlphaBase Solutions, LLC

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


                  Comment


                    #10
                    RE: Conversion: starting one App from Another

                    In version 1, we didn't need to keep the databases within one application. the screens, reports, etc could be edited individually.

                    The problem is one of maintenance. If I need to include ALL of my tables and sets into one app, then there would be literally thousands of tables, sets, etc. From those, finding the appropriate form or report to change wuold be veery difficult.

                    Currently, in version 1, we just need to open the dbf or set in the correct folder then do what is needed. It really is more an issue of maintenance management.

                    Comment


                      #11
                      RE: Conversion: starting one App from Another

                      Is that available in 4.5???

                      Comment


                        #12
                        RE: Conversion: starting one App from Another

                        Sorry..
                        Peter
                        AlphaBase Solutions, LLC

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


                        Comment

                        Working...
                        X