Query Based On Form

Hi,
I am writing queries which work very well and have managed to use a parameter to dynamically select the data I need (basically Purchase Orders raised from a Sales Order Number)
SELECT T0.[DocNum], T0.[CardName], T0.[DocDate] FROM OPOR T0  INNER JOIN POR1 T1 ON T0.DocEntry = T1.DocEntry WHERE T1.[BaseRef] = [%DocNum]
THis is fine - as a box appears to ask me for a SO number.
How do I get this to auto populate with the SO number of the currently open Sales Order when in Sales Order Form ?
TIA for any help.

Hi Thanks,
Sadly this did not work , I was excited for a second .
Here is the Error :
<LogMessage Component="SystemMessage" Severity="Error" PID="13028" ProcessName="C:\Program Files\SAP\SAP Business One\SAP Business One.exe" TID="12608" TimeStamp="18/03/2008 15:43:45:664311">
  <MessageText>1). [Microsoft][SQL Native Client][SQL Server]Invalid pseudocolumn "$http". 2). [Microsoft][SQL Native Client][SQL Server]Statement(s) could not be prepared. STACK: Frame id=00: "SAP Business One.exe"; base=0x00400000, offset=0x01834E97 Frame id=01: "SAP Business One.exe"; base=0x00400000, offset=0x016BE088 Frame id=02: "SAP Business One.exe"; base=0x00400000, offset=0x00479C22 Frame id=03: "SAP Business One.exe"; base=0x00400000, offset=0x0047C27F Frame id=04: "SAP Business One.exe"; base=0x00400000, offset=0x004F465C Frame id=05: "SAP Business One.exe"; base=0x00400000, offset=0x01545978 Frame id=06: "SAP Business One.exe"; base=0x00400000, offset=0x00820CF2 Frame id=07: "SAP Business One.exe"; base=0x00400000, offset=0x01554460 Frame id=08: "SAP Business One.exe"; base=0x00400000, offset=0x015542DD Frame id=09: "SAP Business One.exe"; base=0x00400000, offset=0x0173CC84 Frame id=10: "SAP Business One.exe"; base=0x00400000, offset=0x01690F19 Frame id=11: "SAP Business One.exe"; base=0x00400000, offset=0x016FAB85 Frame id=12: "SAP Business One.exe"; base=0x00400000, offset=0x0165C2CF Frame id=13: "SAP Business One.exe"; base=0x00400000, offset=0x0165BE16 Frame id=14: "SAP Business One.exe"; base=0x00400000, offset=0x0164B59D Frame id=15: "SAP Business One.exe"; base=0x00400000, offset=0x0164B3CB Frame id=16: "SAP Business One.exe"; base=0x00400000, offset=0x0164B413 Frame id=17: "SAP Business One.exe"; base=0x00400000, offset=0x00402E18 Frame id=18: "SAP Business One.exe"; base=0x00400000, offset=0x00401010 Frame id=19: "SAP Business One.exe"; base=0x00400000, offset=0x018CF1D2 Frame id=20: "kernel32.dll"; base=0x7C800000, offset=0x7C816FD7</MessageText>
Thanks

