Access to Export formatting options that may not be readily available?

How can I access Export formatting options that existed in CR XI using CR VS2010?
I am converting an app from CR XI to CR VS2010 and am attempting to generate DiskFile exports.  The general process is succesful, but there certain formatting options I cannot find in the API:
NumberOfLinesPerPage(n);
UserDefinedCharactersPerInch(n);
CharFieldDelimiter(c)
UseReportDateFormat(b)
UseReportNumberFormat(b)
I have found some mention that some or all of these are still available via the RAS interface.  Given my efforts in updating my database connections on the fly, I am now somewhat versed in RAS access, but am struggling with how to use it to format my exports.  Can I set the above options somehow, and if so are there any examples of how to do this?

Yes, the RDC.  In fact, I was reading a doc entitiled Migrating from RDC to .NET which had this:
ExportOptions.UseReportDateFormat
RDC
Set the date format to be the same as report.
Report.ExportOptions.UseReportDateFormat = True
.NET
Not supported in the .NET assemblies, but supported in the ReportClientDocument object model provided with the Report Application Server (RAS). RAS is available with Crystal Reports Server and BusinessObjects Enterprise.
ExportOptions.UseReportNumberFormat
RDC
Set the number format to be the same as report
Report.ExportOptions.UseReportNumberFormat = True
.NET
Not supported in the .NET assemblies, but supported in the ReportClientDocument object model provided with the Report Application Server (RAS). RAS is available with Crystal Reports Server and BusinessObjects Enterprise. 1/3/2006 4:51:00 PM Copyright © 2006 Business Objects. All rights reserved. Page 44
crxi_r2_migrating_from_rdc_to_net.pdf
I admit I missed the Text Format properties. Thank you.  I'm just not a heavy with this.  In the RDC, when I set UseReportNumberFormat and UseReportDataFormat then that would apply regardless of my output file type.  With this, it seems only to apply to CSV.

