Linked Ole Object with MS Word has bad resloution / invalid fonts

Post Author: Winfried Boennhoff
CA Forum: .NET
Environment: .Net 2003 Viewer with external .rpt created by CR XI
As result I get a bad resolution of the word document and the original fonts are not supported, I tried all common fonts. The font used by CR seems to be default font with a very bad resolution.
The same effects not only with MS word, although with an linked PDF or any image. All have a very bad resolution.
Is this a known Problem? Any Idea?

Post Author: fwinter
CA Forum: .NET
We have the same problem. A page footer generated in Word, embedded in a CR-Report shows in the report viewer with overlapping characters. This is "a known limitation" we were told. Not really a problem, but when exported to PDF, the PDF also shows the overlapping characters and prints with overlapping characters as well. This is our problem!We've tried different fonts, different font- an pagesizes in Word, the "can grow" checkbox etc. We believe, the result is affected by the printer driver but cannot really find a way, to avoid the problem and get a clear print at all of our customers.Anyone figured out how to solve the problem? CA Support unfortunatly couldn't help   We are using CR Merge Moduls XI R2 in our Report Viewer, Word 2003, Problem appears on local machines as well as on Citrix.

Similar Messages

  • 'Hiding' linked OLE objects

    Post Author: david76r
    CA Forum: General
    Hi There,
    I'm using Crystal 9 to create PeopleSoft checks.  For security purposes, we would like the signature images to appear only when the report has access to the linked image, which is on a floppy disk.  i.e, no disk, no signatures.
    I have inserted the images as linked OLE objects, however, the images are showing up even though the disk/source is not present. Could someone advise as to how to make this images show only when the source is available?
    thanks

    Older versions of Crystal reports would only update the OLE images when the report was opened. Later versions allow you to use a database field with a path to link the objects through.

  • Linking smart objects with it's layer mask

    ther must be a way to link smart objects with it's layer mask without having to rasterize....isn't there?

    You're pre-CS4 right?
    1) Upgrade to CS4
    2) Put SO in a group, link mask to group
    3) ...
    4) Profit!

  • Methods of OLE-objects with IN OUT parameter

    How can I invoke a method of an OLE-object with IN OUT parameter?
    Trying
    obj := CREATE_OLEOBJ(localobject VARCHAR2, TRUE);
    INIT_OLEARGS (n+1);
    ADD_OLEARG (newvar_1 NUMBER/VARCHAR2, vtype VT_TYPE := VT_R8/VT_BSTR);
    ADD_OLEARG (newvar_n NUMBER/VARCHAR2, vtype VT_TYPE := VT_R8/VT_BSTR);
    CALL_OLE(obj OLEOBJ, memberid PLS_INTEGER);
    newvar_x := GET_OLEARG_<type>(x);
    I get the old value of newvar_x, but it must be changed
    Methods with only IN parameter work fine.
    I've tried this with OLE2-package, but it hasn't worked too
    Can somebody help
    Thanks

    Hi Gurus
    I know this is very old post.
    but dose anybody know the answer.
    thanks

  • Linked OLE Object on a Web Server

    I searched for the answer to this, and haven't found it.  If it's already been answered, and I missed it, I apologize.
    I have a report (several actually) that has a link to a MS Word document.  It was added to the report as an OLE object, type "Document", update "Automatic".  The location of the document is C:\Program Files\Common Files\AppName\BlahBlah.DOC.
    The report is installed in two places.  In one place, C:\Program Files\AppName\ , I have a winforms app that opens and displays it.  The report links dynamically and works like a champ.  Changes to the document appear in the report.
    The report is also installed to C:\inetpub\wwwroot\AppName\Reports.  There's a web app running there that prints the report.  It looks good, except it only shows the snapshot of the original document as it was when the report was created.  Changes to the .DOC are not appearing.
    I'm sure the problem is that the path to the document is in the C:\Program Files\ ...  directory which isn't in the web path of C:\inetpub\wwwroot\AppName.  Normally, a web server can only see the files in it's own directory tree, as that is it's root directory.
    When the document is originally added to the report, it won't let me set the link as "./Reports/BlahBlah.DOC".  That would solve the problem.  But it stores the full path, which isn't available to the web app.
    I'm sure theres something simple that I must do to make this work, but I haven't found a solution yet (perhaps because the answer is too simple).  Thanks in advance.
    Glenn

    Hi Glenn
    Please provide following information:
    1.Version of crystal reports(HELP>>About Crystal reports)
    2.Is crystal reports embedded in any other application
    3.What is your runtime environment(.NET,Java)
    4.Are you programatically modifying report(s).
    FYI -
    1.In crystal reports stand-alone application(XI Release 1,XI Release 2,CR 2008),user is able to insert a .doc and when the 'Link' checkbox is checked (while inserting the doc into the report),the changes are automatically reflected.
    2.As a test,you can create a new report (in any of the versions mentioned above)on Xtreme sample database(using odbc connection and the "Xtreme sample database 11.5" dsn),and insert an OLE object in the report.
    Thanks

  • OLE object using MS Word -- Unprotect/Protect document

    Hi.
    I'm on ECC6.0. I need a functionality to open a Word file (.rtf / .doc) on user's temp folder, unprotect it (like using Word's Tools -> Unprotect Document because, by default, the doc is protected w/o a password) to be able to protect it with a password, and then save it. I tried the following code but it's not working as I expected for the requirement:
    TYPE-POOLS: ole2.
    DATA:
    lo_word TYPE ole2_object,
    lo_worddocs TYPE ole2_object,
    lo_worddoc TYPE ole2_object.
            CREATE OBJECT lo_word 'WORD.Application'.
            GET PROPERTY OF lo_word 'Documents' = lo_worddocs.
            CALL METHOD OF lo_worddocs 'OPEN'
              EXPORTING
              #1 = lv_file_source.
            GET PROPERTY OF lo_word 'ActiveDocument' = lo_worddoc.
            CALL METHOD OF lo_worddoc 'UNPROTECT'.
            CALL METHOD OF lo_worddoc 'PROTECT'
              EXPORTING #1 = 'password'.
            CALL METHOD OF lo_worddocs 'SAVE'.
            CALL METHOD OF lo_worddocs 'CLOSE'.
    In tcode SOLE, I found two relevant entries:
    OLE application      WORD.BASIC
    Version number       6
    CLSID                {000209FE-0000-0000-C000-000000000046}
    CLSID LibType        {000209FE-0000-0000-C000-000000000046}
    OLE object name      WORDBASIC
    Type Info key        NO_TYPELIB
    Include program
    Language             EN
    Check authorization
    Text Microsoft Word 6.0 Wordbasic
    OLE application      WORD97
    Version number
    CLSID                {000209FF-0000-0000-C000-000000000046}
    CLSID LibType
    OLE object name
    Type Info key        NO_TYPELIB
    Include program
    Language
    Check authorization
    Text
    Pls help me to the right track.
    Thanks.

    Post Author: fwinter
    CA Forum: .NET
    We have the same problem. A page footer generated in Word, embedded in a CR-Report shows in the report viewer with overlapping characters. This is "a known limitation" we were told. Not really a problem, but when exported to PDF, the PDF also shows the overlapping characters and prints with overlapping characters as well. This is our problem!We've tried different fonts, different font- an pagesizes in Word, the "can grow" checkbox etc. We believe, the result is affected by the printer driver but cannot really find a way, to avoid the problem and get a clear print at all of our customers.Anyone figured out how to solve the problem? CA Support unfortunatly couldn't help   We are using CR Merge Moduls XI R2 in our Report Viewer, Word 2003, Problem appears on local machines as well as on Citrix.

  • Maintaining active links and objects when converting Word to PDF

    I'm using Acrobat X Standard and am trying to convert a Word 2010 file to .pdf.  The Word document has an embedded Word file within it (Insert > Object > Display As Icon), but when I convert the Word file that embedded object is not active - it's more or less a static picture.  All hyperlinks (e.g., URLs, Table of Contents) remain active links, except for the embedded object.  How do I accomplish this?

    You don't. The whole application infrastructure requird to support the insert of an object into an Office file is not something that can be sent over and into a PDF.
    It's not something supported by PDF.
    Be well...

  • Use of OLE Objects with the Publisher tool

    Our company is trying to put user guides, screen shots, report examples, etc. on the BPMN diagrams that we are creating. I am wondering if anyone has figured out a good way to get multi-page documents to show up as icons which can be clicked from the Business Process Publisher web client. The normal OLE's work decently for users with BPA installed, but they are not hyperlinked in the Web Client. One option I tried was simply displaying the OLE not as an icon, but simply as it's own diagram in BPA, so it would be available that way, but the problem there is it only shows the first page, and it doesn't allow it to be linked to from an icon, it only uses the assignment icon. Any ideas? Best practices?
    -Chris

    HI Chris
    there are link attributes which let you browse and choose a file as link.
    when you create a web export, the files choosen as links for attributes are also exported on Business publisher.
    One of the three profiles you choose when doing a web export support files being copied on BP server
    Cheers

  • How to LInk Business Object with Portal

    HI,
    My exact requirement is that i want to trigger a event of BUS10001006 business object through Portal. In Portal i have an iview with a parameter and a Delete button. I enter the Material number and then press the delete button. On Trigger of delete button a BO event shoud trigger which in turn will trigger the Workflow.
    The Workflow part is done but we are not sure how to link the BO/event of BO with Portal so that it triggers workflow.
    Regards
    Naveen Gupta

    BOBJ integration into portal is in NO WAY similar to ESS business package deployment. For that matter, it is not a business package at all.
    BOBJ itself is a web based application that interfaces with BW to retrieve different types of reports. So for the integration with SAP Portal you would not need to deploy any content (Except a few par files) on the portal.
    Basically, for BOBJ integration you would have two options:
    1. Integration using the iview template or URL iviews
    2. KM Based integration
    This topic has been discussed many a times and there is lot of information out there on SDN.
    You can start with the following link:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/IntegrationofBOEXI3.1intotheSAPEnterprisePortal+7.x
    Please revert if you have any specific questions.
    Thanks,
    Shanti

  • Blackberry Link for Q10 with Outlook Sync has very poor performanc​e and not good Functional​ity

    I am wondering if anyone has tested this software. Blackberry Sync software for my previous phones were wonderful. I can sync my contacts and calender in a very short time. With this new Blackberry Link it takes about 1 1/2 hours Plus to complete. And when it does complete - it duplicates entries which I did not want.
    Plus what is missing is the following:
        1. I am not able to say Update both Device and Outlook any longer. This functionality is gone.
    My question: How does it do a two way sync if I only have a choice to use what I have on my phone or on outlook only
    I want to be able to update my Outlook contacts with changes and addition I made on my Q10 phone and update my device with changes I made to Outlook.
    Why did Blackberry remove this very flexible choice? Plus Blackberry Link has very poor performance.
    I work for a large company and I do Enterpirse Software testing daily. Performance is the number one complaint for customers on top of the UI and functionality.

    Thanks for the reply.
    OS: Windows 8.1 Pro 6.3.9600 Build 9600
    Link: 1.2.3.23
    BB Desktop: 7.1.0.41
    Anti Virus: Avast 140312-0
    Firewall: None
    A thing I noticed when I opened Descktop Software for the first time since the new Z30 is that the old application thinks it is looking for a Z30.  I havent even opened the application since before I got the new device.  The only way it could think I have a Z30 is if it is using a lot of the same files as Blackberry Link.   That is some pretty terrible software development practices in my opinion.  I'm going to take your suggestion and uninstall both apps, run a registry cleaner and reinstall BB Link and I bet it works a lot better afterwards.  
    EDIT 12 March 2014 7PM EST
    Still all of the same errors with regard to syncing outlook contacts and Schedules.  I will post all of the error messages I recieve here as I see them.  Application is always started by connecting device with USB cable.
    "Sync was unseccessful
    Caught _com_error exception. Description(): Error in MAPILogonEx: MAPI_E_CALL_FAILED; Error(): -2147467259 (0x80004005); ErrorMessage(): Unspecified error; Source(): XCPCRdmptn.RdRDOSession"
    REBOOT
    Change to sync contacts only, 1-way sync to computer, always use device data
    "Sync was unsuccessful
    CPreferencesManager: Configuration Value for /Preferences/Account_1_65537/DevicePin not set in TransConfig.xml for translator RimBB"
    REBOOT
    Application went through the whole process and hung for about 15 minutes and then completed successfuly syncing contacts only.
    Change to callendar only.  Sync completed successfuly.  No hang or errors. very quick.
    A new recurring appointment on the device was not transferred to the computer.  
    Sync callendar again, completed successfuly.
    Appointment is still not transferred to computer.
    So far I've spent an hour tonight trying to sync my contacts and appointment changes from just one day.  I'm not thrilled.

  • OLE Issue with MS-WORD

    hi,
        I am using OLE to integrate SAP and MS-WORD to achieve a requirement. In the requirement i am supposed to create a table in MS-WORD however i am able to create a table however when i am trying the second table its creating in the first table itself in the 1st row and 1st col as the cursor is not moving out of the table so the second table is creating in the first table itself. I am using VB commands after some learning i have come up with this command in VB however i am not sure how to write the equivalent command in SAP i am writing the code below let me know how to write in SAP ?
        Selection.MoveRight unit:=wdCell    ' move to first row second column
        Selection.MoveRight unit:=wdCell    ' move to second row first column
        Selection.MoveRight unit:=wdCell    ' move to second row second column
        Selection.MoveEnd unit:=wdLine, Count:=1    'select whole second row second column cell
        Selection.MoveDown unit:=wdLine, Count:=1   'MOVE DOWN
    This code gets the cursor out of table with 2 rows and 2 columns and out of the table.
    Thank you

    Can you please write how you solved the problem so others can benefit from it?

  • Using Access to store OLE objects like Excel , Word docs and retrieve them

    Hi folks,
    I need a solution for this problem guys.
    The logic is like this : A portable exe file and a database. Database contains files stored ( embedded ) in it like Excel , Word , notepad etc.
    On running the exe file and giving necessary prompts or combo entries, it should display all files related to the selection and On clicking the link the document should open itself.
    Why I use Access : Most of the PC contains MS Office. Otherwise I have to use a lightweight protable database.
    Also it should be able to store files into it. As far as I know , Access can store excel and images etc. Is there any other protable db capable of storing excel and word docs.
    After storing how do I retrieve the file. I have read about displaying images. What about excel files...

    Portable as in the sense every one can cary the file and the MS access database and can access data whenever they want . They can carry it in their flash drive / USB drive. Only the data base would get updated with the data. So in effect , One could access the updated documents by the means of a query.
    This should work in Windows environment

  • Change value of option button (OLE object) in Microsoft Word file

    Hi guys,
    I would like to convert a macro from VBA to AppleScript. Unfortunately, I'm the beginner of AppleScript and I don't know how to change value of an option button in Microsoft Word.
    For example, I have an option button with 2 options (group name = question413) Yes and No. Now, I would like to open Word file, then change value of option button with group name "question413" to Yes. Below is my code in VBA.
    SetOptionButton "question413", "Yes"
    Public Sub SetOptionButton(GroupName As String, Value As String)
    Dim oShape As Word.InlineShape
    For Each oShape In ActiveDocument.InlineShapes
    If oShape.OLEFormat.ProgID = "Forms.OptionButton.1" Then
    If oShape.OLEFormat.Object.GroupName = GroupName Then
    If oShape.OLEFormat.Object.Caption = Trim(Value) Then
    oShape.OLEFormat.Object.Value = True
    Else
    oShape.OLEFormat.Object.Value = False
    End If
    End If
    End If
    Next
    End Sub
    How could I convert them to AppleScript?Any comments would be highly appreciated.
    Thanks,

    Hi
    Theirs a pretty in depth tutorial over at MACTECH, which I think will aid your in your code transition
    Moving from Microsoft Office VBA to AppleScript:
    MacTech's Guide to Making the Transition
    http://www.mactech.com/vba-transition-guide/index.html
    Budgie
    Message was edited by: Budgie
    Their is also the possibility you could use the "do Visual Basic" command, not to sure about thta though

  • When i try and forward and email with excel or pdf attachments i get a note come up with the attachment has bad files this is since i downloaded mountain lion... can any one help??

    can anyone help me... since i downloaded mountain lion when i try and forward a email with an attachment pdf or excel it will tell me in a yellow box above my recievers email address " ID problem with files" or something like that.. HELP...... thanks

    Let me guess: you're using a Hotmail account.
    Look what I've found, it seems to have to do with MS Silverlight. Update that, and all should be good.

  • OLE objects linked to MS Word/MS Excel do not update in InfoView

    I am facing the following problem:
    - Embedded a Word document as linked OLE object into a crystal report and stored it to Enterprise repository.
    - When opening the report with CR Developer from my workstation, links are updated and changes made in the .doc file are reflected, the report is updated
    - However when displaying and refreshing the report in InfoView changes aren't reflected.
    The OLE link (type document) is set to update automatically. I tried to store the report to the enterprise repository with and without data. Yet no difference - no update in either case. Neither scheduling nor opening and refreshing the report in InfoView helps.
    I further inserted an OLE object linked to a bmp image, and for the image refreshing works, even in InfoView
    So am I doing something wrong?
    Some threads in this forum indicate that only OLE linked pictures (bmp, jpg) can be refreshed dynamically, e.g.
    [Dynamically change path to OLE file]
    Others indicate that it is also possible to dynamically refresh OLE objects linked to .doc, e.g.
    [Re: Link to Word document doesn't refresh when running from Infoview]
    - Is it at all possible to dynamically display the contents of .doc or .xls files in a CR when viewing and refreshing the report in InfoView (without the need to reopen and resave the report with CR Developer first) ?
    - We are using BOE XI3.1 SP3 and Crystal Reports 2008 SP3.  On the BOE server Crystal Reports Developer is not installed. Can this be a prerequisite for the OLE links to update in InfoView?
    - Any other suggestions?
    Thanks
    Konrad

    Hi Don,
    Thank you for the quick reply.
    - You say that this works in CR Designer. That's right. As described above, even I can open the report with CR Designer and the links are getting updated.
    - However if I do not reopen and resave the report with Designer ... if I just open and refresh the report in InfoView to get the updated information from the files ... changes are not shown. I face this problem ONLY with ole links to .doc and .exe. OLE links to image formats such as .bmp do work. WHY?
    My files are already stored locally to the BO server and the (changed) image files are read and updated from exactly this directory. But not the linked Excel and Word files...
    Thanks
    Konrad
    Edited by: Konrad Hartl on Jan 25, 2011 8:04 PM

Maybe you are looking for

  • OPen and closing of fiscal year variant

    Hi friends, in ob52 once we opened a fiscal year. Can we closed that for every month end after month end procedure. Once closed can we open at any time. Thanks in advance

  • R3 upgrade from 4.7 to ecc6.0

    hi, i am getting the below error in R/3 Upgrade: UPGRADE/SWITCH: START OF PHASE LOADCRE_TMP CURRENTPHASE MAIN_SWITCH/LOADCRE_TMP ...started at 20110211153653 Using phase log file 'LOADCRT.LOG'. Reading Parameter File "D:\usr\sap\XLM\upg\abap\bin\LOAD

  • Output Error in Billing

    Hi, We have currently configured the VAT for higher secondary Cess and VF02 getting the Error in billing print preview and printing. for the higher secondary cess appears twice in the printing I have checked it in pricing procd.and also ine the Billi

  • Limit on number of records in alert?

    Hi all I have created a query which returns about 4.000 records. For reporting to an external party, I want these mailed once a week using regular e-mail. I've set up an alert, which basically works fine. However, the number of records in the e-mail

  • What applications are being used on this website to give the "flashy" look?

    Hi Im useing the new dreamweaver, and im confident in creating a basic website, however I want to move up to the next level, so could any one please tell me what other products this company are using to create the effects? and maybe a little pointer