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

Details on Labels

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

    Details on Labels

    I am trying to put details - Like a report - and can't find any way to do it. Am using a set, linked one to many, but will only print the first match of the many - how can I get the info for the second match etc on a Label.

    Thanks

    #2
    Re: Details on Labels

    I've never tried to run labels based on a one to many set. Have you tried inverting the set, and using a one to one link? i.e. define a new set, make the former child table primary, link one to one to the former parent, now child.

    Perhaps others will have better ideas for you, but you may find it necessary to copy the desired records to a temporary table and base your labels on that. Hopefully there's an easier solution,

    Comment


      #3
      Re: Details on Labels

      I don't use lables much as I hardly use snail mail but from what I know, there is no details section on a label. That said, it does not mean you can't do it.
      You certainly can and very easily so by placing a variable on the label which will collect any details you wish from the child table.
      If you want a more specific step-by-step, zip a sample db.
      Last edited by G Gabriel; 10-26-2008, 02:02 PM.

      Comment


        #4
        Re: Details on Labels

        And while we are in the work-around arena, is there any reason or any constitutional amendments or barriers that prohibits you from using a report as a label? You said it in your question, you want to do in your label what you could do in a report. Why not a report? a minimalized one that looks like and behaves like label?

        You know you could break a report into columns (mimicking several labels in a row).
        Last edited by G Gabriel; 10-26-2008, 02:12 PM.

        Comment


          #5
          Re: Details on Labels

          I tried the Report using 3 columns etc, but it still makes a new label every time there is duplicate parent. I will work on getting you a sample DB. these labels are for file folders, not mailing. thanks for the ideas

          Comment


            #6
            Re: Details on Labels

            I use reports some times for labels. I have one where the report prints 3 folder labels at a time (used on a single folder). It uses fields for a set. I use just one report w. cond objects to select which labels from the sheet you wish to print.
            Peter
            AlphaBase Solutions, LLC

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


            Comment


              #7
              Re: Details on Labels

              Leah --

              I have (a set of) labels based on a one to many set that works fine. The data fields on the label come from the "many" table. The records in the "many" table are filtered. The labels are ordered according to a field in the primary table. The filter applied at runtime is the second radio button -- Base Label on currently selected records. The label size is Avery 5260 - 1" x 2-5/8"; 3 Across.

              In design mode, three columns are displayed, but only the first label on the first column contains the fields to be displayed. When the labels are displayed (or printed), all three columns are populated properly.

              Not sure what other specs I could share with you, but perhaps that will get you going.

              -- Dick James

              Comment


                #8
                Re: Details on Labels

                Dick - How do you get the 2nd and 3rd records for the "many" to print on the same label. I can do the set, but every time there is more than one 'child' record it gives me a new label. i.e I am trying to do labels for our Leases on Land, but sometimes the lease is for more than one property - all linked with the lease # - Everytime there is two properties it gives me two labels. I want one label with all the properties (if room permits) to print on the same label. Hope this explanation makes more sense. I have tried the report thing and have the same problem keeping the info on one label.

                Comment


                  #9
                  Re: Details on Labels

                  Here is one way that you can accomplish this. Base the label on the parent table only (no set). Then use a calculated field to get the child records. Use table.external_record_content_get() in the calculation to gather the child records.

                  TestLabel2 and 3 contain extra long calculations to notify that there are more records than will fit on the label.

                  Another way to account for excess child records would be by running the label from with in a script that first checked for such and then warned the user.
                  Tim Kiebert
                  Eagle Creek Citrus
                  A complex system that does not work is invariably found to have evolved from a simpler system that worked just fine.

                  Comment


                    #10
                    Re: Details on Labels

                    Leah --

                    I think Tim is on the right track, but I was going to suggest you work on your set underlying the labels so that it only displays one record for each label you want to print. You might be able to do this by either checking the "Unique" box, or by setting the child table relationship to be one to one where it only selects the first record. I usually do this with the default browse when I'm designing the set. Once I get the set to give me the correct records, then getting them on the report (or label) is usually pretty straightforward.

                    If you want to have all the child table names on the label, but only one address, then you would not use the above approach. Instead, you might be able to use a subform on the label which displays the all names (which are one to many), but on the main part of the label, you would display the address which would be one to one. One way to do this would be to have two child tables, each pointing to the same table. One would be 1 to 1, and the other 1 to many. I suspect the A5 experts on this forum would cringe at the approach, but I did use this approach successfully on a report.

                    -- Dick James

                    Comment

                    Working...
                    X