Is printing to generic text printer and hand-coding the report possible?

We have created Oracle Reports that are formatted to print to Zebra printers. We code the report in Report Layout and the text printed is for generic text printers, what our Zebra printers requires. Can this be done with APEX reports?
Example:
^xa
^ilr:val_set.grf2^fs
^fo88,132^a0,90,80^fb464,1,0,C,0^fd&<ACCESSION>^fs
^by2,3.0,32^fs
^ft64,402^BCb,32,n,n^fd&<FARMFIELD>^fs
^ft600,402^BCb,32,n,n^sn&<LOCLOW>,1,y^fs
^fo304,232^a0r,20,20^fd&<LOCTYPE>^fs
^fo334,232^a0,50,45^sn&<LOCLOW>,1,y^fs
(skipping some code here for brevity)
^pq&<LOC_ROWS>^fs
^xz
Asking whether APEX can print to generic text printers and can we code the report output
ourselves.
Thanks for any help.
dave

Here is a simple example of printing via pl/sql to a text file...
create or replace procedure utl_file_io is
l_fil utl_file.file_type;
l_buf varchar2(200);
begin
l_fil := utl_file.fopen('TMP', 'amar_test.t', 'W');
utl_file.put_line(l_fil, 'This is a sample text file.');
utl_file.put_line(l_fil, 'Generated from Oracle utl_file package.');
utl_file.put_line(l_fil, 'Below is the content of am1010 table.');
for rec in (select col1, col2 from am1000) loop
utl_file.put_line(l_fil, rpad(rec.col1, 15, ' ') || rec.col2);
end loop;
utl_file.put_line(l_fil, 'End of File');
utl_file.fclose(l_fil);
exception
when no_data_found then
utl_file.fclose(l_fil);
end;
This routine will generate a text file to the default directory on your server, you would need to build an Oracle directory and change the code to include the path to your file there. Getting it to the printer could be a simple shell script that copies the file out your your printer if it is on the network and can be seen..
Thank you,
Tony Miller
Webster, TX