Similar Messages

  • DDF LOV-Query based on Form Items

    Dear
    Experts
    I enable one DFF on purchase invoice form and attach one value set lov with this DFF and its working fine. But now i want to generate this value set lov query dependent on the queried form.
    Lets suppose if i queried one invoice detail which has 6 items, on every item row i displayed my DFF and when i click on it it displayed me previous purchase rates recpective to the item and vendor in DFF value set LOV.
    How can i do that ?.....
    Any idea and suggusions would be appriciatable ..
    Regards
    Anwer

    Hi Anwar
    You can make your flex field on basis of form field. You can use it like :block.field in the where clause.
    I have done it in FORMS UI but I am not sure how it will work in OA Pages if you are displaying the same DFF there.
    For complete reference of this you can go through the FlexFields User Guide at following location.
    http://download.oracle.com/docs/cd/B34956_01/current/acrobat/120flexug.pdf
    Regards
    Gaurav

  • Select List (query based LOV) in a wizard created report form

    I have created an updatable report form with 3 columns:
    app_id
    user_id
    group_id
    Each app_id has multiple group_id's associated with it, and I want to show the group_id field as a Select List (query based LOV) that contains the groups associated with the app_id.
    My query for the select list needs to be similar to the following:
    SELECT DISPLAY_NAME, GROUP_ID
    FROM APPLICATION_GROUPS
    WHERE APP_ID = ?????
    ORDER BY 1
    The problem is, I don't know how to reference the app_id from the main report to replace the ?????.
    In other words, if my report returns 2 rows of data like this:
    app_id----------user_id----------group_id
    1-----------------24------------------3
    2-----------------24------------------15
    Then how do I get the group_id column to be a select list of possible groups for each application? If app_id 1 has 3 groups associated with it, 3, 4, & 5 and app_id 2 has 2 groups associated with it, 15 & 16, then those each of the select lists should be based on the app_id.
    Hopefully I explained this clearly.
    Thanks,
    Kris

    Leo,
    Thanks for the response, but I don't think you quite understand my problem. If I go to the Column Attributes screen for the group_id field, I have the "Display As" drop down set to "Select List (query based LOV)", not "Select List (named LOV)". This requires that the sql query be written in the "List of values definition" text area below. Within that text area I have the following query:
    SELECT DISPLAY_NAME, GROUP_ID
    FROM APPLICATION_GROUPS
    WHERE APP_ID = ?????
    ORDER BY 1
    The APP_ID that I need to reference is for the current row of data that is being processed. Therefore, I can't use a :PNNN_APP_ID variable, because that field does not exist on the page.
    Hopefully this explains it a little better.
    Thanks,
    Kris

  • Select query based LOV for tabular form attributes

    Hi HTMLDB Team,
    Congrats u all for the new release of HTMLDB in htmldb.oracle.com.
    I badly need a solution of the below problem.
    Say , i have table called user_col_comments now i want to display the table_name ,column_name and comments in a tabular form.I displayed only one row for the tabular form.Now i create a select query based LOV for attribute table_name where i got all table_name in drop down list.
    Point is that after selecting any data from drop down table list i want to get the corresponding fields to be populated in column_name attributes.How can i wrote the select query based LOV for the attibute column_name.
    I wrote it as 'select column_name d,column_name r from user_col_comments where table_name=:TABLE_NAME Its not working?
    Similarly i want same thing to display for comments after matching both table_name and column_name.
    Any solution to get rid of those problem will be highly appreciable...
    If u need my htmldb.oracle.com userid and password to solve the problem i will sure let u email it.
    Cheers,
    Eman

    hi rchalton,
    can u plz little bit more clearer .I know hopefully u can imagine the problem and may u guide me thru proper way.....One think i understand that there must be multiple process and submit but "only when..." that u have said i cant understand that part........
    U are welcome to give me proper solution.....
    Thanks for the reply ....atleast one can pay hid to me.....
    Cheers,
    Eman

  • Tabular form (select list Query based LOV)

    Hi all,
    I have this situation:
    a tabular form with two "select list (query based LOV)" fields.
    The first one must affect elements in the second one. And so the second query based LOV field should has a "where attr1 = first_list_selected_value" in the query.
    Is this possible ? Could you show me some advices ?
    thanks in advance.

    OK, thank you.
    But maybe I wasn't too clear.
    I need cascading LOV for each row of my tabular form.
    I have a EMP tabular form
    select
    "ROWID",
    "EMPNO",
    "ENAME",
    "JOB",
    "MGR",
    "HIREDATE",
    "SAL",
    "COMM",
    "DEPTNO"
    from "#OWNER#"."EMP" I need a Select List for DEPTNO for each record of table. After set a value, the second "Select List" for ENAME should be affected automatically.

  • Error when querying REST web services from web-based InfoPath form 2013 environment

    Error when querying REST web services from web-based InfoPath form 2013 environment, we are trying to consume REST web service in InfoPath form ( SharePoint 2013 version) 
    http://spapp/sites/litigation/Intake/_api/web/lists/getbytitle('Email%20Profiles')/items(1)
    it works in preview but does not when it is published. because of claim based authentication i m getting below error
    The form cannot run specified query, the underlying connection was closed. An expected error occurred 
    same works in 2010 environment .. are we missing anything in 2013 servers?? please let me know how we can resolve it.. thank you 
    guru

    everyone face this issue, nothing in event viewer, its easy to reproduce error at ur end also.. 
    just you need to use below web service in infopath and populate some data on form load like id = 1 pull the title and try to set in form any field...the
    list has one item thats all
    guru

  • Building recordset query dynamically based on form parameter availability

    Hi,
    I have a real estate property table that I'd like to query.
    The form itself let's the user search by state, county, zip code
    etc. The user need not enter all the information. For eg: If the
    user just selects a state and searches, I should list all
    properties that belong to that state. But if the user also selects
    a county along with state then I should filter the results by state
    AND county. This situation applies for a lot of the form
    parameters.
    Now, in Dreamweaver when I try to create a recordset, I want
    to append
    AND county = $_REQUEST['county']
    to the end of my record set query if and only if the user
    selected a county. If the user didn't select the county, I do not
    want to have that as part of my query.
    Is there an easy way to do this in DW? I understand that
    variables let you define a default var. I donot even want to
    specify a default value.
    Any help is greatly appreciated.
    Thanks!!

    You'll have to write the code yourself but something like
    this...
    sqlString = "SELECT .... "
    if user selects county (probably a drop down list) then
    sqlString = sqlString + " AND county = " + $_REQUEST
    then just send the sqlString to the server.
    "flash0777" <[email protected]> wrote in
    message
    news:e40b1o$bok$[email protected]..
    > Hi,
    >
    > I have a real estate property table that I'd like to
    query. The form
    > itself
    > let's the user search by state, county, zip code etc.
    The user need not
    > enter
    > all the information. For eg: If the user just selects a
    state and
    > searches, I
    > should list all properties that belong to that state.
    But if the user also
    > selects a county along with state then I should filter
    the results by
    > state AND
    > county. This situation applies for a lot of the form
    parameters.
    >
    > Now, in Dreamweaver when I try to create a recordset, I
    want to append
    > AND county = $_REQUEST
    > to the end of my record set query if and only if the
    user selected a
    > county.
    > If the user didn't select the county, I do not want to
    have that as part
    > of my
    > query.
    >
    > Is there an easy way to do this in DW? I understand that
    variables let you
    > define a default var. I donot even want to specify a
    default value.
    >
    > Any help is greatly appreciated.
    >
    > Thanks!!
    >

  • SELECT QUERY  BASED ON SECONDARY INDEX

    Hi all,
    CAN ANYONE TELL ME HOW TO WRITE SELECT QUERY BASED ON SECONDARY INDEX.
    IN WHAT WAY DOES IT IMPROVE PERFORMANCE.
    i KNOW WHEN CREATING SECONDARY INDEX I NEED TO GIVE AN INDEX NO -iT SHOULD BE ANY NUMBER RIGHT?
    I HAVE TO LIST ALL PRIMARY KEYS FIRST AND THEN THE FIELD FOR WHICH I AM CREATING SECONDARY INDEX RIGHT?
    LETS SAY I HAVE 2 PRIMARY KEYS AND I WANT TO CREATE SEONDARY INDEX FOR 2 FIELDS THEN
    I NEED TO CREATE A SEPERTE SECONDARY INDEX FOR EACH ONE OF THOSE FIELDS OR ONE SHOULD BE ENOUGH
    pLS LET ME KNOW IF IAM WRONG

    HI,
    If you cannot use the primary index to determine the result set because, for example, none of the primary index fields occur in the WHERE or HAVINGclauses, the system searches through the entire table (full table scan). For this case, you can create secondary indexes, which can restrict the number of table entries searched to form the result set.
    You create secondary indexes using the ABAP Dictionary. There you can create its columns and define it as UNIQUE. However, you should not create secondary indexes to cover all possible combinations of fields.
    Only create one if you select data by fields that are not contained in another index, and the performance is very poor. Furthermore, you should only create secondary indexes for database tables from which you mainly read, since indexes have to be updated each time the database table is changed. <b>As a rule, secondary indexes should not contain more than four fields</b>, <b>and you should not have more than five indexes for a single database table</b>.
    <b>What to Keep in Mind for Secondary Indexes:</b>
    http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eb2d446011d189700000e8322d00/content.htm
    http://www.sap-img.com/abap/quick-note-on-design-of-secondary-database-indexes-and-logical-databases.htm
    Regards
    Sudheer

  • SOURCING10: Passing parameters to a Query Based webservice using JAVA

    Hi Experts,
    I have been working on consuming a Query based webservice published in Souricng10 in a simple JAVA class. The query has a filter parameter which is not mandatory. I am able to consume the webservice using the GET method and display the content of the webservice. But when i try to POST a value to the filter parameter of the query i am getting the following error:
    java.io.IOException : Server returned HTTP response code: 415 for URL: http://sapcild9.web.bc:55000/sourcing/ngservices/rest/query/Z_TEST_WS_QUERY/execute/
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    Following is the code which i have used:
       URL url = new URL("http://sapcild9.web.bc:55000/sourcing/ngservices/rest/query/Z_TEST_WS_QUERY/execute/");
       HttpURLConnection connection = (HttpURLConnection)url.openConnection();
       connection.setRequestProperty("Authorization", "Basic " + authStringEnc);
       connection.setRequestProperty("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");
       connection.setRequestProperty("Content-Length", "" +Integer.toString(urlParameters.getBytes().length));
       connection.setRequestProperty("Content-Language", "en-US");
       connection.setUseCaches (false);
       connection.setDoInput(true);
       connection.setDoOutput(true);
       connection.setAllowUserInteraction(true);
       connection.setInstanceFollowRedirects(false);
       connection.setRequestMethod("POST");
       connection.connect();
       //Send request
       OutputStream out = connection.getOutputStream();
       OutputStreamWriter wr= new OutputStreamWriter(out, "UTF-8");
       wr.write("EXTERNAL_ID");
       wr.write("=");
       wr.write(URLEncoder.encode("temp","UTF-8"));
       wr.close();
       out.close();
       is = connection.getInputStream();
       isr =new InputStreamReader(is);
       BufferedReader bufferReader = new BufferedReader(isr);
       String str; StringBuffer stringBuffer = new StringBuffer();
       while ((str = bufferReader.readLine()) != null) {
       stringBuffer.append(str);
       stringBuffer.append("\n");
       System.out.println(stringBuffer.toString());
       connection.disconnect();
       is.close();
    Please Advise how to proceed on this isssue?
    Thanks in advance.
    Srikanth Emani

    Hi Gael,
    your URL is made up of :
    [ProcedureName]?[parameter1]=[value1]&[parameter2]=[value2]
    creating URLs like this can have problems especially with spaces and punctuation.
    the answer is a FORM
    the following will create a hidden form :
    FORM ACTION="[ProcedureName]" METHOD="POST" name="F1"
    INPUT type="HIDDEN" name="[parameter1]" value="[value1]"
    INPUT type="HIDDEN" name="[parameter2]" value="[value2]"
    /FORM
    you can set the values in the form using:
    document.F1.[parameter1].value="abc123%%&&$$!";
    document.F1.submit();
    will submit the form and the PL/SQL procedure should receive the text as it was contained in the form.
    the only characters that can now cause problems are :
    " as it delimits the field.
    ' as it may cause problems in PL/SQL.
    \ as it is a special character.
    Regards Michael

  • Problem with query based LOV

    Hi,
    Maybe someone could help me with the following. I think it is a shortcoming of HTMLDB, but I'm not sure.
    I've got a Select List item, P10_PERSON, which resides in a tabular form. The Select List is based on a query, say:
    select name   display_value
    ,      id     return_value
    from   personAs is should be, P10_PERSON shows only the names.
    When my action is an insert or modification, the results will be writen in the table PERSON_MEETING.
    Now I want to make sure that the same person coulden't be selected a second time for the same meeting. So I alter the query based LOV with the following:
    select name   display_value
    ,      id     return_value
    from   person
    where  id not in (select person_id
                      from   person_meeting
                      where  meeting_id = :P10_MEETING_ID)This sounds correct and works in Designer, but not in HTMLDB. The NAME isen't shown anymore, instead the ID is shown in the page.
    Is this because the person doesen't actually exists anymore in the LOV after it has been saved (stored in PERSON_MEETING)? If so, does anyone knows a work-around?
    Thx!
    Message was edited by:
    F. Klein
    (removed typing error)

    I've got 3 tables. PERSON, MEETING and PERSON_MEETING.
    They have the following structure:
    # PERSON            #
    # ID   NUMBER       #
    # NAME VARCHAR2(50) #
    # MEETING                   #
    # ID          NUMBER        #
    # DESCRIPTION VARCHAR2(100) #
    # PERSON_MEETING    #
    # ID         NUMBER #
    # PERSON_ID  NUMBER #
    # MEETING_ID NUMBER #
    #####################In PERSON there are 3 records, in MEETING there is only 1.
    PERSON:
    ID     NAME
    1      KEVIN
    2      BILL
    3      JOHN
    MEETING
    ID     DESCRIPTION
    1      DEVELOPERS MEETINGNow I want to link the persons to a meeting in the PERSON_MEETING table.
    The column MEETING_ID will be filled automatically through a variable or parameter (I don't know the exact term).
    I defined the PERSON_ID column as an query based select list with the query:
    select name   display_value
    ,      id     return_value
    from   personThis works perfectely, the select list (or lov) shows KEVIN, BILL and JOHN. When I select BILL and save my adjustment, the following record will be shown in PERSON_MEETING
    PERSON_MEETING
    ID     PERSON_ID     MEETING_ID
    1      2             1Now that I inserted BILL as a participant for the Developers meeting he should be removed from the select list. Only KEVIN and JOHN should be in the list. Therefore I change the query of the select list into:
    select name   display_value
    ,      id     return_value
    from   person
    where  id not in (select person_id
                      from   person_meeting
                      where  meeting_id = :MEETING_ID):MEETING_ID is the item in the page containing the ID of the meeting.
    When I make this adjustment, the select list only contains KEVIN and JOHN (as it should), but the first record shown on the page (record with BILL) doesen't show BILL anymore, instead his ID will be shown (2)...

  • Query based on dynamic url paramter

    I am displaying all the results of a simple select statement on one page in an html table. One of these colums displays the unique ID of every row returned from the query. I want to make the ID field an active link, whereupon when the user clicks it, they are taken to seperate page where information for just that row is displayed. I'd imagine you have to pass the ID for that specific row to the next page via the URL, and run another query based on that specific ID to retrieve the information. I just don't know how to have the URL variable equal the ID for each row. All I can find is static examples such as 'www.gotopage.jsp?ID=1234'.

    while displaying the result in html table,
    form the href like this
    String id = resultSet.getString("ID");
    <a href="gotopage.jsp?ID=<%= id%"></a><%=id%>.......
    or post your code and we may be able to point it out.

  • Query Based on Different Infoelements

    Dear Guys,
    In a Infoset, I want to define a Query based on the different data element from the InfoObject. But both the elements are having same data type, size etc. Only data elements name's are different. For example in one Infoobject it's known PERSON_CODE and in the other Infoobjects is known as LIBRARY_ID.
    Hope some one can help me.
    Regards
    Jayaram M

    Read the documentation:
    http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001252.htm
    page1.html
    <form id="form1" name="form1" method="post"
    action="page2.cfm">
    <label>enter id <input type="text" name="textfield"
    />
    </label>
    </form>
    page2.cfm
    <cfquery name="foo" datasource="bar">
    SELECT aField, bField, cField
    FROM aTable
    WHERE aField = <cfqueryParam value="#form.textfield#"
    cfsqltype="cf_sql_varchar">
    </cfquery>
    <cfoutput query="foo">
    #aField# #bField# #cField#
    </cfoutput>
    briankind wrote:
    > query based on a test input box
    >
    > hi
    > i have this html input box and i want to output a query
    based on what i put in
    > the input box. what should i do now.
    >
    > thanks
    >
    >
    > <form id="form1" name="form1" method="post"
    action="">
    > <label>enter id <input type="text"
    name="textfield" />
    > </label>
    > </form>
    >

  • Query based on a test input box

    query based on a test input box
    hi
    i have this html input box and i want to output a query based
    on what i put in the input box. what should i do now.
    thanks
    <form id="form1" name="form1" method="post" action="">
    <label>enter id <input type="text" name="textfield"
    />
    </label>
    </form>

    Read the documentation:
    http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001252.htm
    page1.html
    <form id="form1" name="form1" method="post"
    action="page2.cfm">
    <label>enter id <input type="text" name="textfield"
    />
    </label>
    </form>
    page2.cfm
    <cfquery name="foo" datasource="bar">
    SELECT aField, bField, cField
    FROM aTable
    WHERE aField = <cfqueryParam value="#form.textfield#"
    cfsqltype="cf_sql_varchar">
    </cfquery>
    <cfoutput query="foo">
    #aField# #bField# #cField#
    </cfoutput>
    briankind wrote:
    > query based on a test input box
    >
    > hi
    > i have this html input box and i want to output a query
    based on what i put in
    > the input box. what should i do now.
    >
    > thanks
    >
    >
    > <form id="form1" name="form1" method="post"
    action="">
    > <label>enter id <input type="text"
    name="textfield" />
    > </label>
    > </form>
    >

  • Disc 4137 - query based on login?

    We have a sales table in Discoverer that we want to allow sales managers to access so they can define their own ad-hoc queries. However we only want them to be able to query based on sales attributed to them i.e. they can't query on other sales managers.
    I know I can build business areas for each sales manager and create a custom folder in each area with the sales manager pre-defined to limit queries but to simplify the maintenance I'd like to be able to limit the queries based on how the user logs into Discoverer. i.e. username 'ABC' logs in; view has logic to recognize 'ABC' as the username and automatically sets a condition to sales_manager='ABC'.
    Is something like this doable with Discoverer? I know we can get the username via forms but didn't know if Discoverer offered this functionality too.

    Actually, what's been said is correct for database EULs.
    However, for Apps-EULs, it is possible to determine the Oracle Apps user and/or the Oracle Apps responsibility that's presently logged in to Discoverer (requires an external routine to be registered but it's an Oracle one).
    Then, if an Apps-EUL, you can limit the folder in the EUL to that responsibility, etc. in the same fashion as stated for the DB-EUL.
    Note that some of the views in the database may indeed only show info for a particular apps user / responsibility, but these views are usually only the BIS views and if you look at the code to these views, it's obvious as one of the last lines will refer to a package such as: HR_Security_Pkg or GL_Security_Pkg.
    However, if you're going straight to an Oracle table and it's an Apps-EUL, then what I mentions works - done it many times now.

  • Query based on permission

    Does anyone know if there's a way to query for group (or any other object) based on the current user's permission?  For instance, if I wanted to retrieve all of the groups to which the current user has read access?
    If not, is there a way to retrieve the current user's access level for each object in the query?  So for instance, in addition to returning the group name and group id, also return the user's level of access.
    Thanks a lot!

    Read the documentation:
    http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001252.htm
    page1.html
    <form id="form1" name="form1" method="post"
    action="page2.cfm">
    <label>enter id <input type="text" name="textfield"
    />
    </label>
    </form>
    page2.cfm
    <cfquery name="foo" datasource="bar">
    SELECT aField, bField, cField
    FROM aTable
    WHERE aField = <cfqueryParam value="#form.textfield#"
    cfsqltype="cf_sql_varchar">
    </cfquery>
    <cfoutput query="foo">
    #aField# #bField# #cField#
    </cfoutput>
    briankind wrote:
    > query based on a test input box
    >
    > hi
    > i have this html input box and i want to output a query
    based on what i put in
    > the input box. what should i do now.
    >
    > thanks
    >
    >
    > <form id="form1" name="form1" method="post"
    action="">
    > <label>enter id <input type="text"
    name="textfield" />
    > </label>
    > </form>
    >

Maybe you are looking for

  • Can someone at RIM/Blackberry explain why they disabled/eliminated full Outlook sync?

    Could someone at RIM/Blackberry explain why they disabled/eliminated full Outlook sync via Desktop application? Don't they realize this was a major differentiator and advantage from iPhone and Android? Not having to sync via the cloud?   There must b

  • Can I use AI clcock config.vi to set external time base

    DAQ PCI-MIO-16XE-50 board According to NI website, I can use "Alternate Clcok rate spec in AI clock config.vi" to set scan clock using external timebase. Does this method in fact change the DAQ cards Master Timebase? According to NI, I can use RTSI t

  • Oracle DB11g OCA certification not yet recieved

    Hi , I have completed OCA 11g certification on 28 Dec 2010. In certview its showing as first shipment has done on 29 Dec 2010. I haven't received the certificate yet. I have mailed '[email protected]' regarding this issue on Feb 16 2011 but couldn se

  • IPhoto 9.1.5 crashing when going to external editor

    I have iPhoto set to open Photoshop as the external editor. But it keeps crashing my mac when I instruct iPhoto to open a pic in the external editor, not every time, but enought that it's so annoying, it causes a complete crash so I have to do a comp

  • Auto tone UI Request

    I'm experiencing a disconnect between the Autotone functionality (in Library) and the manual changes I make in Develop. My issue is that these 2 actions are not connected in the UI, so that I can't connect them in a useful workflow. I use Autotone to