Generating A CRF Completion Report

Hi,
I am in the process of creating a CRF completion report, by site, patient and visit. The problem I have with my current SQL is that it doesn't pull in records for DCIS I am expectiing but there is no data yet. Here is my SQL:
I thought the outer join statment 'a.dci_id = c.dci_id(+)' would give this to me but it isn't :( Any help would be appreciate!
SELECT c.domain, a.site_id, trim(a.patient), trim(c.SHORT_NAME) AS dci_name, trim(a.visit_number), trim(a.clin_plan_eve_name) AS visit_name,
trim(a.subevent_number), trim(a.data_lock_flag), trim(a.received_dcm_status_code) as status, trim(a.document_number), trim(a.blank_flag), rxc.rdc.rdci_verify_status ('P', a.received_dci_id) AS verify_status,
rxc.rdc.rdci_app_status ('P', a.received_dci_id) as approve_status, (b.n) AS number_of_discrepancies
FROM rxc.received_dcms a,
(SELECT discrepancy_rev_status_code, received_dcm_id, COUNT (*) AS n
FROM rxc.discrepancy_entries a
WHERE discrepancy_rev_status_code LIKE '%REV%'
GROUP BY discrepancy_rev_status_code, received_dcm_id) b,
rxc.dcis c
WHERE received_dcm_status_code != 'REMOVED'
AND a.received_dcm_id = b.received_dcm_id(+)
AND a.dci_id = c.dci_id(+)
ORDER BY patient, visit_number, subevent_number
I modified the above statement from a post in OHSUG.
and
SELECT "OCL_STUDY_SITES"."STUDY_SITE", "OCL_INVESTIGATORS"."LAST_NAME", "OCL_STUDIES"."TITLE", "OCL_STUDY_SITES"."SITE_ID", "OCL_STUDIES"."STUDY"
FROM ("RXA_DES"."OCL_STUDY_SITES" "OCL_STUDY_SITES" CROSS JOIN "RXA_DES"."OCL_STUDIES" "OCL_STUDIES") INNER JOIN ("RXA_DES"."OCL_INVESTIGATORS" "OCL_INVESTIGATORS" INNER JOIN "RXA_DES"."OCL_STUDY_SITE_ROLES" "OCL_STUDY_SITE_ROLES" ON "OCL_INVESTIGATORS"."INVESTIGATOR_ID"="OCL_STUDY_SITE_ROLES"."INVESTIGATOR_ID") ON "OCL_STUDY_SITES"."SITE_ID"="OCL_STUDY_SITE_ROLES"."SITE_ID"
ORDER BY "OCL_STUDY_SITES"."STUDY_SITE"

Helo Krish,
Tks for your cnfrm.I also have searched but nil. This is really confusing. Anyway, I have tried to modify the report using print layout designer, add 2 fields posting from and to using posting period (OFPR) but the report can't limit the date, it is still until current date but in the report we could see the posting date/posting period of a certain item. The other way, just creating the view in the SQL 2005 using OITM, OFLT and OWHS. The weakness is the available quantity can't be created. I think it should be a store procedure to do that. If it is so, it will require an effort develop it. I don't think all SBO end users expect it. I still hope that there will be a way or codes to add a certain field from OFLT into form 689.
Rgds,
Message was edited by:
        steve andre

