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

What is equivelant of "Continuous form" in alpha5?

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

    What is equivelant of "Continuous form" in alpha5?

    This is probably a dump question but I am completely new to alpha5. I am from MS Access and I intend (as part of learning alpha5) to convert my Access desktop applications to alpha5.

    This Access application contain a form which is not bound to any table or view. then I have a sub form which is configured as a "continuous" form. this sub form is bound to a table which acts as a temporary recordset. On the main form (which is not bound to any table or view) has some controls, namely an option radio buttons, a combo box and a text box. Once necessary data is filled on the main form, another data is filled on the sub form (a continuous form) by way of selecting combo box) and filling other information. Then on the main form there is a command button which invokes a VBA code to append another table with data on the main form and summaries on the sub form and then deletes the temporary record on both main form and a sub form. The VBA code also verify that the information on the main form is valid based on the option button and combo box.

    I have created using alpha5 what would be similar to the main form. I am now stuck on how to put a sub form (of continuous type - similar to what is referred as browse in alpha5) on the main form. Trying to use browse instead of "continuous form" did not work because browse will automatically bind to the main form.

    Any suggestion?

    #2
    Re: What is equivelant of "Continuous form" in alpha5?

    Welcome Hassan.
    It will help if you upload an example showing where you have gotten to and with some non-sensitive data.
    Forms (in Alpha these are screens) need to be bound to either a Table or a Set.
    Checking the input is easy at the firle level, however coming from Access, you will have some "unlearning" to do.
    Many functions are built in so the processes are that much easier.
    Have a look at the Wiki (Help and choose Wiki as the Help Source) Videos.
    See our Hybrid Option here;
    https://hybridapps.example-software.com/


    Apologies to anyone I haven't managed to upset yet.
    You are held in a queue and I will get to you soon.

    Comment


      #3
      Re: What is equivelant of "Continuous form" in alpha5?

      Thanks for the tip, Ted.
      Do I upload Access file, the one I am trying to duplicate using A5 or the A5 which I am now trying to build?

      Hassan

      Comment


        #4
        Re: What is equivelant of "Continuous form" in alpha5?

        The database you are trying to build Hassan.
        Go advanced, and then you can upload the database.
        To create a zipped database, go to the CP (Control Panel) Tool/Zip database. That's what you upload.
        See our Hybrid Option here;
        https://hybridapps.example-software.com/


        Apologies to anyone I haven't managed to upset yet.
        You are held in a queue and I will get to you soon.

        Comment


          #5
          Re: What is equivelant of "Continuous form" in alpha5?

          Hi Hassan,

          Uploading a sample is very helpful for us to get a good understanding of exactly what it is you are trying to accomplish. Something that is also very useful to study, is AlphaSports sample that comes with Alpha. This can be found in the Samples folder.

          Trying to use browse instead of "continuous form" did not work because browse will automatically bind to the main form.
          The data in a browse will display data from either the Parent table or the Child table, you decide.
          Regards
          Keith Hubert
          Alpha Guild Member
          London.
          KHDB Management Systems
          Skype = keith.hubert


          For your day-to-day Needs, you Need an Alpha Database!

          Comment


            #6
            Re: What is equivelant of "Continuous form" in alpha5?

            Because the basic methodology of the two differs, probably rethink and not recreate HOW you did it on Access but WHAT you want to achieve.
            Example
            You make a table to contain the Parentform info on a line.
            Link it, using a set, to a table designed to take the summary information you will append to it
            Make the form page with the controls you want - based on the SET.
            Add the Parent fields to that form.
            Insert an embedded browse based on the child table in that form.

            Once the user enters particulars, press the update button.

            That will then populate the Parent records, clear the child table and append the necessary summary records to the child table, update the form and the browse will be populated.
            (Or easier, ad a new parent record and start with a clear child browse)

            How you do this could be with a few action script operations on the button.
            Last edited by Ray in Capetown; 11-07-2012, 10:34 AM.

            Comment


              #7
              Re: What is equivelant of "Continuous form" in alpha5?

              Keith, Ted thanks for the tip. I found what I was missing. I guess "unlearning" Access is the way to go for now though I just can do it literally since i am still earning my daily bread teaching Access.

              Comment


                #8
                Re: What is equivelant of "Continuous form" in alpha5?

                Thanks Ray, that is what I have just discovered. I am not yet comfortable with action scripts .. need to read more on that I guess.

                Comment


                  #9
                  Re: What is equivelant of "Continuous form" in alpha5?

                  Action scripts write the xbasic code for you - from there you can learn and make specific changes and save as your own xbasic.
                  On the code tab - select "new" and then script using action scripting and you will see all the options.

                  Comment


                    #10
                    Re: What is equivelant of "Continuous form" in alpha5?

                    Hi Ted,

                    I have just downloaded your app - project Tracker. Will you mind if I ask you in the coming days how you implemented some of the nice features out there?

                    Comment


                      #11
                      Re: What is equivelant of "Continuous form" in alpha5?

                      No worries. Just ask.
                      Btw. Don't give up on Access until Alpha runs on Win8!
                      Some good guys on the Forum are investigating.
                      See our Hybrid Option here;
                      https://hybridapps.example-software.com/


                      Apologies to anyone I haven't managed to upset yet.
                      You are held in a queue and I will get to you soon.

                      Comment


                        #12
                        Re: What is equivelant of "Continuous form" in alpha5?

                        I did not know Alpha five did not run well on windows 8. i'm using both atm, since im new im not sure if there is anything that isn't functioning properly on it. one thing i have noticed tho is that the list of functions on equation builder isn't working through categories, the search function is working however.

                        Comment


                          #13
                          Re: What is equivelant of "Continuous form" in alpha5?

                          If you just came on board then you must be using V11 - they say the problem is earlier Alpha versions with WIN8

                          Comment

                          Working...
                          X