Similar Messages

  • Format lost when printing to Generic Text Printer after recent upgrade

    We recently upgraded Crystal and now the texty file output from a generic text printer has losst its formatting.
    The text appears like this:
      S
      u
      m
      m
      a
      r
      y
    There si an OD character after each letter.
    Does anyone know what could be causing this?

    Hi Mike,
    That is odd.... What happens if you check on the No Default Printer, save the report and then check it off, or the other way depending on what your original setting is?
    If you create a new report do you see the same results?
    Also, XI is no longer patchable but you can upgrade to XI R2 for free. Go to this link: http://www.sdn.sap.com/irj/boc and download the trial version of CR XI R2 and use your XI keycode, then apply the patches which you can get to by clicking on the BusinessObjects tab above, then Downloads.
    Direct link to the Trial version: http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
    To enable the full XI R2 features locate the Keycode link and get a new one for XI R2.
    Thank you
    Don

  • How to print a standard text of 3 pages in the script output?

    Hi all,
    I want to print a standard text as an include in the script output.
    But the standrad text is of 3 pages conataining continuous (some terms and condtitions) text.
    But while executing driver program, I am getting a STOP messgae pop-up saying 'Output is continuous or contains too many pages (>4)'.
    How to get the standard text of 3 pages in the output. The standard text is to be printed at the bottom of the output.
    Thanks,
    Sachin

    Hi ,
    To display standard texts you have to create a include in your script below is the syntax for that:
    INCLUDE name OBJECT name ID name PARAGRAPH name LANGUAGE   name
    Include command is used to include standard text in a form.the text 
    should be already defined by using transaction SO10.
    Here name is the name of text
    ID is used to classify text e.g. SDVD (SD related text) , ST (Standard text)
    OBJECT is used to specify type of object it an be TEXT , DOKU
    LANGUAGE is used to specify language like EN ,if ommited than logon
      language is used
    PARAGRAPH is used to specify the paragraph like C
    e.g. /:INCLUDE mytext OBJECT TEXT ID ST LANGUAGE EN
             Here the standard text created in SO10 with name mytext is
             included in the form in language EN (English)
    Please let me know if you have still any confusion.
    Thanks
    Narendra Vikram Vishwakarma

  • Why does my printed page contain text that is no in the original

    The word document or  Power  Point may containe "the cow jumped over the moon" but the printed page will contain "the )""jumEp over the moon"
    I downloaded the  most recent  driver but the problem persist....is it a software issue or a printer issue?
    John 
    [Personal Information Removed]

    Hi , Welcome to the HP Forums! I see that your printed page contains text that is not in the original. I am happy to help!  For further assistance, I will need some more information:  The Product/Model Number of your printer. (ie: HP Photosmart 7520, etc.) Follow instructions in this link. Finding Your HP Product Model Number.If you are using a Windows or Mac Operating System, and the version number. To find the exact version, visit this link. Whatsmyos.If the printer is connected, Wireless, Ethernet, or USB.If the printer is able to make copies.If the power cable is plugged into a surge protector, or directly to the wall outlet. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. This applies to Inkjet printers as well.The name of the printer you are printing from.  In the meantime, if you are using Windows, please try our HP Print and Scan Doctor, and let me know what happens!  Please see this post, Want Good Answers? Ask Good Questions, by , so you can get the most out of these forums.   Hope to hear from you soon!  “Please click the Thumbs up icon below to thank me for responding.”

  • I use "element 12" and want  like in the old PS version due Automating and Contact  II upload multiple filesand print them with any columns and rows on the same page . How does it work?

    I use "element 12" and want  like in the old PS version due Automating and Contact  II upload multiple filesand print them with any columns and rows on the same page . How does it work?

    Can you supply a link?

  • Crystal Report Viewer Closes the application after showing "The text cannot be found in the report" when searching for a text in a multipage report

    Post Author: Farooque
    CA Forum: Other
    Hi,
    I am using Crystal report viewer (Crviewer.dll) version 11.0.0.1282 to show crystal reports in my VB6 application. When we search for any text in a multipage report after the last find system shows a message "Crystal Report Viewer" "Text cannot be found in the report" and trows an unhandled error and closes the application. How can I fix this?
    Please help
    Thanks in advance.
    Farooque. ([email protected])

    Enter the following:
    viewer blank net crystal
    into the search box in the top right corner. You should get a number of hits (Kbases and articles) that should point you to a solution.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • My Mail program is suddenly crashing and giving me the report-problem window. It did work great before this. I'm running 10.9 on a 13 inch Mac Airbook with 8 gb of ram and 1.8 Ghz chip. Any ideas what to do to get my mail program working again?

    My Mail program is suddenly crashing and giving me the report-problem window. It did work great before this. I'm running 10.9 on a 13 inch Mac Airbook with 8 gb of ram and 1.8 Ghz chip. Any ideas what to do to get my mail program working again?

    Process:         Mail [3866]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         7.0 (1822)
    Build Info:      Mail-1822000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [273]
    Responsible:     Mail [3866]
    User ID:         501
    Date/Time:       2013-12-05 23:40:19.406 -0800
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  EC1B55EE-8C6C-20A8-36EA-9F15A78AF687
    Sleep/Wake UUID: 5E45BE5C-A013-41EF-AAB5-1BA6CF36858A
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00007fff523befb4
    VM Regions Near 0x7fff523befb4:
        MALLOC_TINY            00007fb6f9000000-00007fb6f9100000 [ 1024K] rw-/rwx SM=PRV 
    --> STACK GUARD            00007fff4ebbf000-00007fff523bf000 [ 56.0M] ---/rwx SM=NUL  stack guard for thread 0
        Stack                  00007fff523bf000-00007fff52bbf000 [ 8192K] rw-/rwx SM=COW  thread 0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_malloc.dylib                  0x00007fff83715c12 _nano_malloc_check_clear + 20
    1   libsystem_malloc.dylib                  0x00007fff837146c4 nano_malloc + 35
    2   libsystem_malloc.dylib                  0x00007fff8371287c malloc_zone_malloc + 71
    3   com.apple.CoreFoundation                0x00007fff854702b1 __CFStringChangeSizeMultiple + 977
    4   com.apple.CoreFoundation                0x00007fff8549bb15 __CFStringAppendBytes + 549
    5   com.apple.CoreFoundation                0x00007fff8549a5a0 __CFStringAppendFormatCore + 8480
    6   com.apple.CoreFoundation                0x00007fff854c8663 _CFStringCreateWithFormatAndArgumentsAux + 115
    7   com.apple.Foundation                    0x00007fff89b3d0bf -[NSPlaceholderString initWithFormat:locale:arguments:] + 132
    8   com.apple.Foundation                    0x00007fff89b4091c +[NSString stringWithFormat:] + 170
    9   com.apple.Mail.framework                0x00007fff88d35557 -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 357
    10  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    11  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    12  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    13  com.apple.Mail.framework                0x00007fff88d3517d -[MFCriterion _spotlightQueryStringForInASpecialMailboxCriterionWithQualifier:] + 1102
    14  com.apple.Mail.framework                0x00007fff88d34b64 -[MFCriterion spotlightQueryString] + 413
    15  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    16  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    17  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    18  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    19  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    20  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    21  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    22  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    23  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    24  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    25  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    26  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    27  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    28  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    29  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    30  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    31  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    32  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    33  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    34  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    35  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    36  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    37  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    38  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    39  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    40  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    41  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    42  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    43  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    44  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    45  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    46  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    47  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    48  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    49  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    50  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    51  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    52  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    53  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    54  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    55  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    56  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    57  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    58  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    59  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    60  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    61  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    62  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    63  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    64  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    65  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    66  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    67  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    68  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    69  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    70  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    71  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    72  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    73  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    74  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    75  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    76  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    77  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    78  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    79  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    80  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    81  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    82  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    83  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    84  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    85  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    86  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    87  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    88  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    89  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    90  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    91  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    92  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    93  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    94  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    95  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    96  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    97  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    98  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    99  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    100 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    101 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    102 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    103 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    104 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    105 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    106 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    107 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    108 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    109 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    110 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    111 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    112 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    113 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    114 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    115 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    116 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    117 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    118 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    119 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    120 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    121 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    122 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    123 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    124 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    125 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    126 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    127 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    128 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    129 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    130 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    131 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    132 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    133 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    134 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    135 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    136 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    137 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    138 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    139 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    140 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    141 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    142 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    143 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    144 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    145 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    146 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    147 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    148 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    149 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    150 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    151 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    152 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    153 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    154 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    155 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    156 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    157 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    158 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    159 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    160 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    161 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    162 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    163 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    164 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    165 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    166 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    167 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    168 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    169 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    170 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    171 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    172 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    173 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    174 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    175 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    176 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    177 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    178 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    179 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    180 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    181 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    182 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    183 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    184 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    185 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    186 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    187 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    188 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    189 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    190 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    191 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    192 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    193 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    194 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    195 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    196 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    197 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    198 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    199 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    200 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    201 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    202 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    203 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    204 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    205 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    206 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    207 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    208 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    209 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    210 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    211 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    212 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    213 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    214 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    215 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    216 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    217 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    218 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    219 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    220 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    221 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    222 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    223 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    224 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    225 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    226 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    227 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    228 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    229 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    230 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    231 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    232 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    233 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    234 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    235 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    236 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    237 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    238 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    239 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    240 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    241 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    242 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    243 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    244 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    245 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    246 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    247 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    248 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    249 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    250 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    251 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    252 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    253 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    254 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    255 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    256 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    257 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    258 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    259 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    260 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    261 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    262 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    263 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    264 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    265 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    266 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    267 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    268 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    269 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    270 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    271 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    272 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    273 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    274 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    275 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    276 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    277 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    278 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    279 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    280 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    281 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    282 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    283 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    284 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    285 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    286 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    287 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    288 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    289 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    290 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    291 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    292 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    293 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    294 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    295 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    296 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    297 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    298 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    299 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    300 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    301 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    302 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    303 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    304 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    305 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    306 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    307 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    308 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    309 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    310 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    311 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    312 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    313 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    314 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    315 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    316 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    317 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    318 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    319 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    320 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    321 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    322 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    323 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    324 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    325 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    326 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    327 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    328 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    329 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    330 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    331 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    332 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    333 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    334 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    335 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    336 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    337 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    338 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    339 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    340 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    341 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    342 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    343 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    344 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    345 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    346 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    347 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    348 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    349 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    350 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    351 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    352 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    353 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    354 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    355 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    356 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    357 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    358 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    359 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    360 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    361 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    362 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    363 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    364 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    365 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    366 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    367 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    368 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    369 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    370 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    371 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    372 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    373 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    374 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    375 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    376 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    377 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    378 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    379 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    380 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    381 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    382 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    383 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    384 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    385 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    386 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    387 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    388 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    389 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    390 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    391 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    392 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    393 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    394 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    395 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    396 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    397 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    398 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    399 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    400 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    401 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    402 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    403 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    404 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    405 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    406 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    407 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    408 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    409 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    410 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    411 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    412 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    413 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    414 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    415 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    416 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    417 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    418 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    419 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    420 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    421 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    422 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    423 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    424 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    425 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    426 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    427 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    428 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    429 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    430 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    431 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    432 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    433 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    434 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    435 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    436 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    437 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    438 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    439 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    440 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    441 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    442 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    443 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    444 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    445 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    446 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    447 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    448 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    449 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    450 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    451 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    452 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    453 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    454 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    455 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    456 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    457 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    458 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    459 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    460 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    461 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion

  • Web part created on a subsite for a sharepoint list in another site using sharepoint designer, to show only the subsite's reports. Connection dropping off and showing all the reports

    I crated web parts in the sub-sites (we have about 10 subsites) using sharepoint designer from a main list in another site.  Then used web part to show only the  ubsite's reports - using connection to the main list.  Problem is, the connection
    is dropping off and showing all the reports on the main list that are confidential.  this has happened 3 time lately.  Could someone explain why it happens some times?  I had to fix it by adding the web part again and connecting it
    Thanks, Subathy.

    Hi George,
    If you want to use a top level site "department" list column in all sub-sites, you can go to top level site and create a
    lookup type "Site column" to look up the value from the department list, then all sub-sites can use this lookup type site column created in top level site.
    Thanks 
    Daniel Yang
    TechNet Community Support

  • Schedule reports and wait until the report complete

    I have wrote a java program to call BO SDK to schedule several crystal reports (same report, run at once with different parameters) to an unmanage disk. The program run successfully and can generate the reports. I would like to add an email notification function once all the reports are generated. How can I know the status of all the reports is completed?
    Does anyone know the answer? Many thanks.

    Hi Grace,
    BO CMC has feature for e-mail notification
    goto CMC
    navigate to that report.
    rigth click>> Manage->>Default Settings-->>Notification. (Email Notification: )
    Email notification based on:
          A job has been run successfully .
                      Configure notification message
                                               Use the Job Server's defaults
                                               Set the values to be used here:
        A job has failed to run 
                       Configure notification message
                                            Use the Job Server's defaults
                                            Set the values to be used here:
    I dont know about doing all this through SDKs but you can try doing this step by step frist through CMC and then going for infovie and then your java program.
    See if this could achieve your reqiurements
    Thanks,
    Praveen.

  • Top margin when printing with Generic text driver

    I created a report in Character Mode and tryed to print it using the Generic Text windows printer driver, but the Reports is adding a non-specified top margin. I already removed all the margins of this report in the Layout Editor but the problem continues. What can I do to solve this problem ?

    Is it shifting only down, or to the right as well?
    What are the bleed an slug settings, and are you including slug and bleed in the print?
    Is the dialog set to print in upper left corner, and if so does it change when you print centered?
    Peter

  • Firefox printing incorrectly to printer with Generic /Text Only driver

    I have a printer that uses the Generic / Text Only driver, and everytime I try and print to it with Firefox, a carrage return is added after every space. For example this text:
    <pre><nowiki><
    875 000 096 099
    >
    </nowiki></pre>
    Gets printed like this:
    <pre><nowiki><
    875
    000
    096
    099
    ></nowiki></pre>
    The text gets printed correctly if I use IE9 or notepad. Any suggestions?

    Please refer to this article for help. [[Fix printing problems in Firefox]]

  • I'am trying to copy pictures from Print Shop to send as a e-mail, not an attachment but putting the picture in the actual e-mail. The lettering from the Print Shop document will copy and paste but the picture will not. How do I get it in the email?

    I create a document in Print Shop Delux download pictures from that program to make a flyer. I'am trying to send the flyer to someone and they do not want it as an attachment so I'd like to send it in the body of the e-mail. They lettering on the flyer copy and paste but the picture will not copy and paste. How do I get the picture to copy and paste in the body of the e-mail. I can't copy and paste the whole document because in did a insert text box for the picture.

    Click the image , hold your mouse button, drag it and bring it to Firefox window from task bar below and release it into the body of your e-mail.Works on Gmail, Yahoomail , Hotmail....May not work on other e-mail service providers.

  • Some Text Prints Clear, Some Text Prints Blurry

    I have an HP F4480 all in one printer-scanner-copier.  I recently changed the black ink cartridge with a genuine HP cartridge, printed the alignment page and scanned it as well.  However, some lines of text are printing clear, and others are printing blurry, with a shadow type effect to the letters.  Below is a scan of one of the printouts, I put a blue mark by the blurry lines.  I did an intermediate clean of the print heads, and the following printout (an image of two pears, in color) looks fine.  I did a paper clean feed for good measure too, and still have the same issue.  I have the dpi set at 600 (normal).  I'm running Windows Vista 32 bit operating system.  Any idea what's going on here?  Any help would be much appreciated.  Thanks.
    Lance

    I have the same problem with my F4480. I print from two different computers to the shared printer on one of the computers.

  • Captivate 8 print widget does not print in landscape; prints full resolution of project and not just the certificate?

    I am new to Captivate and am tasked with learning how to use Captivate 8.  I need to add a certificate of completion to the end of my project and have many questions for which I cannot find any answers! Please, if anyone can answer these:
    1) I do not want the certificate to be printed until the score of the quiz reaches a specific minimum - for example, you need a score of 80% or better to print a certificate.  How do I do this with the print widget?
    2) I want the certificate to print out without the slide background and without the project's resolution - in other words, I only want the certificate image (with added text box for name) to print, IN LANDSCAPE, without the user having to make all the adjustments on their end (choosing landscape over portrait with their printer).  How is this accomplised?
    3) I want a date entered on the certificate - how do I add this specific element? 
    Without a certificate widget and the use of Flash with this version, I am confused as to how exactly Captivate provides the ability to print certificates?  I do not know HTML5, and am spotty with Javascript.  Why would a feature such as certificates and the ability to print them be such a clandestine thing?  No tutorials, no clear advice on how exactly to achieve this widely popular feature of training material development.  Seems to me that it should be MUCH easier to accomplish, but I'm stumped at this point.

    The solution I found is this: 
    Don't use the print widget in Captivate 8. It simply does not work the way it should be able to work.  Unless you are capable of scripting in Actionscript 2.0 and have access to an older version of Captivate, there is no way to get around this bug. 
    The problem I discovered is that Captivate 8 will only allow you to use Actionscript 3.0 in Flash; you can open the widget in Flash, but you MUST open it through Captivate first if you intend to use it in Captivate.  So, once you open the widget for adjustments through Captivate, it automatically chooses AS 3.0 as the scripting language to use, no other choice is available.  IF you have Captivate 7 or lower, however, it allows you to script in AS 2.0.  I do not, so I cannot assist you in scripting the widget.
    What I ended up doing was, I made my own certifcate in Photoshop, saved it as a .PNG, and added it to the last page. Using the internal coding of Captivate I told the program to only go to that slide upon success of the quiz. 
    To Print:  go to Window > Skin Editor.  On the left are check boxes for playbar choices - check off 'Show Playback Control,' and then choose your theme. From the dropdown, choose "print."  If you don't want anything else on the playbar, then check those items off; Choose where you want the playbar to show (I chose bottom and bottom center). See below:
    You can see the icons on the bottom, in the center.  The icon to the left is the Print button.  This works well, though you may have to make print choices from your local print dialog.  I have to tell it to print landscape, for instance, otherwise it prints portait and too small.  But this does work, and it solves the issue of non-working print widgets.

  • Get rid of the white space at the top and bottom of the report when Printing as PDF document

    Hello All,
    I have a wider tablix report which is 29 inches wide. I have given the paper size as custom and width as 29 and height as 11 in report properties.I have deployed it and saved it as PDF document. When I print preview the report I am using the paper size as
    tabloid (17 by 11) and selected the orientation as Landscape. I am getting the full report without any stripping but I am getting some extra space at the top and bottom when I print the report. Can anyone help me how to get rid of this space? . I checked the
    margins for the report and it was 0in. Please help.
    Thank You

    Hi There
    In Reporting Services (SSRS 2008), there are white spaces preserved in the report body by default. When the white space extends the body size beyond the width of the report, blank pages will be generated. To avoid the issue, you can set the “ConsumeContainerWhiteSpace”
    property of the report to “True”.
    Please try to adjust your margins (top + side) and hopefully this problem will get resolved
    Body Width <= Page Width - (Left Margin + Right Margin)
    Horizontal usable area:
    X = Page.Width - (Left Margin + Right Margin + Column Spacing)
    Vertical usable area:
    Y = Page.Height - (Top Margin + Bottom Margin + Header Height + Footer Height)
    Body Width <= Page Width - (Left Margin + Right Margin)
    Horizontal usable area:
    X = Page.Width - (Left Margin + Right Margin + Column Spacing)
    Vertical usable area:
    Y = Page.Height - (Top Margin + Bottom Margin + Header Height + Footer Height)
    If you have any questions please ask.
    Many Thanks
    Syed Qazafi Anjum
    Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.

Maybe you are looking for