Report file properties dialog on MS Vista

Post Author: DCox
CA Forum: General
My company runs and distributes CR v11.x as part of our application currently running on XP.  We are migrating our application to Vista.  Our application, written in PowerBuilder v10.5, reads some of the user-defined file properties of the report (.rpt) file via the OLE API.  On XP, the specific properties I need to see are on the Summary tab of the properties dialog you get by right-clicking the .rpt file in the XP Windows Explorer.
Our application uses the Title, Subject Keywords and Comments properties in XP to build a Tree of available reports in our application.  These properties are not displayed in Vista's property dialog for CR report files built on XP and copied to Vista.  Is there a version of CR that will display these properties?  Our application retrieves these properties on Vista but they are not visible in the Vista properties dialog.
Also, is there information about the CR API (for Vista) that will show me how to access the MS OLEDocumentProperties SummaryProperties and CustomProperties?
Any assistance is appreciated.

That is an excellent find. I would definitely let Apple know.
http://www.apple.com/feedback/iphone.html
http://www.apple.com/feedback/itunesapp.html

Similar Messages

  • Change File Name In The "File Download" Dialog Box For Web Reports

    Hi All ,
    I followed the below note to change the "File Download" name.
    How To Change The File Name In The "File Download" Dialog Box For Web Reports? Doc ID: Note:418366.1
    However its not working. Has anyone tried this and works fine ?
    Basically I wanted to change the name "rwservlet" when a report is run in an
    excel format.
    Rajesh Alex
    Rajesh Alex

    Hello,
    Have you checked if a HTTP header "Content-disposition" is returned ?
    You can use ieHTTPHEaders for IE
    http://www.blunck.se/iehttpheaders/iehttpheaders.html
    and
    Live HTTP Headers for FireFox
    https://addons.mozilla.org/en-US/firefox/addon/3829
    Regards

  • MPEG-4 File Properties & Vista

    Hi
    I have recently had to upgrade to Windows Vista. When I used Windows XP I was able to edit the file properties of both MPEG-4 file properties (details) and MPEG-3 files. Both file types interacted directly with the iTunes Get Info menu.
    Unfortunately, I can no longer edit MPEG-4 file properties and when changes are made using Get Info they are not reflected in Windows Explorer.
    I have examined permissions, but this doesn't seem to make any difference.
    What happened to all the file properties? How can I edit MPEG-4 files?
    I do like to make all my files consistent, but am no longer able too.
    Any help would be greatly appreciated.
    Thanks, Duncan

    Are you running as administrator? You can turn off the security, that might help. You would be same as XP then. Can you edit the properties using Windows Explorer (right click on file name, go to properties menu option, Details tab). I don't have iTunes on my Vista as yet, but you might first confirm that outside of iTunes you can make the changes. If not, that would give you a clue as to why iTunes cannot either.

  • File download dialog box -running report

    I am calling one report from my Oracle 9i Developer Suite Application. When i call one report using 'delimited' format, the run runs okay opening in a new Internet Explorer(IE) instance. But, when i call another report, the File download dialog box -running report opens which asks whether u want to open the file or save it in your computer. I hope, my doubt is clear.Please help me in this as it is very urgent.
    Regards.

    This is a duplicate post. Please followup on your previous posting.
    What is the URL you specify?

  • CS6 Photoshop: One newly-created PSD filewon't print because the print dialog box won't appear altho the file properties appear to be the same as other files that do print.

    CS6 Photoshop: One newly-created PSD file won't print because the print dialog box won't appear after selecting File > Print.  Then "Print" becomes grayed out. The file properties such as permissions, are the same as other PSD files that do print.  This file also cannot be converted to Adobe PDF, which is not offered as choice under "Save as", whereas other can be.  I've exited, reopened Photoshop, restarted computer, checked out other CS6 PSD files which do print, nothing changes.  The 52 MB file has been flattened. OS is Windows 7.  Thanks for any suggestions.

    Sounds like the printer driver is having some problems.
    Try holding the space bar down when you select Print (which makes the print dialog NOT load previously used settings).

  • File properties cannot be set anymore?

    Hi,
    I have an application reading custom file properties (name/values accessible using dsofile.dll) to take actions on the processing of these files.
    Using win xp/vista, right-click on file, there is a tab "custom" where file properties/values can be added.
    In win 8.1 pro: no file properties available, and no way to add them! If I go to work, I can add properties, but these are NOT accessible using dsofile.dll.
    If I take a file from old computer, copy it to new one, there is a custom tab and I can view file properties. But no possibility to edit them nor to add properties to a new file.
    Any hint? Is it a deprecated feature / regression? Do I have to install  something (component, ...)?
    Regards.
    Alain Bourgeois

    Hi  Alain Bourgeois,
    I set up an environment and tested it according to the information listed below:
    http://support.microsoft.com/kb/224351
    Indeed, it didn’t work when you created a new office document, office 2007 Or office 2013, I get the error shown as below:
    After clicking the Detail it gives the following information:
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    ************** Exception Text **************
    System.Runtime.InteropServices.COMException (0x800300FC): The name  is not valid. (Exception from HRESULT: 0x800300FC (STG_E_INVALIDNAME))
       at DSOFile.OleDocumentPropertiesClass.get_SummaryProperties()
       at FilePropDemoVB7.FilePropDemo.OpenDocumentProperties() in D:\CDBackup\Projects\dsofile\2.1\Samples\VB7\FilePropDemo.vb:line 535
       at FilePropDemoVB7.FilePropDemo.cmdOpen_Click(Object sender, EventArgs e) in D:\CDBackup\Projects\dsofile\2.1\Samples\VB7\FilePropDemo.vb:line 724
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    This message gives the detail information to solve this issue, but I am not a professional developer, I will continue to find causes related to Windows, if there might be any, meanwhile, I suggest to post it at the VBA forum:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=isvvba
    Regards
    Wade Liu
    TechNet Community Support

  • File Open Dialog Box

    Under my install of Vista Enterprise on an AD network, I'm am not getting the "computer" option to access local and network drives when I select "File/Open".  All I get is the redirected "home" directory for that user.  True for all Adobe applications (have the latest Creative Suite 4).  Other Windows apps using Windows file/open dialog box can get to the network.  Tech support said I should have an option to select the OS dialog box, but I do not see that on my install.

    In Edit > Preferences > File Handling, uncheck "Enable Version Cue".  This is where you will find it in CS4; earlier versions may have slight variations.  In some versions, you may also get a checkbox in the file open dialog (down at the lower left, as I recall) that lets you select OS dialog or Adobe dialog.   Also, in Bridge (again CS4), go to Edit > Preferences > Startup Scripts, and uncheck Adobe Version Cue CS4.  (I have this unchecked, and even with Enable Version Cue checked in PS I don't get the Adobe dialog or the option to set it, so the setting in bridge seems to be the master.)

  • File open dialog box broken in all apps! ( 10.5.6/7

    Hi, I've got a very odd problem that Apple phone support seem to be unable to solve.
    Basically, every file open dialog box system wide is broken, from file->open in textedit to the browse button on websites for uploading files.
    When trying to display this finder panel, it beachballs for ten seconds then gives me a grey area where the usual finder browser usually resides and the open / cancel buttons at the bottom of the panel.
    I've repaired permissions which had no effect.
    The finder works perfectly other than it's little file open dialog which other applications use...
    Updating to 10.5.7 did nothing to fix the issue.
    Does anybody have any idea how to resolve this?
    Thanks!
    chris.

    V.K. had you create another user to eliminate the possibility that it is a preference file causing the problem. It was reported the problem remained with another user, so the problem is system wide, not with a single user's preferences.
    The Archive & Install is relatively painless. It only replaces the system and leaves everything else untouched. What is replaced is saved in a new folder it creates named Previous System, in case there is something there you might want to bring back (most often 3rd party files, but I have never needed anything from the Previous System folder).
    The only hassle with the A & I is resetting preferences. If you check the option during the A & I to retain user settings, there is usually not very much that needs resetting.

  • Retrieve crystal report file print settings

    I have crystal reports 10 report file, in which I edited the printer settings... collate and number of copies(2) and saved it.
    now i want to print it from VB6. I am using a customized print dialog form (not using the common dialog control)
    I want to get the collate and number of copies settings from the rpt file. how can I get those details. any API available?

    Hello Sankar  ,
    as you refer to the legacy technology VB6 I recommend to post this query to the [Legacy Application Development SDKs|SAP Crystal Reports - Legacy SDKs; forum.
    This forum is dedicated to topics related to legacy SDKs, including the Report Designer Component (RDC), OCX, VCL, and Crystal Reports Print Engine (CRPE).
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all Legacy Application Development SDKs queries remain in one place and thus can be easily searched in one place.
    Thanks a lot,
    Falk

  • Windows File Save dialog freezes a virtual folder

    We have a shell namespace  extension that presents a remote document repository as a virtual  folder in the Desktop folder. When the File Save dialog box is opened from  within Adobe Reader or  Acrobat version 9, our  virtual folder appears inactivated. Even though the common dialog box displays  the items in the folder, it is not possible to select any of the items, e.g.,  using a mouse click or key code press.
    Note that the same common  dialog when running in open mode works fine. Our virtual folder is enabled, and  an item can be selected for the Open action. It appears that the problem shows  up only when the Save dialog runs from within Adobe Reader 9 or Acrobat  9.
    The problem appears to be  limited to Windows 7 and Vista. XP does not have the  problem.
    I would like to know  why and how the save dialog gets disabled, and would like to know how  to prevent the dialog from disabling the  virtual folder. 

    Hi,
    I have followed the example you mentioned to save a picture to the folder shortcut, and the name won't change to the shortcut. Also the picture would be saved into the original folder.
    Here is the steps I did:
    1. Create a folder named New folder in My documents:
    2. Select it and then press ctrl + C and right-click on destop choose paste shortcut(named New folder-Shortcut);
    3. Right-click on a picture in one webpage then open the save picture as dialog box;
    4. Navigate to the desktop folder shortcut and double-click into it, the file name field won't change;
    5. My machine is Windows 7 Enterprise SP1.
    Would you please tell some more details on how you saved the picture?
    In addition, there might be some other applications triggered this action, we may take a look with process monitor:
    The download link here:
    Process monitor
    And here is a blog talking about how to use it:
    Process Monitor - Hands-On Labs and Examples
    If possible, please redo the action, then upload the result into onedrive and paste the link here.
    Best regards
    Michael Shao
    TechNet Community Support

  • Windows File Properties vs. Content Services Properties

    Hi.
    On behalf of a customer I am evaluating Windows file properties vs. CS file properties.
    Client Environment: Windows XP SP2, O-Drive.
    Rightclick a File stored on O (O-Drive, Content Services).
    a Props. Dialog shows up, the first tab is General*. It shows several file
    properties among others the following:
    - Last Access Date: This always shows Wed. 1 Jan 1986 00:00:00
    Does this correspond to any content services file property? If so, why
    is it always 1-jan-1986 00:00.00 and does not change? Is it a bug?
    - Checkboxes Write protected* / Archive* / Hidden*
    Do these correspond to any cs file property? Do these have any effect?
    (I tried write protected, but it did not work as expected, I was able
    to overwrite the file) Bug or Feature?
    If these checkboxes do not work, could these be disabled through O-Drive,
    otherwise users might get confused...
    Regards, Tom
    * (I don't know the exact english labels as I am working on a german client... so
    I translated the german labels - sorry)

    Hi. Sure, here's some collateral information:
    We are evaluating Content Services for several customer projects.
    During a presentation I held 2 weeks ago a customer asked exactly
    those questions and I had to admit I could not answer.
    So I retried on our test instance and checked the docu and still
    could not get a clue how windows attributes and cs attributes correspond.
    Then I asked MJS during last weeks workshop he did not know exactly either.
    Hence I am asking on the forum.
    Regards, Tom
    (PS. If you require further background information you may contact me via email
    or ask E. Neuwirth on Tom Gansor / OPITZ Consulting).

  • Author metadata separated by semi-colons truncated in file properties and "Get Info"

    I'm using Acrobat Professional 9.0 (CS3) for Mac to edit the metadata for a collection of PDFs to be made available on the web. When I enter the data, I am inputting a list of authors separated by commas, like this: Smith J, Watson C, Brown J. If I click on "Additional metadata", the data I've already entered is transposed into the various XMP fields. And the commas separating the author names are changed to semi-colons. I gather that this happens because XMP wants to separate multiple authors with semi-colons, and Acrobat wants the metadata in XMP fields to match the metadata stored for the file properties. Fine.
    However, if I save such a PDF and then use Get Info on my Mac (OSX 10.4) to look at the file properties, the list of authors is now truncated where the first semi-colon appears. The list is also truncated in Windows XP if I right-click and select properties. The list is also truncated when I look at the file properties in Preview on my Mac, or if I look at file properties using FoxIT, or using Adobe Acrobat Reader 7 or earlier. The only way a site visitor will actually be able to view the full list of authors in a file saved this way is to use Adobe Reader version 8 or later.
    I would like to preserve XMP/Dublin Core/etc metadata in the proper format in the XMP code, but would also like users of standard, popular file viewers to be able to access the full list of authors. Is there a way to do this with Acrobat 9?
    Also, once I've saved a file and the XMP metadata has been altered, Acrobat seems to permanently change the way that the authors are listed in the file properties. I cannot manually change those settings any longer without Acrobat overriding my changes and converting commas to semi-colons, or surrounding the entire list of authors in quotation marks. Is there a way to get around these Acrobat overrides and manually take control of my metadata again?
    Does Windows Vista read the authors list correctly in the file properties if it is separated by semi-colons?
    It seems to me that in an attempt to get XMP metadata working smoothly across the entire CS line, Adobe has jumped the gun somewhat and is now forcing Acrobat users to use "file properties" metadata that is really only fully compatible with Adobe products. Is there a way I can get some backwards compatibility on this?
    Thanks for any suggestions or insight anyone can provide to this vexing issue.
    Phil.

    Bridge has some pretty powerful and helpful features. However, I am unable to figure out how to access the non-XMP "file properties" fields through Bridge, and if I add metadata via Bridge, then I run into the same problem regarding the use of semi-colons to separate authors.
    If I had more time, or a larger set of files I might investigate the use of ExtendScript to import all my metadata from an Excel file (where it already exists) into the PDF file properties and XMP metadata.
    The best solution for my case though appears to be to use Acrobat 9 and to do the double-edit process for each file. I should be able to just cut-and-paste the metadata from the Excel file, and then if I save the Authors list to the end, I can simply paste it once into the XMP field (through the Advanced metadata button) and then return to the regular file properties page and paste it again in there, where Acrobat will add quotes around it.
    Lastly, if anyone else happens to find this post and is looking for similar information, I would recommend searching in the Bridge forum as well as the Acrobat forum.
    Phil.

  • Script to enumerate, and interactively modify File Properties (eg. meta-data)

    Hey Script Guys:
    I am analyzing SharePoint capabilities for a customer and there are some things that they need that is not there, but so far it seems it is but can't be seen.
    First two things are:
    'Stored Procedures' - That is a way from within a rule or workflow to interact with an interpretive host.  Right now I use REXX, which has the INTERPRET function.  I can write a script into a text element, send it there, and get the results.  Handy,
    but rough.  This is especially handy in validation situations, or re-mapping of data.
    A way for metadata to be plugged into a file easily without using the Properties dialog (like read it from document fields, etc) so the Content Routing can be cleaned-up to be more fully automated.
    Bear in mind I grew-up on Motorola Assembler, BAL and MASM to develop  ASIC's, process controllers, operating systems and compilers, so alot of this shell programming is still a little weird.  Be nice
    JgEarl (FOG) sends...

    File properties in WIndows are not part of the file. Some are part of the directory entry like the LastWriteTime and ReadOnly flag.
    In Windows Explorer file properties like the internal properties of an MSWord document or an Adobe PDF file can be exposed if the vendor provides a support DLL that Explorer can use to expose these. They are not normally available to any program directly. 
    They are only available via the "Shell" (Explorer) or via the application that manages the document.
    In SharePoint the "library" or other container manages a set or properties defined by SharePoint.  For MS documents we may be able to use "shell" methods to tattoo the SharePoint library with this information.
    None of this has much of anything to do with scripting.  It is e3xternal to the scripting system and can be accessed by the product specific support DLL such as the dll installed by MSWord and Adobe.
    To access these things through the shell in script we must instantiate the "Shell" object.  In SharePoint we can do this prior to loading the document or we can load documetns that Sharepointas nan installed DLL for.
    At this time I am not sure as to how SP does this.  I recommend posting in the SharePoint developer forum for information on how to access and build these extensions DLLs.  I believe you can also look it up in the SharePoint SDK.
    Outside of serverside code or using a custom library I do not see how you can do this.
    You can, of course, always generate a file of name/value pairs describing your files.  You can also add almost anything to the SharePoint library structure or create custom types to display your custom metadata.
    ¯\_(ツ)_/¯

  • Unable to edit file properties in Search results

    When I access a folder normally, I'm able to update a file properties but if try the same from the search results the dialog is read-only.  I also can't open the properties dialog from Windows Photo Viewer, if the picture was opened from the search
    results.
    An example of the issue is if I search for pictures with a rating i.e.
    type:jpg rating:1
    I can't change the rating of an incorrectly marked jpg without going to it's folder and right clicking on the file directly.
    I've tried rebuilding the search index but this hasn't fixed the issue.
    Is anyone else having these issues?
    Martin Cairns Microsoft Certified Master: SQL Server 2008

    media files have more sophisticated properties like song name, movie title etc.
    windows is able to search some fields but not all of them
    if you need that level of sophisticated file management, you may be stuck to develop one to your needs
    Corsair Carbide 300R with window
    Corsair TX850V2 70A@12V
    Asus M5A99FX PRO R2.0 CFX/SLI
    AMD Phenom II 965 C3 Black Edition @ 4.0 GHz
    G.SKILL RipjawsX DDR3-2133 8 GB
    EVGA GTX 6600 Ti FTW Signature 2(Gk104 Kepler)
    Asus PA238QR IPS LED HDMI DP 1080p
    ST2000DM001 & Windows 8.1 Enterprise x64
    Microsoft Wireless Desktop 2000
    Wacom Bamboo CHT470M
    Place your rig specifics into your signature like I have, makes it 100x easier to understand!
    Hardcore Games Legendary is the Only Way to Play!

  • Can you edit file properties using Labview?

    Except for the file attributes like 'read-only' and 'hidden', Windows 2000 & XP also have file properties like 'keywords', 'comments' and 'description'.
    Is there any way that I can edit these properties in Labview?

    RichElswick wrote:
    nope, we never got that far and I am no longer on that project.
    And it would be a bitch to implement. Basically those properties are implement using propertysheet handlers. That are shell extensions that can be installed in Windows and in the registry added to one or more file types. On loading the property dialog the shell (basically only an Explorer thing) sees that for that specific file type there are property sheet handlers registered and then loads them as an extra property sheet into the dialog.
    There is no common API to retrieve and lets forget about changing the information those property sheet handlers deal with programmatically. And every property sheet handler retrieves the actual properties according to his own private information, such as image properties in JPG files but possible also extra information in the meta data of a file on advanced files systems such as NTFS (the security property sheet for instance).
    So you would have to create a Windows dialog, load the according property sheet handlers into it and then have the user deal with that interactively. I doubt that this is what you want.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

Maybe you are looking for

  • How do i add text to my photos?

    How do i add text to my photos - previously you could do this on iphoto

  • IPhoto wont share via email. What to do?

    iPhoto's share function via email wont respond. It gives me the option to choose the size of the photo to be emailed but when I hit the "compose message" button, nothing happens. No error message. Nothing. I'm using Outlook. All software are up to da

  • SQL | not working anymore | BITMAP CONVERSION

    * I am a beginner at SQL tuning. Advise/pointers required * I have two similar schemas, A and B. Major difference is B has much more data than A. My query Q has always worked on both until last week. Note: I have no BITMAP index in both schemas Query

  • Folder Size Exceed Disk Size

    I am using Western Digital 2TB external HDD for Time Machine backup for 3 Mac. The remaining disk space now is 733GB. I am confused that one of the backup folder occupy more than 2TB. And the other 2 folders are still calculating since I started abou

  • Photoshop Elements 10: Problem opening .csf

    Hi, I'm currently designing the cover for my highschool's yearbook and the company that's printing our books sent us an email with a .csf file telling me to do the following: "Before starting on your cover, please make sure you have loaded the "Joste