How to include in report versions of some files?

ZCM: 10.2.1 at SLES 10 SP2
WS: Windows XP SP3 RUS
I want to create report about version of software products installed in my company. But some products doesn't display full version number (flash player plugin and activex have version 10.0.32.18, but in report i see only 10.0).
I know, that version of flash player is same with version files in "C:\WINDOWS\system32\Macromed\Flash".
How to include in report versions of this files?

bronislav,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://support.novell.com/forums/

Similar Messages

  • Can any one tell me how to include the company logo and some poictures into the Teststand report

    1. Can any one tell me how to include the company logo and some pictures into the Teststand report?
    2. How to include the waveforms into the report?

    http://zone.ni.com/devzone/cda/epd/p/id/3619
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • How to  include a report  into the  SAP-SCRIPT

    plz tell me 
    How to  include a report  into the  SAP-SCRIPT
    ASAP

    creat a z report like this....................
    REPORT  zmmgl_picklist1.
    TABLES : likp,ltap,ltak.
    data : lv_NUM1 type c .
    data : lv_NUM type c.
    *&      Form  get_data1
          text
         -->IN_DATA    text
         -->OUT_DATA   text
    FORM get_data1 TABLES in_data STRUCTURE  itcsy
                         out_data STRUCTURE itcsy.
    READ TABLE in_data WITH KEY name = 'LTAP-VBELN'.
    lv_NUM = lv_NUM1 + 1.
    out_data-name = 'lv_NUM'.
      out_data-value = lv_NUM .
    APPEND out_data.
    endform.
    *&      Form  get_data
          This form is to read  details from  LIKP    *
         -->IN_DATA    text
         -->OUT_DATA   text
    FORM get_data TABLES in_data STRUCTURE  itcsy
                         out_data STRUCTURE itcsy.
      READ TABLE in_data WITH KEY name = 'LTAK-VBELN'.
      Select single bldat from likp into likp-bldat where lgnum = ltap-lgnum.
      out_data-name = 'LIKP-BLDAT'.
      out_data-value = likp-bldat.
      APPEND out_data.
       READ TABLE in_data WITH KEY name = 'LTAK-VBELN'.
      Select single vstel from likp into likp-vstel where lgnum = ltak-lgnum .
      out_data-name = 'LIKP-VSTEL'.
      out_data-value = likp-vstel.
      APPEND out_data.
    READ TABLE in_data WITH KEY name = 'LTAK-VBELN'.
      Select single kunnr from likp into likp-kunnr where lgnum = ltap-lgnum.
      out_data-name = 'LIKP-KUNNR'.
      out_data-value = likp-kunnr.
      APPEND out_data.
    ENDFORM.                    "get_data.
    after this go to the script editor......
    /: perform get_data in program zmmgl_picklist1.
    /: using &ltap-vbeln&                 (Reference field.this field          should be there in both program and script.....)
    /:changing &likp-bldat&         
    /:changing &likp-vstel&
    /:changing &likp-kunnr&
    \[removed by moderator\]
    Regards
    Anbu
    Edited by: Jan Stallkamp on Jun 10, 2008 2:26 PM

  • May I know how to downgrade the iOS version to some older one?

    Pls give me a solution to this (how to downgrade the iOS version to some older one?) this will be a great help and i am seeing videos and support columns from a variety of popular websites to get some knowledge about this but it all ends up failing and a waste of time. Any professionals there? To help me . Pls

    Sorry, downgrading is not supported.

  • How to find out Reports version in Apps?

    How to find out Reports version in Apps from within Apps?
    Help-->About Oracle Application => gives only Database, Application and Forms version
    If not through Apps are there ways to find it through Unix commands in the server
    or
    through any SQL query in SQLPlus or TOAD?

    schavali wrote:
    One way to do this would be to source your APPS environment file, then cd to $806_ORACLE_HOME/orainst and execute inspdver.
    HTH
    SriniThanks.
    There is something weird. The RDBMS version that inspdver gives is 8.0.6.3.0, whereas from Apps, Help-->About Oracle Applications it gives 9.2.0.6.0.
    Hence I am not sure what version number inspdver returns.
    hsawwan wrote:
    Have a look at the following thread:
    how to find the developer version
    Re: how to find the developer version
    Thanks.
    Unfortunately it does not give the Reports version.

  • How do I restore previous versions of a file?

    How do I restore previous versions of a file?
    please I really need your help

    If you've overwritten the previous version of the file, you're probably out of luck. Some applications, like MS Word, create a temporary copy of the file, but they usually delete it once changes are saved to the original file.
    You can use version control software such as CVS, SubVersion or ClearCase to keep track of changes to files. You could also store previous versions with some kind of backup scheme, with such tools as Apple's Backup, Carbon Copy Cloner, SuperDuper or Retrospect.
    OS 10.5 Leopard will include a sort of built-in versioning tool called Time Machine, as well as (reportedly) come with SubVersion pre-installed (OS X currently comes with RCS and CVS).
    You might try data recovery software such as DataRescue to see if it has the ability to recover your file.

  • How to include a license header in fxml file?

    How to include a license header in fxml file?
    I tried xml block comments <!-- mylicense here -->
    but it wasn't accepted by screen builder.
    Also I wondered, even if it had been accepted, would screen builder have saved the header back - or deleted it?

    All XML documents should begin with an XML declaration.
    If you have your fxml file starting with  the following lines :
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- mylicense here -->
    .. it will be loaded in Scene Builder, and saved back as is.

  • Reg:how to include a report in another report.

    Hi,
    Can anyone please tell me how to call a report from another report.
    My requirement is for example please see the below requirement :
    In report1 I write the logic.
    Zreport1.
    select kunnr name1 from kna1 into table itab.
    loop at itab.
    write: / itab-kunnr,itab-name.
    endloop.
    In report 2 i write the declaration.
    Zreport2.
    Tables:kna1.
    data:begin of itab occurs 0,
    kunnr like kna1-kunnr,
    name1 like kna1-name1,
    end of itab.
    Now I want to include or call the report1 in report2 .Can anyone please tell me how it can be done??

    Hi,
    write the submit statement as SUBMIT ZREPORT1 AND RETURN  in ZREPORT2 program..
    If you dont execute the ZREPORT1 independently then its better you write that in a ZINCLUDE... and
    include that in your second program where ever necessary..
    for that check this...
    +ZINCLUDE+
    select kunnr name1 from kna1 into table itab.
    loop at itab.
    write: / itab-kunnr,itab-name.
    endloop.
    *ZINCLUDE ends here...
    *Use the above ZINCLUDE as below...
    Report Zreport2.
    Tables:kna1.
    data:begin of itab occurs 0,
    kunnr like kna1-kunnr,
    name1 like kna1-name1,
    end of itab.
    INCLUDE ZINCLUDE. " this will do the task mentioned in the include above...
    I would rather suggest to go for the second method that is _ Specifying ZINCLUDE_ coz for the first one.. you need to
    have data declarations and which is not necessary for just a simple select query.. if you are processing
    any further in the first program then go for the first method_( SUBMIT STATEMENT)_ by declaring the necessary variables..
    This would solve your issue...
    Good luck
    Narin
    Edited by: Narin Nandivada on Sep 9, 2008 4:37 PM

  • How to find forms/reports version 11i EBS

    Hi Gurus.
    one of my colleague asked me to find out forms/reports version in 11i system on Linux OS.
    Thanks

    Please see these threads.
    how to find the developer version
    Re: how to find the developer version
    Report Builder version
    Re: Report Builder version
    Form patch set level
    Re: Form patch set level.
    Always search the forum before posting similar questions.
    Thanks,
    Hussein

  • How to keep the previous versions of my files after moving them?

    I have several iWork files which were stored in the iCloud. Today I was trying to move them into my USB drive. But after I moved them, I found that all the previous versions of these files were gone. If I moved them from iCloud to my Mac, those previous versions stayed there, but they would be gone if I moved the files into the USB drive.
    Is there any way that I can keep the files' previous versions after moving to a USB drive? My USB drive is in Mac OS Extended (Journaled) format.
    Thank you!

    Well sorry about the duplicate posts, I got no idea which Community I should post in and I wish as many people can see my question as possible.
    And you didn't solve my problem at all. I want my files ON the thumb drive but STILL have those previous versions. Thanks.

  • How to create a report and summarize some columns per page

    Hi all,
    I need to create a HTML report using the OA Framework Extension and it needs summarize some values columns highlighted similar to what can be done when using Report6i. Is there some class or package or a region or page's parameter that permits me to do that?
    I also thought to summarize the values and put them in a table with a column saying that the line is a simple value or a summary and just put those values in html table. My problem still how to hightlight the html table line when the value "summary" is being fetched.
    Any suggestion????
    Thanks in Advance!!!

    Essentially you want to write a pl/sql function which returns a varchar2 string. The contents of the string must be a valid sql statement.
    Once you have done this, you need to add a report region as type sql report and you will have the option of writing it as a query or as a function returning query. Choose function returning query and enter in the function call.
    Note your function must be valid, and must be executable by your apex parsing schema.
    example:
    create or replace
    function test_report(   p1_tablename       in varchar2)
    return varchar2
    is
    v_query varchar2(4000);
    begin
    v_query  :=
    'SELECT * from '||p_tablename;
    return v_query;
    end test_report;Edited by: Keith Jamieson on Aug 15, 2011 4:50 PM

  • How to include private reports in any page for a websheet application

    Hi,
    i have created a websheet application, it has n number of data grids.
    For some data grids i had created reports, which got classified as private reports by default.
    i would like to display these reports in a page of my websheet application, when i create a new page i am unable to select any of the reports created by me. it only lists out primary report which is a public report.
    any help towards this would be of great help.
    thanks
    srinivas p

    Hello Ram,
    e-recruiting customizing is (in most areas) devided into a sap delivery table and a customer table. When opening the IMG you only find the customer table which is empty as long you have not done any customer configuration yet.
    The tables for startpage customizing (BSP) are named T77RCF_SP_*. The ones containing customer customizing contain a C in the name while the tables with the standard delivery are not. Example: customer table for start page groups T77RCF_SP_GROUPC, standard table T77RCF_SP_GROUP. Standard delivery content can be checked in SE11 or SE16.
    You should not change the standard table contents. It is better to customize your own startpages based on the sap delivery. I personally recomment not to use the sap standard Ids for customer own links, groups and startpages as they overrule the standard ones and you cannot display them later.
    To replace the icons on a standard page you should do the following steps:
    - get the groups for the standard startpage from table T77RCF_SP_ASID
    - get the links to each group from table T77RCF_SP_ASGRP
    - create your customer groups in IMG, use 9XXX ids but copy the information from the standard groups found in table T77RCF_SP_GROUP
    - adjust the ICON links
    - add the links to your groups (you use the standard links here as you do not change them)
    - create a customer startpage in IMG using 9XXX id. you can take the standard settings from table T77RCF_SP_ID
    - assign your customer groups to the customer startpage
    Best regards
    Roman

  • How to include default report links automatically ?

    Hello forum members,
    I would like to have a default set of "report links", like "Refresh" and "Print" on all reports in my dashboards.
    I do not want to do it manually by editing properties of each report.
    I am looking for the way to have a default set of report links for any new report added to a dashboard.
    Thank you.
    Michael

    Hi,
    1. Create folder l_en\customMessages in Drive:\OracleBIData\web\msgdb
    2. Copy and past the bellow coding into note pad and save this file with Extension filename.xml  (For Eg., Caption.xml)
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web.messageSystem">
    <WebMessageTable system="Answers" table="ViewDefaults">
    <WebMessage name="kuiDashboardDefaultElements" translate="no"><HTML>
    <element signature="reportView" display="embed" links="dfr" />
    --d-download, f-Print Friendly, r-Referesh
    </HTML></WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Hope it is helpful for you and award points.
    Thanks,
    Balaa...
    Edited by: Balaa on May 21, 2010 3:05 PM

  • How to Uninstall Crystal Reports installed via .msi file

    Post Author: epowers0213
    CA Forum: General
    Hello,
    We are installing crystal reports on some clustered servers using the CRRedist2005_x86.msi so that a web application which uses Crystal Reports will run properly.  (Visual Studio is not installed on these servers.)
    If there is any problem caused by running the CRRedist2005_x86.msi program, how could we back out the installation/uninstall this version of Crystal Reports?  Our server administration group wants me to provide an "uninstall program" just in case running the .msi file causes problems for any of the other applications on the server.  However, I have not been able to find any information on this on the Business Objects web site (apart from some manual uninstall directions).
    Can anyone help?
    Thank you in advance!

    XMI is XML with a specified format. 
    Looking at the XMI format definition for the XML, it doesn't appear if it will automatically be consumed by Crystal. 
    Crystal expects relational, rather than hierarchial, data - so you'd need to find a way of exposing the data within XMI as a relational dataset.
    Sincerely,
    Ted Ueda

  • Crystal Reports versions and DSR files

    Hi,
    I am working with an ancient VB6 application that has 25 or so reports attached to it.  These files are .dsr files.  I am having a problem opening them in the VB6 IDE and when I investigate (through talking to people here or researching on line - via CodeGuru,VBForums,StackOverflow etc.), I get conflicting reports of what I should be looking for and doing.
    My question to anyone who can answer me quasi-intelligently is this:  Has Crystal Reports, in ANY of its previous versions, ever produced a DSR file as a report.  I know the versions since v8, I think, use the .RPT suffix.  I have been searching and talking to people and some say no, some say yes.  I figured someone here would definitively know.  I have tried to convert one of the dsr files to a Crystal Report file using VS 2008 (assuming it was Data Report file), but received the error that the file was not a Data Report file.
    If you need any more information I will be glad to fill in any blanks necessary....
    For the current application, the following is true:
    XP Platform
    VB6
    Crystal Reports 8.5 installed, but I have Crystal Reports 7 dlls (Library and ActiveX Designer Runtime) available but not the full application.
    Anything you can tell me would be greatly appreciated....
    Thank you,
    Gene Bonfiglo
    Software Engineer

    Hi Don,
    Sorry to be so vague.  I think my newbie-ness is shining through a bit.
    I think the closest scenario is the third one.  I am trying to resurrect this "Jurassic:" application in order to see what it does, so that it can be rewritten.  The problem is, or was, that it was not compiling and the problem was seen as Crystal Reports.  I removed Crystal from the equation and it turns out Crystal was not the only problem.  I, howevver, fixed the other issues and have gone back to the Crystal issue.
    I cannot effectively use anything associated with CR7.  It causes errors and crashes the app and generally that's not acceptable.  Since I am working remotely, I am waiting to hear back from the server guy who set this up to see if he installed or even has the 8.5 Developer edition (I am fairly sure he did not install it even if he had it).  Assuming that it is or gets installed, I will implement it in the app and upgrade the DSR files as you suggested.
    For 8.5 I currently have the following dlls:
    Crystal Reports 8.5 ActiveX Designer Run Time Library (craxdrt.dll)
    Crystal Reports 8.5 Standard Wizard Component (crystalwizard.dll)
    Crystal Reports Viewer 8.5 (crviewer.dll)
    These have been included in my application, but at the present time I cannot run my application with an older DSR file because the application shuts down with an "Unexpected Error - 50057"
    If I may, can I leave this open for now, and get back to you when I have more results?  I have a feeling that I am missing some things (ie Developer edition and associated support files) and that I need to go hunting for them.
    I appreciate the information you have given and would appreciate anything further you can tell me, which I understand due to the age of this app may be very little.
    Thank you once again, Don,
    Gene

