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

Print Multiple Copies

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

    Print Multiple Copies

    I have a report that usually will need to have 4 copies printed but sometimes will need fewer. I can set up a printer definition to handle this but was wondering if there is a way to do it in Alpha regardless of the print driver. I seem to recall that this is there somewhere in the report layout but don't see it. I could also use a loop but don't want to repeat the query for each copy. I would like to set a variable to the number of copies and have it print them. Any ideas?

    Thanks
    Russ

    #2
    RE: Print Multiple Copies

    Russ,

    Could you:

    unmark all records
    run the query
    mark all records that meet the query criteria
    print marked records
    repeat the above the appropriate number of times
    and then unmark all records?

    Regards,
    Jay Talbott
    Jay Talbott
    Lexington, KY

    Comment


      #3
      RE: Print Multiple Copies

      Thanks Jim, but that won't work. I am printing 1 record but from a large set with multiple child and grandchild records. Actually I could run a loop and redo the query but it takes longer than it should and it is optimized for LQO. I was hoping for a report property for number of copies but can't find any such animal.

      Russ

      Comment


        #4
        RE: Print Multiple Copies

        Russ,

        If the report is based on the 'currently selected records' why run the query more than once?

        -- tom

        Comment


          #5
          RE: Print Multiple Copies

          You can use the printer override functions to do this.

          Comment


            #6
            RE: Print Multiple Copies

            Tom,
            I am currently running it with print selected record, but that's a good idea. The "print current record" runs a query on the current key value so I should be able to do that.

            Thanks
            Russ

            Comment


              #7
              RE: Print Multiple Copies

              I am already using printer override to allow the user to select a printer in their user defaults. It works if I set up a printer with print a number of copies but I figured it would be easier to keep it all in Alpha.

              Thanks
              Russ

              Comment


                #8
                RE: Print Multiple Copies

                Russ,

                I need to do something like this in Alpha Four. In the script that prints that report, I go in and actually print one copy of the report twice. It's quick. Can you do something like this with xbasic & A5?

                Mike
                Thank you,
                Mike Konoff

                Comment


                  #9
                  RE: Print Multiple Copies

                  Actually I decided to do it with a custom printer set up. Unfortunately, even though the printer setup specifies 4 copies, and print test page prints 4 copies, when I print to it from alpha it prints 1 copy. Oh well.
                  I put in a for next loop and it works good enough. It's a little slow but should be OK on the network as it runs faster there. (There appears to be a critter preventing proper optimization on a stand alone machine, but on a network it works the way its supposed to)

                  Thanks for all the help.

                  Russ

                  Comment


                    #10
                    RE: Print Multiple Copies

                    the report.printer_override() function has a way to set copies:

                    dim old_settings as p
                    dim new_settings as p
                    new_settings.copies=4

                    old_settings.dummy=""

                    report.Printer_override("HP LJ4 on LPT1:",new_settings,old_settings)

                    Russ Boehle wrote:
                    -------------------------------
                    Actually I decided to do it with a custom printer set up. Unfortunately, even though the printer setup specifies 4 copies, and print test page prints 4 copies, when I print to it from alpha it prints 1 copy. Oh well.
                    I put in a for next loop and it works good enough. It's a little slow but should be OK on the network as it runs faster there. (There appears to be a critter preventing proper optimization on a stand alone machine, but on a network it works the way its supposed to)

                    Thanks for all the help.

                    Russ

                    Comment


                      #11
                      RE: Print Multiple Copies

                      WOW Peter, you're amazing, where do you find these things? That's perfect. Thank you.

                      Is that documented somewhere?

                      Russ

                      Comment


                        #12
                        RE: Print Multiple Copies

                        when you start typing report.printer_override(), the online help gives you the syntax. the rest is simply playing around.
                        the way i found the syntax was by typing
                        dim old_settings as p
                        dim new_settings as p
                        new_settings.dummy=""

                        old_settings.dummy=""
                        report.Printer_override("HP LJ4 on LPT1:",new_settings,old_settings)
                        ? old_settings
                        = collate = .T.
                        color = "Monochrome"
                        copies = 1.000000
                        defaultsource = "Automatically Select"
                        dummy = ""
                        orientation = "portrait"
                        papersize = "Letter"
                        truetype = "Substitute"

                        i don't know if it's documented or not. i sent an email to ed larrabee today to let him know that it's not documented properly in the help file, and i'm sure he will fix it. but in general you can get pretty far with the on-line help if you play with it enough.
                        - peter

                        Comment


                          #13
                          RE: Print Multiple Copies

                          I cut and pasted from the docs so I never saw the autocomplete syntax. I guess I should look more carefully. My excuse is I didn't think there was anything else to look for.

                          Thanks again
                          Russ

                          Comment


                            #14
                            RE: Print Multiple Copies

                            while it is true that Peter Wayne is amazing, it is actually very easy to set the number of copies in create an Action Script to print your report.

                            If you go to the "Options" tab in Action Scripting while defining the action for "Print a Layout", you will see a checkbox for "Override Printer Settings".

                            If you check this box, you will see a lot of options, including, number of copies.

                            Comment


                              #15
                              RE: Print Multiple Copies

                              I have to admit I never saw that. I guess I'm not too observant in my old age. Peter's actually works better for my needs as I have a table of defaults for each user where they can set the printer to use for certain reports based on the printers available on their local computer or the network. Once these are set, unless they change the printers defined on their local machine, the report will always print to the specified printer but it can be different for each user. The Action scripting dialog doesn't allow this.

                              How about for version V6 allowing the printer to be defined by a variable (or an expression) to allow for this usage? This would save some work.

                              Thanks for pointing this out to me, I'm sure I will use it now that I know about it.

                              Russ

                              Comment

                              Working...
                              X