Similar Messages

  • This page contains some SWF objects that may not work properly...

    Hello Guys
    I bought this menu made by f-source into my page:
    http://beta.asphalt-driveway-sealing.com/, it's working fine except I got this message each time I am opening my file with dreamweaver CS4: 'this page contains some SWF objects that may not work properly in the most recent versions of Internet Explorer. Dreamweaver cannot  convert them to the new SWF markups. Please delete each of them and insert again' and what I did but still got this message
    the developer told me that: "I previous versions of Dreamweaver you could disable the Active
    Content Converter http://f-source.com/before_insert/
    In CS4 there is no such option."
    Please let me know what can I do then.
    Many Thanks, T&T

    Hi
    CS4 uses a 'nested' type of object code to insert swf/flv files, which is more compliant than previous code. Obviously the f-source extension is not cs4 compliant if it is changing this, (the message indicates it is doing so) and is something you should pursue via there support department. However even though it is giving you this message it should still work on live pages.
    PZ
    www.pziecina.com

  • My computer restarted automatically, and since then, Firefox refuses to load, it crashes instantly as I try to open it, I cannot access any of its options that way. What can I do?

    Last night, as I was asleep, my computer restarted automatically, most likely due to an update of some sort. Usually, that is not a problem, as everything works just fine afterwards. HOWEVER, this time, it was not the case. Since it restarted, Firefox (3.6) refuses to start properly, and crashes immediately.
    I can see the white page popping up for a split second before getting a message saying that it crashed, and that I should send a report. I tried looking at the help FAQs on this website, about how I should be able to get a code for that specific crash's details. The problem is, however, that my last submitted report, according to my computer, is in june 2010, and we're currently in september 2010.
    I still tried to refresh after the report has been completed, but nothing. So I figured I'd try to check in the details of that latest report, but 'lo and behold, it doesn't work, even though I followed the explanations provided on this website perfectly.
    I did try to restart my computer again, and even download the latest Firefox version again, and reinstall it (even though that's what I had), but to no avail. It still does the same thing.
    At the moment, I am using explorer, and would very much like to be able to use Firefox again, as I have most of my bookmarks in there and usually prefer to use Firefox, although I've been having other issues with it lately. I don't think they're related to the constant crashes, but if you insist on me sharing those, then I shall do so.

    Can you start Firefox in [[Safe mode]] ?
    You can also do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can initially skip the step to create a new profile, that may not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • ITunes randomly stops playing purchases that have previously viewed on the same hardware. It has an error message about HD. How can this issue be resolved?  What information is available besides the "learn more" option that does not deal with the problem?

    iTunes randomly stops playing purchases that have previously viewed on the same hardware. It has an error message about HD. How can this issue be resolved?  What information is available besides the "learn more" option that does not deal with the problem?
    Many people have the same problem. However, there is little or nothing readily available to users. This problem has existed for two or more years. Does anyone have anything to offer about this disturbing problem?

    Thanks for the suggestion kcell. I've tried both versions
    9.0.115 and 9.0.124 and both fail with the policy permission error.
    I also tried with and without your crossdomain.xml file but
    with the same result. It looks like this file is intended for URL
    policy, instead of socket policy. Recently Adobe separated the two.
    When I run with the files installed on my dev PC, it does
    work, which makes sense because the flash player isn't loaded from
    an unknown domain.
    I did get one step closer. If a crossdomain.xml in the server
    root exists and the socketpolicy file is loaded from the app folder
    then the first two warnings disappear. The logs now show:
    OK: Root-level SWF loaded:
    https://192.168.2.5/trunk/myapp.swf
    OK: Policy file accepted: https://192.168.2.5/crossdomain.xml
    OK: Policy file accepted:
    https://192.168.2.5/trunk/socketpolicy.xml
    Warning: Timeout on xmlsocket://192.168.2.5:843 (at 3
    seconds) while waiting for socket policy file. This should not
    cause any problems, but see
    http://www.adobe.com/go/strict_policy_files
    for an explanation.
    Warning: [strict] Ignoring policy file with incorrect syntax:
    xmlsocket://192.168.2.5:993
    Error: Request for resource at xmlsocket://192.168.2.5:993 by
    requestor from https://192.168.2.5/trunk/myapp.swf is denied due to
    lack of policy file permissions.
    Which basically says, everything is okay, but you stay out
    anyway.
    PS: I found the XML schema files here:
    http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_02.html
    and the socket policy schema:
    http://www.adobe.com/xml/schemas/PolicyFileSocket.xsd.
    UPDATE: When serving up the policy file on port 843 using the
    example perl script then the socket connection seems to be accepted
    and the connect succeeds. After that flex hangs trying to logon to
    the IMAP server.

  • PDF export format options are ignored when exporting

    I can't get the PDF export format options to work.  No exception is thrown; it's as though the export format options are simply ignored.  In broad terms, the relevant code looks like this:
    ExportOptions exportOptions = new ExportOptions();
    exportOptions.setExportFormatType(ReportExportFormat.PDF);
    PDFExportFormatOptions pdfExportOptions = new PDFExportFormatOptions();
    pdfExportOptions.setCreateBookmarksFromGroupTree(true);
    exportOptions.setFormatOptions(pdfExportOptions);
    ByteArrayInputStream byteArrayInputStream =
        (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(exportOptions);
    Other options (setting start and end pages for export) are also ignored.
    Curiously, I am able to apply export format options just fine for other formats; e.g. when setting the export format type to ReportExportFormat.characterSeparatedValues and using a CharacterSeparatedValuesExportFormatOptions object as appropriate, I am able to set options like delimiter and separator just fine.
    How can I prevent the PDF export format options from being ignored?

    hi
    Are you using RAS or Crystal Report runtime? and what's the version? It might be a bug. Have you tried:
    ByteArrayInputStream byteArrayInputStream =
        (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(ReportExportFormat.PDF);
    and does it work?

  • Does anyone have a list of the fonts that may not translate well between keynote and powerpoint?

    does anyone have a list of the fonts that may not translate well between keynote and powerpoint?

    Is this it? (might take a few seconds to transfer to the right page)
    http://web.archive.org/web/20090223143955/http://kb.adobe.com/selfservice/viewContent.do?e xternalId=kb404440&sliceId=1
    MTSTUNER

  • How can I export a file that may use in Final Cut Pro?

    Hello friends,
    May I know how to export a file that I can use it Final Cut Pro???

    If you are talking about rendering then just use any production codec that FCP supports. You have access to them all. Use the Render Cue or create a custom preset in the Adobe Media Encoder.
    If you want to do something like dynamic link with FCP, that does not exist. You can save a PPro project as a FCP XML but any PPro effects or PPro settings unique to PPro will not come across. If you turn an After Effects project into a FCP project by going through PPro as was suggested then you will NOT get any of the effects you applied to your composition or any of the animation or anything but the footage In and Out points, opacity, rotation and position because that is all that will be moved into PPro because After Effects plug-ins are not compatible with PPro. If there is a dynamic link to an AE project in your PPro project that will not move to FCP at all. You'll get nothing.
    So the long and short of it is if you want the work that you have done in AE to show up in FCP you must render the project. I use ProRez 444 10 bit for any work I do on FCP. You can make a custom Output Module preset to help speed up the workflow.
    If you are new to AE please read this on rendering: After Effects Help | Basics of rendering and exporting
    If you are really new please go through these three tutorials: Basic Workflow

  • After auto update recently, norton internet security won't work. error message:windows cannot access specified path...you may not have appropriate permissions to access item

    Firefox did an auto update and since then I cannot open/run Norton Internet Security. It won't even let me update it or re-install it. I get an error message stating Windows cannot find the specified path. You may not have appropriate permissions to access this.

    Hi
    Some required information are needed for us to help you.
    Hi NabeelOmer,
    We wonder if you have taken any action such as system restore after this issue occurred.
    You might also try this command to restore your access control list.
    Run this command to navigate to the drive letter, example is D
    D:
    To reset all permissions, run this command
    icacls * /reset /t /c /q
    Visual Studio is a very invasive program and which provides the ability to enumerate projects and solutions for system, user should never try uninstalling it manually without any guidance.
    Visual Studio made changes for your whole system, if the file has been moved or deleted this error would occur.
    Since you mentioned that you get this error almost everywhere even in control panel. We suggest you repair/reinstall your Visual Studio first and check if it could be fixed.
    How to: Repair Visual Studio
    https://msdn.microsoft.com/en-us/library/aa983433%28v=vs.90%29.aspx?f=255&MSPPError=-2147217396
    Regards
    D. Wu

  • Is Quicktime the only slideshow export format option?

    I'm to give a presentation this Thursday night (2-24-2011) in Mac Powerpoint format that will incorporate someone else's [short] presentation. However, I just found out that this person used iPhoto's Slideshow feature but wants to be able to stop and start using my laser pointer w built-in slide control.
    He has about 90 photos/slides or else I'd have simply told him to just export each photo as a low-rez jpeg. I've never used the slideshow feature in iPhoto so I'm wondering if there's another export option that doesn't require the actual app, Quicktime format, or exporting 90 images?

    You can only export as a QuickTime Movie or as 90 discreet images.
    Regards
    TD

  • Can I access iCloud on a computer that is not mine?

    Is it possible to access all of my icloud stuff off a computer that is not mine?

    You can access it at http://icloud.com . You wouldn't want to sign into it in System Preferences (on a compliant Mac) as then they would be getting your emails and other data.

  • Fixing Exported PDF documents that do not display drop shadows

    Now, what is the solution to this problem?:
    iWork Pages: The drop shadows in Pages and Keynote are generated by a component of Mac OS X. When you view iWork-generated PDF files in Preview, you'll see these shadows. However, if you view the PDF with a third-party reader that doesn't use this component, the shadows will be missing.

    Hi sgfoto,
    This is not the exact solution but just a trick.
    Try this:
    1. How about open your file and Export into images i.e *.png, or *.tif.
    2. Save into one folder.
    3. Create New file.
    4. Paste all of the image, clue: one image for one page.
    5. Then Export as a *.pdf file.
    Hope this may help and give you an idea.

  • Grey screen of death that may not be HDD problem?

    Hey,
    I was using the latest Lion OS X on my MBP last week when I experienced the "grey screen of death". This was the first time coming across this. I read conversations from many forums, realised it seemed to be common (wasn't getting past grey boot screen) so assumed my solution was to install a new hard drive.
    So I purchased, and replaced my factory Seagate with a new Intel 320 series SDD.
    Now I am trying to install Lion OS X from a bootable DVD. I turn it on, press option, and enter into the Mac OS installer (my only option; ie no other disk). In the installer I can get through the first few steps....Language choice, agreements etc... but when asked where i want to install the OS to, I have no options. Is this because my disk is not being read again? And is probably therefore something else faulty besides my Hard drive?
    Thanks in advance
    Angus

    So you booted the computer from the DVD drive and it loaded everything it was supposed to off that DVD disc.
    Correct?
    And then again off a USB flash drive of some type? Did know it could boot from a SD card in the SD slot. In fact I thought that all MBPs could not boot off the SD card slot.
    I'm of the opinion you have a bad hard drive cable. Do you have a SATA to USB adapter of some type?
    If not you can get one for under $20. Then you can try booting off your drive connected to a USB port. If the computer boots fine then it is the hard drive cable.
    Seems a lot Apple notebooks suffer from bad drive cables.
    You may also be able to use the Online Apple Hardware Test. Boot the computer and hold down the "d" key just as the startup sound starts and kep it held down until you se a globe in the middle of the screen.

  • A Question that may not have an answer?

    I'm writing a book, nearly 400 pages, and its set up in 12 documents listed under one book.   The problem I'm encountering is that I'm trying to link certain words to their definitions.   The definitions are scattered through the second document.  Is there a way to link multiple words scattered through various pages, to a specific location. Its not a foot note or end note.
    Exampe.  On page 225, 228, 257, 329 is the term WYLD ONE, and I want it to link back to page 30 where the definition is.

    Im Nathan wrote:
    I'm writing a book, nearly 400 pages, and its set up in 12 documents listed under one book.   The problem I'm encountering is that I'm trying to link certain words to their definitions.   The definitions are scattered through the second document.  Is there a way to link multiple words scattered through various pages, to a specific location. Its not a foot note or end note.
    Exampe.  On page 225, 228, 257, 329 is the term WYLD ONE, and I want it to link back to page 30 where the definition is.
    Do you want to create links that work in interactive PDFs, so that when a reader clicks the term on any of those pages, the viewed page changes to the definition page? Or do you want to capture the definition text from page 30 and display it at the occurrences of WYLD ONE on pages 225, 228, 257, 329?
    For either of these, you can use an InDesign cross-reference. Search Google for terms like "indesign cross-references," "InDesign cross-reference formats," and "indesign cross-reference building blocks," without quotes for lots of good resources.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Why I can not scroll menu drop down via mouse wheel to pick an option that is not visible?

    I am using FF 22.0 on Windows 8. When I start scrolling on drop down menu which show the vertical scroll bar via mouse wheel event on my touch pad when the cursor is on the menu area, Firefox just close the menu. I don't install any add on related to mouse/touch event.
    Toggling Use autoscrolling, Use smooth scrolling, or Use hardware acceleration has no effect.
    This error behavior is not happening in IE 10. I just want some clarification whether this is a bug or I just failed to find some configurations that fix it.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • My Safari won't open and Can't find Genieo Files so that may not be the problem

    Safari 8.0.2 update installed today. I got a

    Safari 8.0.2 update installed on my MacBook Pro  wi OS X Yosemite. Now I can't open Safari. I get a message ""Safari Quit Unexpectedly". I see other people having the same problem have been told they have the Genieo Adware installed on their computer. I followed the instructions and did not find any of the Genieo files on my computer. I did have an Installmac folder in my downloads which I deleted. Otherwise, I need assistance on getting my Safari to work again.

Maybe you are looking for

  • How to view report from a Form

    I am trying to call a parameter report from a form passing all the parameters, using RUN_PRODUCT procedure. I want to display the report and not to print it. I set the destination type to 'sysout' and the mode to BATCH. I think the mode has to be bat

  • Items above region content

    Hi, How can I customize "Page Template Region 5" to show the "items" above the region? I want to customize this region something like "Page Template Body (3. items above region content)". Thanks in advance. Balaji Chellappa

  • Audiobook chapters, not work in iphone os7 update and itunes 11.1

    With the new update chapters is not working. Does anybody have a way to fix this! Iphone 5 with os7 update and Itunes 11.1

  • Login vnic shows blank no info

    when I do this following on my FI, I am getting no info at all connect adapter 1/3/1 connect attach-fls adapter 1/2/1 (fls):2# vnic vnic ecpu type state   lif 23   1    fc   active  12 24   2    fc   active  13 login 23 any idea why?

  • Poor Video quality when importing from SONY DCR-SR100

    I am brand new to Mac and iMovie and FCE. One of the reasons I switched to Mac was frustration over poor video output from Windows based video editing programs. When importing video from the SR100 into iMovie and then iDVD, the DVD quality is noticea