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

printing one letter for one client at a time

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

    printing one letter for one client at a time

    Hello,
    I have twelve letters in the letter tab.
    I need to print the current client only and one letter at a time.
    And I can't figure out how to do this with a button which says print this letter for this person.
    Thanks for any input on this.
    Bruce

    #2
    Re: printing one letter for one client at a time

    Hi Bruce,

    Not quite sure what you are asking.

    You have 12 letters, do you want to send all 12 letters to one person, or, do you want to select one of the 12 letters, to send to one person?

    Have you looked at Dialog Boxes?
    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


      #3
      Re: printing one letter for one client at a time

      Hi,

      I am no expert but here is what I would do.
      Put a button on the form and using Action Scripting instruct it to print a layout. On the next screen in the "Select Layout Type" select "Letter" from the drop down list. From the next drop down list select " Prompt at Runtime". On the next screen select " 8 Current Record Only". This option only appears if the letters are based on the current set.

      NOw when you run the button it gives you a selection of your letters to choose from and it will print the selected letter for the record that has focus.

      I hope that this makes sense and is some help to you,

      Gil Smith
      UK
      Gil Smith

      Comment


        #4
        Re: printing one letter for one client at a time

        Bruce,

        You need a button with 12 actions. Each action would be to print one of the letters for the current record. You will need to specify the letter when you set up the individual actions.

        Another option would be to get the names of the letters (as was suggested to you in your previous post "printing specific letter") and process the whole list.

        Code:
        query.filter = ""
        query.order = ""
        auto_list_a_letters, = a5.Letter_enum(2)
        temp_count = w_count(auto_list_a_letters,crlf())
        for i = 1 to temp_count
        :Letter.Print(word(auto_list_a_letters,i,crlf()),query.filter,query.order)
        next i
        Last edited by Stan Mathews; 10-11-2009, 11:57 AM.
        There can be only one.

        Comment


          #5
          Re: printing one letter for one client at a time

          Or You could do something like this on a button from a form. Sorry it is so long, but wanted you to see the end as well. When it is pressed, it gives a dropdown of all the different letters/reports/etc possible to print from the set and prints only one copy of only the one.

          I had help from others when originally setting this up.

          Code:
          topparent.commit()'saves record
          dim dopath as c
          dopath = a5.Get_Exe_Path()
          vmenuitems = <<%a%
          Deal Work Sheet 'start of the menu
          -------------------------------
          Buyers Order|Buyer's Order    
          Buyers Order|Buyer's Order Difference
          Buyers Order|Buyer's Order Fill Form
          Buyers Order|Buyer's Order Fill Form Difference
          -------------------------------
          GMAC Credit App
          PayOff Sheet
          Delivery Sheet for F&I
          We Owe
          Get Ready
          Lemon Law
          Trade Key Tags
          Trade Buyer's Guide
          Lease Return Sheet
          Certified checklist
          Certified Return
          Internet Go Sheet
          -------------------------------
          Other|Rental Agreement
          Other|GMS Form
          Other|Satisfied Form
          Other|Print Needed Vehicle Form
          -------------------------------
          Letters|Buyer's Birthday
          Letters|Buyer's Birthday Envelope
          Letters|CoBuyer's Birthday
          Letters|CoBuyer's Birthday Envelope
          Letters|Thanks for Purchase
          Letters|Thanks Envelope
          Letters|Christmas Card
          Letters|Christmas Envelope
          Letters|Bird Dog Letter
          Letters|Thank You for Visit
          Letters|Thank You for Visit Envelope   'end of the menu
          %a%  'start of the actions as selected fro the menu
          a_command = ui_popup_menu(vmenuitems)
          select case
          '=====================================================================================================
          case a_command = "Internet Go Sheet"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("InternetGoSheet",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Satisfied Form"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varC->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("Satified",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Certified checklist"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("certifiedchecklist",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Certified Return"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("certifiedreturn",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Lease Return Sheet"
          'Open a Form or Browse layout, displaying all, or selected records in the layout.
          DIM Shared varP_leaseret as P
          DIM layout_name as c 
          layout_name = "leaseret"
          DIM tempP as p
          'Get pointer to existing window. In case layout_name is qualified with a dictionary name, extract up to first @. In case formname has spaces, normalize it
          tempP=obj(":"+object_Name_normalize(word(layout_name,1,"@")))
          'Test if pointer is valid
          if is_object(tempP) then 
           'Test if pointer refers to a form or browse
           if tempP.class() = "form" .or. tempP.class() = "browse" then 
            'If so, then activate the already open window
            tempP.activate()
            tempP.new_record()
           else
            'Window is not already open, so open it
            varP_leaseret = :Form.view(layout_name)
            varP_leaseret.new_record()
           end if
          else 
           varP_leaseret = :Form.view(layout_name)
           varP_leaseret.new_record()
          end if
          '=====================================================================================================
          case a_command = "Thanks for Purchase"
          '=====================================================================================================
          case a_command = "Bird Dog Letter"
          '=====================================================================================================
          case a_command = "Christmas Card"
          '=====================================================================================================
          case a_command = "Christmas Card Envelope"
          '=====================================================================================================
          case a_command = "Thank You fo Visit"
          '=====================================================================================================
          case a_command = "Thank You for Visit Envelope"
          '=====================================================================================================
          case a_command ="Print Needed Vehicle Form"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("ProspectFindVehicle",query.filter,query.order)
          '===================================================================================================
          case a_command = "Buyer's Order"
           DIM SHARED theacct AS n
          theacct = parentform:Acct.value
          tbl=table.open("logs",FILE_RW_SHARED)
          tbl.enter_begin()
          tbl.date = date()
          tbl.acct = var->theacct
          tbl.Timing = time("0h:0m:sA")
          tbl.user = var->scode
          tbl.action = "Print Buyers Order"
          tbl.enter_end(.t.)
          table.close()
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("BuyOrder",query.filter,query.order)
          '=================================================================================================
          case a_command = "Buyer's Order Difference"
           DIM SHARED theacct AS n
          theacct = parentform:Acct.value
          tbl=table.open("logs",FILE_RW_SHARED)
          tbl.enter_begin()
          tbl.date = date()
          tbl.acct = var->theacct
          tbl.Timing = time("0h:0m:sA")
          tbl.user = var->scode
          tbl.action = "Print Buyers Order"
          tbl.enter_end(.t.)
          table.close()
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("BuyOrderDiff",query.filter,query.order)
          '=================================================================================================
          case a_command = "Buyer's Order Fill Form"
           DIM SHARED theacct AS n
          theacct = parentform:Acct.value
          tbl=table.open("logs",FILE_RW_SHARED)
          tbl.enter_begin()
          tbl.date = date()
          tbl.acct = var->theacct
          tbl.Timing = time("0h:0m:sA")
          tbl.user = var->scode
          tbl.action = "Print Buyers Order"
          tbl.enter_end(.t.)
          table.close()
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("BuyOrderfill",query.filter,query.order)
          '=================================================================================================
          case a_command = "Buyer's Order Fill Form Difference"
           DIM SHARED theacct AS n
          theacct = parentform:Acct.value
          tbl=table.open("logs",FILE_RW_SHARED)
          tbl.enter_begin()
          tbl.date = date()
          tbl.acct = var->theacct
          tbl.Timing = time("0h:0m:sA")
          tbl.user = var->scode
          tbl.action = "Print Buyers Order"
          tbl.enter_end(.t.)
          table.close()
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("BuyOrderfilldiff",query.filter,query.order)
          
          '=================================================================================================
          case a_command = "Deal Work Sheet"
          DIM SHARED theacct AS n
          theacct = parentform:Acct.value
          tbl=table.open("logs",FILE_RW_SHARED)
          tbl.enter_begin()
          tbl.date = date()
          tbl.acct = var->theacct
          tbl.Timing = time("0h:0m:sA")
          tbl.user = var->scode
          tbl.action = "Print Offer to Purchase"
          tbl.enter_end(.t.)
          table.close()
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("OfferToPurchase",query.filter,query.order)
          '=====================================================================================================
          case a_command = "GMAC Credit App"
          DIM SHARED theacct AS n
          theacct = parentform:Acct.value
          tbl=table.open("logs",FILE_RW_SHARED)
          tbl.enter_begin()
          tbl.date = date()
          tbl.acct = var->theacct
          tbl.Timing = time("0h:0m:sA")
          tbl.user = var->scode
          tbl.action = "Print credit App"
          tbl.enter_end(.t.)
          table.close()
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("GMACFinancial",query.filter,query.order)
          '=====================================================================================================
          case a_command = "PayOff Sheet"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Accttrade = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = "Tradenumb"
          :Report.Print("PayOffSheet",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Delivery Sheet for F&I"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("WorkOrder",query.filter,query.order)
          '=====================================================================================================
          case a_command = "We Owe"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("WeOwe1",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Get Ready"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("GetReady",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Lemon Law"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("LemonLaw",query.filter,query.order)
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("LemonLaw",query.filter,query.order)
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("LemonLaw",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Trade Key Tags"
          print:
          current_record = alltrim(str(recno(),10,0))
          :Report.print("Keytags","BETWEEN(RECNO(),"+ current_record+ "," + current_record+")")
          goto cleanup
          cleanup:
          end
          '=====================================================================================================
          case a_command = "Trade Buyer's Guide"
          dim flag_error as l
          flag_error = .f.
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            'Set the Parameter variable to the object's .value property
            Parameter1 = eval("P:Acct.value")
           else    'Not in a Form. This is an error condition.
            flag_error = .t.
           end if 
          else
           flag_error = .t.
          end if 
          if flag_error then 
           ui_msg_box("Error","You can only run this script from within a Form",UI_STOP_SYMBOL)
           end 
          end if 
          filter = "Accttrade = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("tradeBO",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Rental Agreement"
          current_record = alltrim(str(recno(),10,0))
          :Report.print("eagleinsurance","BETWEEN(RECNO(),"+ current_record+ "," + current_record+")")
          '=====================================================================================================
          case a_command = "GMS Form"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("GMSForm",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Buyer's Birthday"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("BthDCardBuyer1",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Buyer's Birthday Envelope"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("SEnvelopebuyerbirthday",query.filter,query.order)
          '=====================================================================================================
          case a_command = "CoBuyer's Birthday"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("BthDCardCoBuyer1",query.filter,query.order)
          '=====================================================================================================
          case a_command = "CoBuyer's Birthday Envelope"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("smallenvelopecobuyer",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Thanks Envelope"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("SEnvelope",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Christmas Envelope"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("SEnvelope",query.filter,query.order)
          '=====================================================================================================
          case a_command = "Bird Dog Letter"
          if is_object(topparent.this) then 
           p = topparent.this
           if p.class() = "Form" then 
            DELETE Parameter1 
            Parameter1 = eval("P:Acct.value")
           end if 
          end if 
          filter = "Acct = [varN->parameter1]"
          query.filter = replace_parameters(filter,local_variables())
          query.order = ""
          :Report.Print("BirdDogPrintOne",query.filter,query.order)
          '=====================================================================================================
          end select
          '%code%
          Dave Mason
          [email protected]
          Skype is dave.mason46

          Comment


            #6
            Re: printing one letter for one client at a time

            It really isn't long - when I printed it out and was reading it the pages stopped before the end of the hallway.:)

            Actually I will have to go through this but I believe I found the easiest way and that is just to put in a button for each letter and have it print only that one. It is easy, less chance of mistake and if something goes wrong I won't have much work to figure it out, which is one of my goals.

            But thank you. I will look at this and do have one question. In putting something in like this, does one have to concern himself much with something going wrong in this realm? That is, as mentioned, one of my biggest concerns.

            Comment


              #7
              Re: printing one letter for one client at a time

              Originally posted by SmartMLMer View Post
              In putting something in like this, does one have to concern himself much with something going wrong in this realm? That is, as mentioned, one of my biggest concerns.
              If you design a new letter you have to add it to the code suggested - unlike much the same thing we discussed here.
              There can be only one.

              Comment


                #8
                Re: printing one letter for one client at a time

                Bruce,

                It was like making a button to print a report/letter/etc and then copying the code to put in the "one" button and making a label for the use.

                These operations change very little in my usage and I hate a row of buttons if I can avoid it. In your case, it would be 12 but mine is a lot more.

                you may also have noticed, I rarely use the "letter", but prefer them in a report. I do use a couple of labels.

                Also, i try to keep it simple for customer. Sometimes, it is not the simplest for me.

                I think i was helped on this intially by Stan, Tom cone and a couple others.

                They also helped me like you with the post Stan referenced that was for you.


                .
                Last edited by DaveM; 10-12-2009, 11:18 AM.
                Dave Mason
                [email protected]
                Skype is dave.mason46

                Comment

                Working...
                X