Maybe you are looking for

  • Pop-up saga & other pains in the butt

    Hi everyone, Am a total novice to web design, and have just concocted my first site...not without some headaches though. PLEASE pretty please will those of you more experienced be able to shed some light on these few irritations: (BTW I'm using Dream

  • Using an eMac as a TV/DVD monitor?

    I've got what is known today as an eMac, but when I bought it in about 2000 was a Grape iMac. It's now not reading the HD so won't boot up. It's the second time this has happened so I think the fault's fairly permanent. I'm going to remove the HD for

  • Need help with update statement with multiple joins

    I've got the following select statement that is pulling 29 records: SELECT PPA.PROJECT_ID, PPA.SEGMENT1, peia.expenditure_item_id, peia.expenditure_type, pec.expenditure_comment FROM PA.PA_PROJECTS_ALL PPA, pa.pa_expenditure_items_all peia, pa.pa_exp

  • Make a sync agent in c#.

    I'm making an application where it would be nice to have a sync option integrated with it. Does anyone ever tried to make synchronization in c#? Can anyone give me some clues?! Thanks in advance. EDIT: Found the answer!... Sorry for the useless threa

  • Force Upper Case on Account Name

    Hi We want to force upper case Account Name. Can we do this using post default value of Field Set up..I see function UPPER.. what is the syntax.. Appreciate ur help.. Regards Sundar