Flexible crosstab report layout - Word template builder

I'm new to BI Publisher and learning new things every day. I'm now working on a complex template layout and I'm not even sure if it can be handled at this point. Looking for any advice someone can provide?
The layout is very similar to a crosstab report, but with some flexibility in terms of layout. Here's a brief description:
A1 G1
A2 G2
A3 B3 C3 D3 E3 F3 G3 G4
Cells A1 and A2 are static (text labels read from the XML)
Cells A3 - F3 are columns of the crosstab report. Column A and B always will appear, columns C - F may or may not appear (2 or 3 will appear - just don't know which ones)
Cells G1 - G2 - Data column headers - This is a repeating column for different data points. There may be 1 up to 20 columns. Only want to display 5 of these per table, since more will go off the page. The next columns should go to a new table
Cells G3 and G4 - These are the data points for the "crosstab". One is a min value / one is a max value for the specific row / column combination.
Right now, I've got the columns A3 - F3 generating correctly, but cells A1 and A2 do not shrink and take up the same space as all 6 columns would if columns A3 to F2 were to be displayed. I've got a for-each in A3 that ends in F3. I've also got a for-each in G1 - G2 to extend the repeating columns for the data points.
Is it possible to have cells A1 and A2 size differently based on how many columns are to be displayed between A3 and F3?
Is there a better layout than the one above to tackle the creation of this data table?
Thanks in advance for any ideas!

Hi Vivek,
I have LabVIEW 8.5 Development version and the report generation tool kit.  I will be writing VI to fill the data in and generate a word report with Up to 873 different tests.  The template that I attached is the sample template for only one test, I will be doing 873 tests.  The sample test template consists of scope shot and some measured parameters.
My situation - the VI that I will be writing will fill in the sample template that I attached for 873 times.  For me to generate a word report for all tests, I would have to create a report template with 873 sample templates.  Where there is a red box, I would have to create a field for each box so the LabVIEW will know where to put the data in. 
Well, that is lot of work in the first place.  Secondly, to keep up with 873 different permuation fields can create lot of unnecessary programming mess.  Lastly, if the user decide to run only part of the test, then there would be lot of empty test templates.  If user decide to run only 10 tests the final report will have 860 empty boxes.  That is not efficient.
My goal is to create the word report using just one sample template rather than 873.  I would like to copy the sample template based on number of tests user defines. 
My question is-  Is there any way to copy the sample test template that I attached using the report generation toolkit?
Regards,
Chetna Tailor

Similar Messages

  • Error occured when try to open the BI report from words (template builder)

    Hi,
    After i LogOn into BI Publisher thru words, successful. But when choose a report to open, error returned as "Error occured. Please check the settings and try again."
    My team had do various of testing, try to reinstall the BI publisher desktop, but not able solve the problems. From the forum, someone comment is due to data loaded too large, so we try to put a query which only select single record from a small database, but still same error.
    then we suspect is due to the proxy setting, because once i reset to bypass the proxy, i able to open the report thru words without any error.
    i found this comment from online doc :
    Have set up the proxy parameters (to avoid any firewall problems with the Web Services and RSS data set reports) in the xmlpserverstart.bat file or the oc4j.cmd file as per your installation.
    Modify the following line, which defines JAVA_HOME. (Observe the proxy parameters in bold.):
    •     "%JAVA_HOME%\bin\java" %JVMARGS% -jar -Dhttp.proxyHost= <myproxy.mycompany.com> -Dhttp.proxyPort=<Port> "%OC4J_JAR%" %CMDARGS%
    Restart xmlpserver or oc4j as the case may be.
    but i can't found this xmlpserverstart.bat or oc4j.cmd from server.
    Please comment.
    Thanks
    Regards
    Eelyn

    hi,
    as per you query posted here, please chk ur sql statement what u had written...there may be some problem with that query that is y ur getting the below error.
    "error occured. please check the settings and try again BI publisher"
    regards
    Kanoj

  • XML Publisher/Bi Publisher Using Oracle Package and MS Word Template builde

    My Question is I want to know more about grouping of elements while creating reports in E business suite.
    my approach should be 1. pl sql package with embedded XML data to create xml output. 2. Formatting the xml output using ms word template builder plugin.
    My question is if grouping is required, then where should it be? While creating package to generate xml output or while formatting xml o/p in ms word?
    I wanted to create a check cancellation report where the report should look like below.
    Bank Name American express
    Bank address 1 Cape town city Road
    bank address 2 Lane 2
    Bank City Cape town
    Branch Docara v'dola
    Check number Amount Vendor Status
    1023423 225 huawei Voided
    1023430 500 Ericson Voided
    Signature
    Now for above grouping I Written some thing like below package:
    But I want to know Had I not done the grouping in Package, would it have still be possible to do the grouping in MS Word template builder?
    To simply fy question: If I had not written 2 cursors and written 1 simple cursor and had got simple 1 after 1 fields without any specific grouping in ora package, would it have been possible to do the same grouping while formatting the xml output in MS word template builder?
    the part of code enclosed.
    begin
    DBMS_APPLICATION_INFO.SET_CLIENT_INFO(FND_PROFILE.VALUE('ORG_ID'));
    --fnd_file.put_line (fnd_file.output, '<?xml version = "1.0" encoding="ISO-8859-1"?>');
    fnd_file.put_line(fnd_file.output, '<G_HEAD>');
    for rec1 in c_bank_main
    loop
    fnd_file.put_line(fnd_file.output, '<G_BANK>');
    fnd_file.put_line (fnd_file.output,'<c_bank><![CDATA['|| rec1.c_bank ||']]></c_bank>');
    fnd_file.put_line (fnd_file.output,'<c_bank_acc><![CDATA['|| rec1.c_bank_acc ||']]></c_bank_acc>');
    fnd_file.put_line (fnd_file.output,'<c_bankadress1><![CDATA['|| rec1.c_bankadress1 ||']]></c_bankadress1>');
    fnd_file.put_line (fnd_file.output,'<c_bankadress2><![CDATA['|| rec1.c_bankadress2 ||']]></c_bankadress2>');
    fnd_file.put_line (fnd_file.output,'<c_bankadress3><![CDATA['|| rec1.c_bankadress3 ||']]></c_bankadress3>');
    fnd_file.put_line (fnd_file.output,'<c_bankcity><![CDATA['|| rec1.c_bankcity ||']]></c_bankcity>');
    fnd_file.put_line (fnd_file.output,'<c_branch><![CDATA['|| rec1.c_branch ||']]></c_branch>');
    for rec in c_bank_child(rec1.c_bank)
    loop
    fnd_file.put_line(fnd_file.output, '<G_CHECK>');
    fnd_file.put_line (fnd_file.output,'<c_currency_code><![CDATA['|| rec.c_currency_code ||']]></c_currency_code>');
    fnd_file.put_line (fnd_file.output,'<c_pay_currency_code><![CDATA['|| rec.c_pay_currency_code ||']]></c_pay_currency_code>');
    fnd_file.put_line (fnd_file.output,'<c_cleared_amount><![CDATA['|| rec.c_cleared_amount ||']]></c_cleared_amount>');
    fnd_file.put_line (fnd_file.output,'<c_nls_status><![CDATA['|| rec.c_nls_status ||']]></c_nls_status>');
    fnd_file.put_line (fnd_file.output,'<c_nls_status><![CDATA['|| rec.c_nls_status||']]></c_nls_status>');
    fnd_file.put_line (fnd_file.output,'<c_check_stock_name><![CDATA['|| rec.c_check_stock_name ||']]></c_check_stock_name>');
    fnd_file.put_line (fnd_file.output,'<status_lookup_code><![CDATA['|| rec.status_lookup_code ||']]></status_lookup_code>');
    fnd_file.put_line (fnd_file.output,'<c_check_number><![CDATA['|| rec.c_check_number ||']]></c_check_number>');
    fnd_file.put_line (fnd_file.output,'<c_sum_amount><![CDATA['|| rec.c_sum_amount ||']]></c_sum_amount>');
    fnd_file.put_line (fnd_file.output,'<c_vendor_name><![CDATA['|| rec.c_vendor_name ||']]></c_vendor_name>');
    fnd_file.put_line (fnd_file.output,'<c_doc_sequence_value><![CDATA['|| rec.c_doc_sequence_value ||']]></c_doc_sequence_value>');
    fnd_file.put_line(fnd_file.output, '</G_CHECK>');
    end loop;
    fnd_file.put_line(fnd_file.output, '</G_BANK>');
    end loop;
    fnd_file.put_line(fnd_file.output, '</G_HEAD>');
    end

    Hi,
    You can do grouping in either place. But ideally to avoid re-grouping in the BI Publisher Template your XML would be generated such that it is appropriate for your template.
    This is really important when it comes to very large datasets as you should avoid regrouping in the template in this case.
    Regards,
    Gareth
    http://garethroberts.blogspot.com
    http://www.virtuate.com

  • XML Publisher 6.5.2 MS word Template Builder fails

    Dear all,
    My env is: Oracle DB 10.1.0.5 on redhat Linux, XML publisher 6.5.2 on Windows 2000.
    While using the XML publisher GUI from the browser, I am able to connect successfully to the database.
    However, when I try to build a RTF template from MS word, I am unable to do so. The MS word template builder wizard is throwing an exception, and I do not know how to solve it in spite of some googling around.
    I gave the same connect identifier in the XMLP GUI (which connects) and also in the template builder (which fails to connect).
    Any help/pointers for this will be welcome.
    Best regards,
    Ambarish.
    Creating XDO Report at: Fri Mar 09 16:56:58 IST 2007
    sql = select * from oblix_audit_events
    description = First sample report from template builder
    port = 1521
    user = scott
    host = ps2844
    sid = coreid10.persistent.co.in
    ReportParameters = {}
    path = D:\Projects\xml_publisher\REPORTS\oamrept01
    data_source_name = COREID10
    name = oamrept01
    java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
    at oracle.jdbc.ttc7.O3log.receive1st(O3log.java:410)
    at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:260)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:371)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:551)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:351)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at CreateXDOReport.getConnection(CreateXDOReport.java:49)
    at CreateXDOReport.createXDOReport(CreateXDOReport.java:142)
    at CreateXDOReport.process(CreateXDOReport.java:108)
    at CreateXDOReport.main(CreateXDOReport.java:298)

    The opmn utility dumped core:
    -rw------- 1 bill bill 279474176 Nov 15 13:46 /u02/oracle/bi/core.14808
    # file core.14808
    core.14808: ELF 64-bit LSB core file AMD x86-64, version 1 (SYSV), SVR4-style, from 'opmn'
    I just love this shit!

  • Unable to Preview barcode font fields in Word Template Builder PDF Preview

    I have searched for solutions to this problem but did not find anything that I have not tried. I have IDAutomation Barcode fonts installed and am using the Word template builder v10.1.3.4 Build 129. My Templates work fine in EBS, but I cannot Preview in a PDF, any fields that are formatted with my barcode or MICR fonts. I have created an xdo.cfg file as per the documentation and placed it in C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\config. I can successfully preview in an RTF, but not a PDF. Any suggestions?
    Here is my xdo.cfg file:
    <config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
         <!-- Properties -->
         <properties>
              <!-- System level peoprties -->
              <!-- PLEASE SELECT A VALID TEMPFILE DIRECTORY!!! -->
              <property name="system-temp-dir">E:\Temp</property>
              <!-- PDF compression -->
              <property name="pdf-compression">true</property>
              <!-- PDF security -->
              <property name="pdf-security">false</property>
              <property name="pdf-open-password">user</property>
              <property name="pdf-permissions-password">owner</property>
              <property name="pdf-no-printing">true</property>
              <property name="pdf-no-changing-the-document">true</property>
         </properties>
    <!-- Font setting -->
         <fonts>
              <!-- Windows Wingdings font -->
              <font family="Wingdings" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\WINGDING.ttf" />
              </font>
              <!-- GnuMICR font -->
              <font family="GnuMICR" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\GnuMICR.ttf" />
              </font>
              <!-- IDAutomationC39L -->
              <font family="IDAutomationC39L" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39L.ttf" />
              </font>
              <!-- IDAutomationC39M -->
              <font family="IDAutomationC39M" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39M.ttf" />
              </font>
              <!-- IDAutomationC39S -->
              <font family="IDAutomationC39S" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39S.ttf" />
              </font>
              <!-- IDAutomationC39XL -->
              <font family="IDAutomationC39XL" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39XL.ttf" />
              </font>
              <!-- IDAutomationC39XS -->
              <font family="IDAutomationC39XS" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39XS.ttf" />
              </font>
              <!-- IDAutomationC39XXL -->
              <font family="IDAutomationC39XXL" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39XXL.ttf" />
              </font>
              <!-- IDAutomationHC39L -->
              <font family="IDAutomationHC39L" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39L.ttf" />
              </font>
              <!-- IDAutomationHC39M -->
              <font family="IDAutomationHC39M" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39M.ttf" />
              </font>
              <!-- IDAutomationHC39S -->
              <font family="IDAutomationHC39S" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39S.ttf" />
              </font>
              <!-- IDAutomationHC39XL -->
              <font family="IDAutomationHC39XL" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39XL.ttf" />
              </font>
              <!-- IDAutomationHC39XS -->
              <font family="IDAutomationHC39XS" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39XS.ttf" />
              </font>
              <!-- IDAutomationHC39XXL -->
              <font family="IDAutomationHC39XXl" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39XXL.ttf" />
              </font>
         </fonts>
    </config>
    Thank for any assistance.
    Regards,
    Donn

    The fonts settings did not show up properly. Here is an example inside comments:
              <!-- IDAutomationHC39S -->
    <!--     <font family="IDAutomationHC39S" style="normal" weight="normal> -->
    <!--     <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39S.ttf" /> -->
    <!--     </font> -->
    The font family, name, and path have been checked thoroughly.
    Thanks,
    Donn

  • Report Generation - Word Template

    Hi,
    I am trying to write a program that captures up to 873 different scope shots.
    At the end, the program will generate a Word Report with all scope shots and measured parameters.
    I have used the Word Template in the past and created field for each parameters.  However, this approach will not be efficient with this complex test.  The report format of each test is shown below with the read box indicating the field where data will be plugged in by LabVIEW.
    To create the word template for entire tests can create unnecessary post processing to delete the part of the test that user didn't run.  If user ran only 3 tests then he would have to delete other 870 templates which will not be cost efficient.  Also, this could create unnecessary programming mess that is not very flexible.
    My questions -- is there any way I can copy this template below as I run the test?  Rather than creating a word template for 873 different test for which I may only run part of it, can I copy the template based on number of test that user would like to run?
    Any pointers will be appreciated.
    Thanks,
    Chetna
    Intersil Inc.
     919-405-3696
     Example of the scope data figure:
    Figure Error! No text of specified style in document.‑1. □
    1. □
    2. □
    3. □
    4.  □
    Test Conditions:Vin=□V,  Vout=□V: □A Temp=□C Mode=□Fs=□Serial #=□ 

    Hi Vivek,
    I have LabVIEW 8.5 Development version and the report generation tool kit.  I will be writing VI to fill the data in and generate a word report with Up to 873 different tests.  The template that I attached is the sample template for only one test, I will be doing 873 tests.  The sample test template consists of scope shot and some measured parameters.
    My situation - the VI that I will be writing will fill in the sample template that I attached for 873 times.  For me to generate a word report for all tests, I would have to create a report template with 873 sample templates.  Where there is a red box, I would have to create a field for each box so the LabVIEW will know where to put the data in. 
    Well, that is lot of work in the first place.  Secondly, to keep up with 873 different permuation fields can create lot of unnecessary programming mess.  Lastly, if the user decide to run only part of the test, then there would be lot of empty test templates.  If user decide to run only 10 tests the final report will have 860 empty boxes.  That is not efficient.
    My goal is to create the word report using just one sample template rather than 873.  I would like to copy the sample template based on number of tests user defines. 
    My question is-  Is there any way to copy the sample test template that I attached using the report generation toolkit?
    Regards,
    Chetna Tailor

  • Where can I download the BI Publisher Word Template builder plugin for MS?

    After configuring the my v3 with BI Publisher I'd like to start with creating the RTF templates. I viewed the demo but cannot find the link to actually download the plugin for MS Word.
    Thanks,
    Pawel.

    Once you Login to Bi Publisher , just click on any of the folder , the Template Builder download is in Folder and Report Tasks , Its the Last Link.

  • Help for -Generate Report using Word template having company Logo

    HI GUys,
    I am trying to generate a report in PDF using the word template having some company logo as footer to that .
    When user click on print ,the graph should be added to the template and its should output the report in pdf.
    I am able to achive this when I 'm  not using the template,but when I use the template (sample code shown below),its throws the error attached in screenshot.
    pls suggest the possible way to achieve this

    Why are you deleting the file after creating the report? Are you sure that the image exists at the path specified when running?
    Also, in your top screenshot because of data flow there's a high possibility that you actually delete the file before it gets used because there is no connection between the end of writing the report and deleting the picture.
    I also suspect there's a chance there might be a permissions issue - you are trying to get the file from another user's desktop which isn't normally allowed - do the file/folder permissions give you access to that file path? I would try putting the picture on your own desktop just to rule that out.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • Query Builder using Word Template Builder

    I have created a cover letter as an rtf inserting the needed fields into the letter, it tests correctly, and populates the data from the xml file. When I try to create the report query and browse to the rtf and click on create query I get this response:
    page not found error with this url: http://servername/apex/wwv_flow.accept. Any ideas about what is occurring here would be appreciated, this is the first time I have tried to do this.
    Thanks,
    David.

    That works perfectly - thanks a million!!!!
    Quick follow up question - do you know where in the documentation I could find this? I tried to quickly locate it and couldn't...and would prefer not to have to bother everyone on the forums.
    Thanks again for the help!\
    Scott

  • BIP 10g template builder - no fields in ROWSET element

    Hi,
    I am using OBIEE 10.1.3.4.1 with same version of BI Publisher.
    I have a problem with template builder. I am building template using few BI Answers reports as datasources.
    I am able to build template on some BI Answers without any problem (for example report with table of some user groups).
    After login into MS WORD template builder I click on Oracle BI Publisher -> Insert -> Field and I can see there ROWSET element with fields with group name, group code etc...
    But I have problem with building report on some other BI Answers (answers on some different table than previous one) for example report with table of users.
    After login into MS WORD template builder I click on Oracle BI Publisher -> Insert -> Field and I can see there only empty ROWSET element with no fields.
    Both tables have same permissions in BI repository, both BI Answer reports have same permisions but I can see data only from report with user groups and not from report with users. But reports seems to be same, they are very simple. There is only one difference and it is source presentation table. Table of groups for report of groups and table of users for report of users. But also these tables seems to be exactly same, same permissions...
    Now I am able to build BI Publisher report only on some of my BI Answers and not on all that I want to use.
    Can I delete some BI Publisher cache, or template builder cache, I can´t find any reason of this strange behaviour...
    Thanks for some tips

    I have same problem after installation of version 5.6.2. But after deinstallation 5.6.2 not working old version (5.5)! What is problem?
    I'm using Office 2k3 SP2.
    Any solution?
    Thanks.
    [email protected]

  • NVL Function and Truncate Function in Template Builder

    Hi Guys,
    How would I use NVL function and Truncate function in the Word Template Builder.
    These functions do not work in the Query Builder when i use SQL Query as the Dataset while creating a report.
    I could not find examples in the Publisher Guide either.
    Thanks
    rkingmdu

    Hi
    How can you not use the functions in your query? Does the builder return an error? ow about just pasting your query into the report definition does the nvl/trunc work then ?
    Regards
    Tim
    http://blogs.oracle.com/xmlpublisher

  • Defining Report LayOut for a parent child report

    I have a parent child report. I want to print this report in PDF using BI Publisher. Now I wanted to define a layout for that report using BI template builder. My stratagey for defining Report layuout is
    1. Write a query containing all fields that I need
    2. Convert that query data to XML, one way or the other
    3. Load that XML into template builder.
    4. Define the layout.
    Now the problem is that I need some fields for parent and some from child. If I do not use group buy clause in the query I will not be able to use the tabular format in template builder (taht I wanted to use).
    IF I use a group By caluse then I am unable to select the child fields as they are not the part of group by clause.
    Plz help

    You have 2 repeating frames: R_contracts and R_ads. Create a frame M_disclaimer after R_ads, within R_contracts to hold the disclaimer page. This page will print after all the ad records have been printed, and before the new contract starts.
    You can set Page Break Before on M_disclaimer to print this frame on a new page.

  • How to remove line between two raws in word template designing ?

    Hi everbody,
    Hope you are doing good.
    i am designing report in word template.
    i wandoring how to remove line between two raws ?
    currently it gives me lines between each single raw.
    i want to remove line between two raws.
    any help is greatly appreciated.
    Thanks.

    Hi,
    are the rows inside a table-structure? Perhaps the line are the borders of the table?
    Regards
    Rainer

  • XMLP standalone - data template builder ?

    Hi,
    Is the data template builder will be available for a next release of XML Publisher standalone ?
    Cyryl

    The word template builder is XML Desktop.
    Its availabe at the following location
    http://www.oracle.com/technology/software/products/publishing/index.html

  • Displaying Images In A Report Template Build In Word

    Hi
    I am trying to display a company logo (image) blob data type from a query within my database on a BI Report
    EG
    A basic Query
    Select id, logo
    from headers
    where company_id = 1
    I am then trying to display this by creating a word template. I can display the ID fine but the image is just the raw content of the blob.
    Can someone point me in the right direction.
    Many Thanks

    Ive resolved this
    Thanks
    FYI In case anyone needs the info
    <fo:instream-foreign-object content-type="image/jpg"><xsl:value-of select=".//FIELDNAME"/></fo:instream-foreign-object>

Maybe you are looking for

  • OS level command to split the file

    Hi I am processing large file.. I am using OS level command to split the file file i have given the following command to split the file my file is /update/inbound/test/file.txt i have given the following command in OS level command option split -l 20

  • Powerpoint to SWF with Charts

    When using FlashPaper to convert a Powerpoint presentation to Flash, I am getting vertical lines down the middle on the slides that have charts. Any help would be greatly appreciated.

  • How can I set line wrap on a JButton??

    Hi... I am working on an application that required to have a long label on a button and I was wondering if anyone know how to set line wrap on a JButton. Any suggestion will be greatly appreciate.

  • Adobe Creative Suite CS6 - Crash Some Application

    Hi, guys! i was install Adobe Creative Suite CS6 LS16, and i have crashes for these apps: Adobe Media Encoder CS6, Prelude and Premier. What i must to do, so these apps will work? Process:         Adobe Media Encoder CS6 [8051] Path:            /Appl

  • My MacBook Pro won't open. The spinning gear just keep on turning. What shall I do?

    When I turn on my MacBook Pro notebook, the spinning gear will show but just keeps on turning. The software programs or icons will not come out. What seems to be the problem?