Similar Messages

  • Offline Reporting with Excel? -- complete Report +hierarchy possible?

    Hi people! 
    I’m new in SAP BW and I have a question regarding BEX. My goal is to get a complete Excel report that contains all the data and has a working hierarchy structure without connection to BW! 
    I generated a report with Query Designer whose data are represented in several hierarchy levels (option in row-header).
    =>date
    ===>area
    =====>customer
    =======>material
    After the execution of the query in BEX Analyzer or in the web, only the highest level (date) is indicated. If I open the next levels, the data are reloaded of the BW each time.
    But I’d like to load the data completely despite hierarchy (Transaction RSRT and then properties “load all data” is selected).
    Ok to get all the data, I could change the option in Query Designer to open all the levels after the first load, but the hierarchy levels should be closed at the first time.
    <u>My Question is:</u>
    Is there a possibility to get all the data offline in Excel with working hierarchy levels? It’s important for me to get a complete report without connection to BW and so the people can navigate also offline, e.g. open a lower hierarchy level with all the data.
    After saving my report as *.xls-file, the report contains only the part of the shown results and the hierarchy symbols have no function.
    I don’t need any symbols in offline report. I think, the excel function “group by” would enough for my requirements. But I don’t know how can I use this function with my data after running the query.
    In SAP R/3 the same is possible automatically, when a report will be generate.
    I have tried to find responses here in forum. But the search is unfortunately a little complicated and the results were not satisfactory.
    - Why I can’t get a list of the main-topic’s?
    - How can I get satisfactory results for multiple words?
    OK, I have read something about OLE and BSP, but I hope to find an easier solution without programming.
    Maybe the tool XL Reporter would be a solution, but we have no Business One licence. Unfortunately, current links for download a free version (I don’t know if its free), which I found here in the forum are not working for me. What’s wrong with XL Reporter?
    I would be glad about helpful replies.

    Hi Eugene!
    Thanks for your trouble and sorry for the late answer, but unfortunately I had to do a lot.
    I think, to describe my idea is not so easy with my English. But maybe you can understand it.
    First I should say, the web report and the offline Excel report are two different things now. I don't save the webreport to excel.
    The web report gets a hierachy and other formatings and with access to BW the user can use the report just as one likes.
    My idea for the offline Excel report is to save the complete data without hierarchy or other formattings. So every characteristic and every key figure is in a separate column and all rows contains data.
    date/area/customer/material/sales volume/other kf
    01.11.2005/100/34567/66000/34.000 euro/...
    01.11.2005/100/34567/67000/23.000 euro/...
    01.11.2005/100/34567/68000/14.000 euro/...
    01.11.2005/100/34567/69000/43.000 euro/...
    01.11.2005/100/40200/33000/11.000 euro/... (new customer)
    01.11.2005/100/40200/44000/10.000 euro/...
    01.11.2005/100/40200/68000/35.000 euro/...
    01.11.2005/100/40200/69000/22.000 euro/...
    Then the created Excelsheet should be handled by vba.
    As far as I know, you can select the data in Excelsheet with normal SQL commands. If the corresponding data are selected, I try to use the group by function in vba code.
    So first I select the materials from the first customer. If I found the next customer I want to group all materials for the previous customer.
    The Result should look so: (+ -> to open the materials)
    01.11.2005/100/34567/__/+____________/...
    Sum_______/___/_____/__/114.000 euro /...
    01.11.2005/100/40200/  /+____________/...
    Sum_______/___/_____/__/ 78.000 euro /...
    The next Step is to group all customer in one area.
    01.11.2005/100/+_____/__/____________/...
    Sum_______/___/______/__/192.000 euro/...
    01.11.2005/200/+_____/__/____________/...
    Sum_______/___/______/__/320.000 euro/... 
    And the last point is to group all areas per date.
    01.11.2005/+___/_____/__/____________/...
    Sum_______/____/_____/__/512.000 euro/...
    02.11.2005/+___/_____/__/____________/...
    Sum_______/____/_____/__/433.000 euro/...
    Now If I have a hierarchy structure, the offline user of the report can open the single levels to see the details.

  • Generate a new pdf report with itens on my pdf form

    Hi! My name is Heitor.
    I have Adobe Forms Central and Adobe Acrobat XI Pro installed on my machine.
    I would like to know if its possible to make a pdf report.
    Example: Clicking in a button "print" on my already open and filled pdf form, and gathering all my 30 itens (see that i am only showing 5 itens on my form. but on my form exists a "Add" button to add itens on variables) on a dropdown list and generating a new pdf report with all these itens listed.
    Thanks!
    Heitor Teixeira
    www.heitorteixeira.com

    Hi! My name is Heitor.
    I have Adobe Forms Central and Adobe Acrobat XI Pro installed on my machine.
    I would like to know if its possible to make a pdf report.
    Example: Clicking in a button "print" on my already open and filled pdf form, and gathering all my 30 itens (see that i am only showing 5 itens on my form. but on my form exists a "Add" button to add itens on variables) on a dropdown list and generating a new pdf report with all these itens listed.
    Thanks!
    Heitor Teixeira
    www.heitorteixeira.com

  • While generating reports in Oracle BI Publisher in pdf format, the generated pdf reports have hindi  इ matra displaced by one character. For example, रिपोर्ट is printed as रपेिोरट.  Word file generated of the same report have correct hindi इ  matra positi

    While generating reports in Oracle BI Publisher in pdf format, the generated pdf reports have hindi  इ matra displaced by one character. For example, रिपोर्ट is printed as रपेिोरट.  Word file generated of the same report have correct hindi इ  matra position and also pdf generated from this word file also contains the same.

  • Error message in Complete report

    Hello,
    I create a production order successfully.
    However when I want to create the complete report and add the Receipt from Production.
    2 error message are shown:
    Enter valid currency
    Can't issue backflush component [Goods Receipt - Rows - Warehouse Code][line: 1] , 'Production Order no: 11151 Line: 1'  [Message 3559-10]
    All the Component items and the Product item are using the EUR in the price list and the exchange rate is also updated.
    The System currency is US dollar and the local currency is EUR.
    What can I do to solve this problem?

    The warehouse is also OK.
    The problem is only some items has this error message
    For example
    Production item P001 with 2 Component items C001 and C002 has this problem
    but Production item P002 with the same 2 Component items C001and C002 is OK...
    I have compared these 2 items in OITM, only few fileds are different:
    LastEvlDate, UserSign, LastPurPrc, DataSource

  • JNDI error while generating pdf from crystal reports in java

    Hi, i want to generate PDF from crystal reports in java. I have the .PDF file with database configured into the report. Following details are available in report.
    1. Server Name      = testdb
    2. Database Name  = testdb
    3. User
    4. Password
    I am using CR XI.
    In CRConfig.xml i had given following details.
    <JDBC>
         <CacheRowSetSize>100</CacheRowSetSize>
         <JDBCURL>jdbc:oracle:thin:@192.218.216.102:1521://TESTDB</JDBCURL>
         <JDBCClassName>oracle.jdbc.driver.OracleDriver</JDBCClassName>
         <JDBCUserName>user</JDBCUserName>
         <JNDIURL>password</JNDIURL>
         <JNDIConnectionFactory></JNDIConnectionFactory>
         <JNDIInitContext>/</JNDIInitContext>
         <JNDIUserName>testdb</JNDIUserName>
         <GenericJDBCDriver>
              <Default>
                   <ServerType>UNKNOWN</ServerType>
                   <QuoteIdentifierOnOff>ON</QuoteIdentifierOnOff>
                   <StoredProcType>Standard</StoredProcType>
                   <LogonStyle>Standard</LogonStyle>
              </Default>
         </GenericJDBCDriver>
    </JDBC>
    When i am calling from java as standalone, i am getting following error.
    JRCAgent1 detected an exception: Error finding JNDI name (testdb)
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown Source)      at com.businessobjects.reports.sdk.b.i.if(Unknown Source)
    Can anyone let me know where is the problem?

    Actually, the question boils down to; does the framework support the fonts?
    I believe that my question re. this working in the designer was valid. The designer does not use the framework, so if it works there, it is either a framework issue or a runtime print engine issue.
    I believe if you use the code below, it will list fonts available to the framework:
    foreach(FontFamily ff in FontFamily.Families)
    System.Diagnostics.Debug.WriteLine(ff.Name);
    For more information see kbase [1198306 - Crystal Report displaying incorrect font in Microsoft Visual Studio .NET|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133393338333333303336%7D.do]
    Ludek

  • How to retrieve complete report output in HTML format

    Hi,
    I'm looking for how to retrieve complete report output in HTML format.
    I have tried the following and it only give me first page of the report output where in the actual report output should be 5 pages. Is there something I'm missing.
    CallbackOption[] boCallOpt = new CallbackOption[1];
    ImageManagement boImgMan = new ImageManagement();
    boImgMan.setCallbackScript("getImage.jsp");
    boImgMan.setImageManagementHolder("imageName");
    boImgMan.setDocumentReferenceHolder("docRef");
    boCallOpt[0] = boImgMan;
    RetrieveData oRetrieveData = new RetrieveData();
    RetrieveView oRetrieveView = new RetrieveView();
    oRetrieveView.setCallbackOption(boCallOpt);
    oRetrieveData.setRetrieveView(oRetrieveView);
    Action[] oActions;
    oActions = new Action[1];
    oActions[0] = fillPrompts;
    oReportEngine.getDocumentInformation(boDocInfo.getDocumentReference(), null, oActions, null,oRetrieveData);
    Testing this on BOE XI 3.0
    Thanks,

    For Web Intelligence, HTML is an interactive viewing format and not an export format such as PDF.
    Note that the HTML will be embedded with postback URLs to the application for images and drill downs.
    Closest you'd get is to be able to specify HTML output of an entire REPORT rather than REPORT_PAGE in the ViewSupport.setViewMode method.  But this brings back just one report in the document, and will have postback URLs mentioned above.
    Sincerely,
    Ted Ueda

  • Can we generate output of a report in an Excel Sheet?

    Hi All,
      Can anyone tell me how to generate output of a report in an Excel Sheet format?
    Thanks in advance,
    Jasmine.

    hi,
    try this sample...
    data: begin of itab occurs 0,
          vbeln like vbak-vbeln,
          posnr like vbap-posnr,
          end of itab.
    select vbeln
           posnr
           from vbap
           up to 20 rows
           into table itab.
    * EXCEL sheet using OLE automation.
    INCLUDE OLE2INCL.
    * handles for OLE objects
    DATA: H_EXCEL TYPE OLE2_OBJECT,        " Excel object
          H_WORK  TYPE OLE2_OBJECT,
          H_SHEET TYPE OLE2_OBJECT,
          H_CELL  TYPE OLE2_OBJECT,
          V_COL   LIKE SY-TABIX.     " column number of the cell
    DATA:
      V_STEP(30),
      V_FILE LIKE RLGRAP-FILENAME.
    * tell user what is going on
      CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
         EXPORTING
    *           PERCENTAGE = 0
               TEXT       = 'Creating Excel...'
           EXCEPTIONS
                OTHERS     = 1.
    * start Excel
      V_STEP = 'Starting Excel'.
      CREATE OBJECT H_EXCEL 'EXCEL.APPLICATION'.
      PERFORM ERR_HDL.
      SET PROPERTY OF H_EXCEL  'Visible' = 1.
      CALL METHOD OF H_EXCEL 'APPEND'
        EXPORTING  #1 = 'D:SappdfABAP Trainingsheettr.xls'.
    *  PERFORM ERR_HDL.
    * tell user what is going on
      CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
         EXPORTING
    *           PERCENTAGE = 0
               TEXT       = 'Adding Data to Excel...'
           EXCEPTIONS
                OTHERS     = 1.
    * Get the list of workbooks
      V_STEP = 'Preaparing Excel'.
      CALL METHOD OF H_EXCEL 'WORKBOOKS' = H_WORK.
      PERFORM ERR_HDL.
    ** Add new workbook (create a file)
      CALL METHOD OF H_WORK 'ADD'.
      PERFORM ERR_HDL.
    * Get the created worksheet
    ************************Sheet Number
      CALL METHOD OF H_EXCEL 'WORKSHEETS' = H_SHEET EXPORTING #1 = 3.
    ************************Sheet Number
      PERFORM ERR_HDL.
    * Activate (select) the first sheet
      CALL METHOD OF H_SHEET 'ACTIVATE'.
      PERFORM ERR_HDL.
    * tell user what is going on
      CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
         EXPORTING
    *           PERCENTAGE = 0
               TEXT       = 'Adding Data to Excel...'
           EXCEPTIONS
                OTHERS     = 1.
    * output column headings to active Excel sheet
      V_STEP = 'Adding data to Excel'.
      LOOP AT ITAB.
        V_COL = SY-TABIX.
        PERFORM FILL_CELL USING 1 V_COL ITAB-vbeln.
        PERFORM FILL_CELL USING 2 V_COL ITAB-posnr.
      ENDLOOP.
      V_STEP = 'Releasing Excel'.
      FREE OBJECT H_EXCEL.
      PERFORM ERR_HDL.
      H_EXCEL-HANDLE = -1.
    *&      Form  ERR_HDL
    *       text
    *  -->  p1        text
    FORM ERR_HDL.
      IF SY-SUBRC <> 0.
        WRITE: / 'Error in processing Excel File:', V_STEP.
        STOP.
      ENDIF.
    ENDFORM.                    " ERR_HDL
    *&      Form  FILL_CELL
    *       text
    *      -->P_1      text
    *      -->P_1      text
    *      -->P_1      text
    FORM FILL_CELL USING  ROW COL VAL.
      CALL METHOD OF H_EXCEL 'Cells' = H_CELL
                     EXPORTING #1 = ROW #2 = COL.
      PERFORM ERR_HDL.
      SET PROPERTY OF H_CELL 'Value' = VAL .
      PERFORM ERR_HDL.
    ENDFORM.                    " FILL_CELL
    regards
    satesh

  • How to generate org model through report

    How to generate org model using report .
    please share your information .
    thanks in advance ,
    sapcrm

    Hi,
    It's look like you are assuming that an organizational model can be created from external data input via a report. If so, then your assumption is wrong. There is no standard way to create a org. model from external input.
    As a standard practice SAP provided a report as mentioned in the previous reply. Using this report you can download ECC/R3 org. model into SAP CRM. This is the easy and best proven way of generating org. model in SAP CRM.
    Please let me know, if you need any further clarification
    Do not forget to reward if it helps
    Regards,
    Paul Kondaveeti

  • Can we create complete report in OOPs

    Hi,
    Could you please advice if we can code the complete report in SE24 and call it in SE38 report..
    For ex. I have a report followed by ALV output..now can i write everything in a Z Object (from decalration to output ) ..
    Kindly suggest if it is a good strategy than simply using standard objects in report editor.
    If possible, request you to provide a sample report using complete OOPs approach.
    Thanks,
    Gaurav

    Yes...the entire thing, INCLUDING SELECTION SCREEN, can be written in OO.  I haven't tried building the whole thing in SE24, then executing....what's the point?  A report may be pretty much one-off, but utilize pieces of classes.
    SAP Press recent manual "Official ABAP Progamming Guidlines" contains an example using Separation of Concerns/Software Layering approach that includes a selection screen call in the Presentation layer.  It can be done!  What I don't see is an easy or elegant way to re-process the selection screen if I must reject what the user has input and get different values....
    In that program, BTW, the start of selection event contains only:
    report->main( ).
    Main might look like:
    (from my program, not their version).  E-me if you want the entire program.
    class report definition.
      public section.
        class-methods main.
    endclass.                    "report DEFINITION
    class report implementation.
      method main.
        data: gt_itab   type table of gtyp_itab,
              so_tstmp  type table of iseldats,
              rpt_tab   type table of gtyp_rpt.
        data: rc      type sy-subrc.
        gui_level=>get_input_parms( ).  "calls selection screen!
        gui_level=>create_date_table(
                 changing so_tstmp = so_tstmp ).
        persistence_level=>get_data_from_db(
                      exporting so_tstmp = so_tstmp
                      importing gt_itab = gt_itab
                                     rc = rc ).
        if rc eq 0.
          apps_level=>sort_itab(
                  changing gt_itab = gt_itab ).
          apps_level=>build_report_table(
                  changing gt_itab = gt_itab
                           rpt_tab = rpt_tab ).
          if sy-subrc eq 0.
            gui_level=>display_alv_form( rpt_tab  ).
          endif.
        endif.
      endmethod.                    "main
    endclass.                    "report IMPLEMENTATION

  • Change special Attributes of generated Dynpro 1000 in Reports

    Hello!
    Does anybody know how to change the special Attributes of Dynpro Fields on a (automatically) generated Dynpro 1000 (Normal Report)?
    I need to change the Attribute "Without Template" for two Select-Option Fields
    Regards,
    Martin

    There is a function module to perform this : [SELECT_OPTIONS_RESTRICT|https://www.sdn.sap.com/irj/sdn/advancedsearch?query=select_options_restrict&cat=sdn_all] this FM is to be called at INITIALIZATION or PBO (AT SELECTION-SCREEN OUTPUT)
    You may also use a LOOP AT SCREEN/MODIFY SCREEN in the PBO (AT SELECTION-SCREEN OUTPUT) for selection-screen.
    Regards

  • Generate logs from user report options

    Hi all !
    I would like to know if there is a possibility to generate logs from report user selection:
    E.g: users can fill execution options to delimit the scope of the report execution and the output, company code, date ranges, account numbers, cost.
    - Is there a way to generate logs containing these report options that  were typed / filled by the user for every transaction executed?
    - If Yes could you please assist?
    Thanks in advance for the cooperation!
    Regards,

    There is a way of doing this using the object history, but the user can control this themselves and turn it off if they want to.
    Read the SAP notes on term "RSSGOSHIRE".
    Another way is to use parameter transactions or variant transactions, which the user cannot change or only change selected parameters for which you don't care about.
    Cheers,
    Julius

  • Fail to generate EoL/EoS Hardware Report

    Hi All,
    I tried to generate EoL/EoS Hardware Report through RME Report Generator. Even with correct cisco.com user name and password and correct proxy server configuration. It just keeps telling me it can't get data from cisco.com. I configured proxy server and port used in Common Service/Security. I tried to check the update for software to verify the proxy setting is correct. It didn't return any error. So the proxy setting has no problem.
    Is there anything I missed? Thanks a lot!
    Lou

    Hello Joe,
    is there a fix interval when PSIRT and EoX offline files will be updated on Cisco Software-Download?
    As of now the timestamp of EoX/PSIRT-Files is 05th of April.
    Thanks for your feedback
    Link (http://tools.cisco.com/support/downloads/go/ImageList.x?relVer=4.1.1&mdfid=282635175&sftType=CiscoWorks+Resource+Manager+Essentials+Patches&optPlat=Solaris&nodecount=8&edesignator=null&modelName=CiscoWorks+Resource+Manager+Essentials+4.3&treeMdfId=268439477&modifmdfid=null&imname=&treeName=Network+Management&hybrid=Y&imst=N)

  • Oracles tools to generate  static and interactive reports

    Hi,
    What kind of oracle tools can generate statis and interactive reports, is there any free one, and where to get it?
    Thanks.

    user11017933 wrote:
    Hi,
    What kind of oracle tools can generate statis and interactive reports, is there any free one, and where to get it?
    Thanks.
    What type of reports you're looking? Performance report? you can use AWR but this is not free. You can use statspack instead
    Hope this helps
    Cheers

  • REG: OBIEE Load Completion Report

    Hi all ,
    I need to built OBIEE Load Completion Report using Usage Tracking Subject Area. So for this I imported two tables W_ETL_Def_Run, W_ETL_Step_run into the physical layer(Oracle Analytics Usage-- Usage Tracking). Both these tables are coming from OBISchema.
    But other tables are coming from OBIAPP. So I created three connection pools i.e Usage Tracking Connection Pool, Usage Tracking Writer Connection Pool, DAC Connection Pool. For the first two connection pools I gave User as OBIAPP and for the last one I gave OBIschema. I am able to View data when click on the table in physical layer.(Right click and 'View Data' option)
    I gave all the joins correctly as per the Requirement.
    But when I try to build report using these tables... I am getting this errorr Insufficient privileges at OCI call OCIStmtExecute. [nQSError: 1701
    Need Help...
    Thanx in advance..                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    You can check that if the oracle schema users used in the 3 connection pools, have the respective access/grants?
    This has to do with the oracle connection user and grants on the tables for the oracle schema, it seems.

Maybe you are looking for

  • SQL Server 2014 Express Management Studion crash

    Hello! After clean install new management stuidio 2014 I tried to import setting about registered sql servers from 2012. He-he! I did not read docs and did not know that it is not working. But exception, wtf? Summary my IDE crash every time when I tr

  • Ipad Calendar Events unsearchable in outlook 2003

    Found a weird glitch today I wanted to see if anyone else has seen this.  I was doing a search in outlook 2003 running on exchange server 2010 for a few calendar events, i realized that events with the same spelling weren't showing up.  Then I figure

  • Sign off no longer in Gmail on iPad mini

    Since updating to 7.0.6 on my iPad mini I no longer have the sign out prompt.  I used to be able to click on my picture and had a drop down selection of Sign Off. How can I get this back?  I share this iPad with my family and want to sign out when I'

  • Printing selected pages

    How do I select individual pages to be printed? The help says I can fill in the range of pages to be printed, but there's no such field in the Print dialog? (same goes for number of copies)

  • Change table'owner

    Good afternoon, I would like to change table's owner without moving data (alter table move or export/import) in oracle 8i does it exist a solution for that ? thanks for your help Fabrice