WHERE IN CLAUSE USING TYPE

Hi,
How should I use a nested table in the where clause IN ?
desc dept
Name Null Type
NO VARCHAR2(10)
NAME VARCHAR2(20)
create or replace TYPE TBL_VARCHAR2 AS TABLE OF VARCHAR2(256);
CREATE OR REPLACE
PROCEDURE SELECT_IN_TBL AS
CURS SYS_REFCURSOR;
LST TBL_VARCHAR2;
BEGIN
LST := TBL_VARCHAR2('10','20');
OPEN CURS FOR
SELECT * FROM dept where no in lst;
END SELECT_IN_TBL;
Advance Thanks

Have a look at this code:CREATE OR REPLACE TYPE tbl_varchar2 AS TABLE OF VARCHAR2(256);
CREATE OR REPLACE PROCEDURE select_in_tbl
AS
   curs   sys_refcursor;
   lst    tbl_varchar2;
   rec    departments%ROWTYPE;
BEGIN
   lst    := tbl_varchar2 ('10', '20');
   OPEN curs FOR
      SELECT *
      FROM   departments
      WHERE  department_id IN (SELECT COLUMN_VALUE FROM TABLE(lst));
  <<myloop>>
  LOOP
    FETCH curs INTO rec;
    EXIT myloop WHEN curs%NOTFOUND;
    dbms_output.put_line(rec.department_name);
  END LOOP myloop;
   CLOSE curs;
END select_in_tbl;
sho err
SET SERVEROUT ON
EXEC select_in_tbl
DROP TYPE TBL_VARCHAR2
DROP PROCEDURE SELECT_IN_TBL
/

Similar Messages

  • How can you add a where clause using "OR" with applied ViewCriteria?

    [JDeveloper 10.1.3 SU4]
    [JHeadstart 10.1.3 build 78]
    I am using JHeadstart, but have a question probably more in the ADF area. On the JHeadstart forum I asked:
    "I am overriding JhsApplicationModule's advancedSearch in order to be able to search in childtables. I created transient attributes, display those in advanced search and in the overridden method I check if any of these are filled by the user and create a where clause like 'EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> AND <another column in childtable> LIKE '<value supplied by user>)'. I add this whereclause using ViewObject.setWhereClause.
    So far so good and it works. However, if the user selects 'Result matches any criteria', combining setWhereClause and the normal advancedSearch QueryByExample implementation using ViewCriteriaRow do not provide the desired result, since the ViewCriteria and the setWhereClause are AND-ed together, which is fine if the user selects the (default) "Results match all criteria" (everything is AND-ed) but not the "Result matches any criteria", since then every criterium is OR-ed together, except for the setwhereclause criteria and the set of ViewCriteriaRows, they are AND-ed.
    I looked if I could specify that a WhereClause will be OR-ed to existing applied ViewCriteria, but no luck. Do I have to rewrite also advancedSearch's ViewCriteria implementation and write an entire setWhereClause implementation to be able to "OR" every criterium? Or any other suggestions? Can I look at the entire Where clause and rewrite it (after applyCriteria and setWhereClause are called on the VO)?
    Toine"
    Sandra Muller (JHeadstart Team) told me today: "This sounds like a JDeveloper/ADF issue that is not related to JHeadstart. The question is: how can you add a where clause using "OR" if there are already one or more ViewCriteria applied?
    To simplify the test case, you could create a simple ADF BC test client class in a test Model project without JHeadstart (in the test class, use bc4jclient + Ctrl-Enter), in which you first apply a few ViewCriteriaRows to a View Object and also add a where clause.
    Can you please log a TAR at MetaLink ( http://metalink.oracle.com/ ), or ask this question at the JDeveloper forum at http://otn.oracle.com/discussionforums/jdev.html ? (This what I am doing now ;-))
    Thanks,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting"
    Anyone knowing the answer or am I asking for an enhancement?
    Toine

    Hi,
    Can you SET your whereclause as follows ?
    ('Y' = <isAnd>
    and EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> AND <another column in childtable> LIKE '<value supplied by user>))
    OR ('N' = <isAnd>
    AND EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> OR <another column in childtable> LIKE '<value supplied by user>))
    )

  • Using a Text Area for a Where In () Clause

    Hi Everyone!
    It has been awhile since I have done any Oracle ApEx development. This is because I work on the BI team and have been doing more ETL and Teradata development to support MicroStrategy reports.
    Having said that, I am attempting to upgrade an existing application with a bit of new functionality. I am trying to allow the user to enter a comma separated list of values (i.e: 12345, 67890, 112233, 44455566) into a text area on one page and have the report on the following page accept that input and use it to filter an interactive report.
    I am aware that users can filter an interactive report with the functionality built into the report itself, but some users have requested additional filtering as mentioned above before they actually see the report. My text area is called P10_TXT_ITMS. The code in the SQL for the interactive report is:
    AND (ITM_NUM IN :P12_HID_ITMLIST)
    When I enter a single number, it works beautifully. Unfortunately, however, entering a comma separated list 'breaks' the report. It says that the value entered into the text area is not a number. To combat this, I tried using to_char() on the column in the table in the comparison. Of course, this also did not work. I would have thought that the variable would have converted into a comma separated list and the where in clause would be totally valid, but it does not seem to behave that way.
    Does anyone have any thoughts or suggestions? Any help would be very much appreciated!
    Edited by: tgeorge on Jan 21, 2010 9:47 AM

    Hi,
    It treats it as one large string. Even with to_char it would be like:
    '12345' IN ('12345, 67890, 112233, 44455566'); as opposed to:
    '12345' IN ('12345', '67890', '112233', '44455566');
    You need to split the string up somehow.
    Edit: Possibly with the use of regexp_substr?
    Mike
    Edited by: Dird on Jan 21, 2010 3:53 PM

  • Delivery Type  LO ? Where it is used ?

    Hi,
       Could u pls tell me where do we use delivery type LO (Delivery without reference to Order ) ? And what are the prerequisites (configuration) for using the same.
    Regrds,
    Binayak
    Message was edited by:
            Binayak Ghosh

    dear,
    As u have already got some idea about delivery type-LO, which is used when we create a delivery without a reference order.U can have some ex.'s like free samples delivery where no order is required.
    1. definition of delivery type LO-- t.code ovlk  (default sales order type is DL)
    2. when we create a delivery with reference to an order, then automatically all the related things like Item category & others will be copied to the delivery...But in our case , as we r creating the delivey w/o reference we need to configure Delivery item category determination.   DLN  -
       t.code ovlp
    ie. LO + Norm --->  DLN
    reward if found helpful
    Krishna chaitanya

  • Need of Firming Type MRP & where it is used & explain

    Need of Firming Type MRP & where it is used & explain

    Hi,
    It determines how procurement proposals are to be firmed & scheduled within the planning time fence.
    There are many types of firming MRP types available ex: P1,P2, P3, P4, M0, M1,M2, M3, M4
    Each MRP type is having individual functionalities.
    P1:
    System will firm all the planned orders automatically which are within planning time fence.
    New proposal displaced to end of planning time fence.
    P2:
    System will firm all the planned orders automatically which are within planning time fence.
    No new proposal created.
    P3:
    System will not firm all the planned orders automatically which are within planning time fence & all are move to after fence days. New proposal displaced to end of planning time fence.
    P4:
    System will cancel all the planned orders which are within planning time fence.
    No new proposal.
    M0= PD, M1=P1, M2=P2, M3=P3, M4=P4.
    Regards,
    Dharma

  • Sending an array of values to Oracle procedure to use in WHERE IN clause

    I have a stored procedure in Oracle as shown below:
    <p><h5><font color=NAVY>CREATE PROCEDURE MY_TEST_PROC(
    CUR OUT SYS_REFCURSOR,
    PARAM_THAT_WILL_BE USEDINSIDE_WHERE_IN
    AS
    BEGIN
    OPEN CUR FOR
    SELECT *
    FROM MY_TABLE
    WHERE COL1 IN (here I want to put values received from C#)
    END;</font></h5></p>
    On the ASP.NET application side I have a select element with several options. I want to use these list items in my WHERE clause. I know that I can have a VARCHAR2 input parameter in my stored proc, make a comma separated string from the list items, send it to the procedure. There are two concerns with going this way:
    1.I make my website vulnerable to SQL injections
    2.In my stored proc I have to use EXECUTE ('SELECT ...') pattern which I would like to avoid.
    How can I send these list items to the stored procedure and use them inside the WHERE IN clause? I'm using ODP.NET and have heard of UDT but don't know how to use it.

    Assuming a connection variable called conn and Java String array called myStringArray, here's the gist of it:
    ArrayDescriptor descriptor1 = ArrayDescriptor.createDescriptor("STRING_ARRAY", conn);
    ARRAY array1 = new ARRAY(descriptor1, conn, myStringArray);
    OracleCallableStatement cs = (OracleCallableStatement) conn.prepareCall(sql);
    cs.setARRAY(1, array1);

  • Binding an array of integers using OCI for WHERE IN clause

    Is it possible to bind lists of integers using OCIBindByPos(), for use with a WHERE IN clause?
    In our application, we very often have statements like this:
    SELECT ...
    WHERE col1 IN (3, 54, 65, 76, 112, 232, 343)where the number of integers in the list is variable.
    These lists sometimes can become very large (several thousands of entries); Oracle ADDM then indicates that these statements are hard to parse and recommends to use bind variables instead.
    Is is possible to change the statement into something like
    SELECT ...
    WHERE col1 IN (:1)and to bind the integer list using OCIBindByPos()?
    Or is there an even better way to do this? (Please note: the integer list is not the result of a previous SELECT statement, i.e. we cannot use joins or subqueries here.)
    Regards
    - Frank

    Turns out it's possible after all, albeit not quite written in the most obvious way.
    See Re: Binding collection to right-hand-side of WHERE num_col in (:1) clause? for details.

  • How can we know where the exchange rate type is used?

    Hello experts,
    I have a question regarding exchange rate type.
    There is a custom exhange rate type ZXXX in our system, however, we don't know where this exchange rate type ZXXX is used. Is there any method that we can find where this exchange rate type is used?
    Many thanks.
    Christina.
    Edited by: Christina wang on Nov 28, 2008 4:28 AM

    Exchange Rate Type is created in SPRO:-SAP Net Weaver>General Settings>currency>Check Exchange Rate type.
    It is used for maintainace of Exchange Rate in OB08 for direct & indirect quote..
    Regards,
    Alok

  • "Where In" Clause in Apex

    I have a very simple apex application. App has a text box(:usr_name) where user can enter comma separated names. The value/parameter is passed to region sql in the where clause. My Sql look like
    Select col1, col2, col3,... from views where col1 in (:usr_name);
    I understand that values from text box are passed like 'Name1, Name2, Name3' hence where in clause fails.
    I used replace function replace(''':usr_name''',',',''',''') which converted the input to 'Name1','Name2','Name3'. But the where is treating replaced output as string and not as values to returning no records.
    There is similar thread (Insert statement with requirement related to record insertion. And the provided solution works as values were passed one by one in a loop.
    But in my case I want all 'names' to be passed at once.

    Switch your region from a type of "SQL Query" to "SQL Query(PL/SQL function returning SQL query) and build your SELECT statement on the fly based on the user's input. In the "Region Source" field put:
    RETURN('Select col1, col2, col3,... from views where col1 in ('''||replace(:usr_name,',',''',''')||''')');
    Mike

  • Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Reboot the machine holding Command and r keys down, you'll boot into Lion Recovery Partition
    In there will be Disk Utility, use that to select your Lion OS X Partition and Repair Permissions.
    After that is done reboot the machine and see if you can log in.
    If not repeat the above steps to get into Lion Recovery, get online and reinstall Lion again, it will overwrite the installed version and hopefully after that it wil work.
    Reboot and try again.
    If not follow my steps to create a Snow Leopard Data Recovery drive, then option boot from it and grab a copy of your files off the machine.
    Then reinstall all your programs onto the external drive like setting up a new machine, then use Disk Utility to erase the entire internal boot drive (select the drive media on the far left, not the partiton slightly indented) format Option: GUID , 1 partition OS X Extended and then use Carbon Copy Cloner to clone the external to the newly formatted internal drive. Once that is finished reboot and disconnect the external drive.
    Once you go that, boot into Snow Leopard and update to 10.6.8, use the AppStore and option click on Purchases and download Lion again and install.
    Lots of work, but there is no Lion disks.
    https://discussions.apple.com/message/16276201#16276201

  • Services Registry in PI 7.1 - What is this and where is it used?

    Hi,
    Can anyone tell me what is Services Registry in PI 7.1 ? What featuers are available in it and where is it used or how its helpful?
    I dont have access to it in my system, so am curious to know the contents of it!!
    Do we define global data types by any chance in the Services Registry ?
    Cheers,
    S

    Hi,
    What is Service Registry?
    Definition: Service Registry is a registry for Webservices that is located centrally within an SOA landscape.  In simple words u201Cwhere are our services implemented?u201D can be identified by using Service Registry.
    PI 7.1 contains a UDDI v.3 compliant Service Registry contains information about services provided in that landscape with references to the WSDL metadata relevant for those services and to the locations of the callable service endpoints.
    How the Service Registry used in PI?
    1.     As a Webservice provider we can publish Webservice.
    2.     As a Webservice consumer we can search for and find Webservices for consumption.
    3.     We can test our Webservices.
    4.     Manage third party Webservices and classify them to provide them for consumption in our system landscape.
    5.     Providing Deployment information (i.e End point information).
    Enterprise Services Repository (ESR):
    To support strategic service oriented approach SAP provides a new Enterprise Service Repository. ESR is a central repository of information that contains all the services. ESR is a container, stores all the underlying Meta data of application objects like service interfaces and descriptions. The global data types, interfaces and business processes maintained in Enterprise service repository which can be reuse where needed. The first implementation of ESR and its associated editors come in SAP Netweaver04u2019s, which has been evolved from NetWeaver Exchange Infrastructure Integration Repository. Enterprise service repository is a design time repository of service objects for ESA. You can model all service design objects for a process and can reuse the data types and service objects which are already maintained. All enterprise services are published in a central Enterprise service repository so they can be used by anybody who really needs that service includes customers and partners.
    The Enterprise Service Repository is the evolution of what it was known as the Integration Repository in XI.  Now the Integration Repository is called the ESR and XI is called PI.  Using the Integration Repository as foundation for the ESR made a lot of sense since many of the capabilities were already there: metadata storage, defining message types, data types, operations, etc.
         ESR is just like Integration Repository for XI.  Here you can design/define your Service Interfaces and Enterprise Services.
         ESR is the central repository in which Service Interfaces and Enterprise Services are modeled centrally and their metadata is stored.
         In simple words u201CWhat does the service do and what does it need?u201D can be answered from ESR.
         ESR is used for: -
    1.     Definition of Processes and Services
    2.     Store Service Metadata
    3.     Central Modeling and Design Environment.
    Global Data Types
         Definition: Global Data Types are company-wide, defined data types based on international standards.  They are based on the SAP methodology and are defined in a standards-based way in the ESR.
         They are based on the ISO 15000-5 and UN/CEFACT CCTS standards and act as the semantic building blocks for service interfaces.
         Global Data Types help you in standardizing service definitions across your organization and provide the key building blocks that can be reused across all your service definitions.
         Global Data Types have been approved SAP-wide by the Governance Process for Business Content.
         Global Data Types have been defined in the ESR and are described by XML schema.
    Thanks,
    Satya Kumar

  • I recently spilled liquid on my computer, but it is up and running, it loads and brings me to the safe boot screen where I need to type my password, but It is not recognizing it, help! How do I get passed it or fix it!

    I recently spilled liquid on my computer, but it is up and running, it loads and brings me to the safe boot screen where I need to type my password, but It is not recognizing it, help! How do I get passed it or fix it! I have tried holding the apple key and "s" and then type in the code to reset the password, but my keyboard is not letting me use the numbers or any keys that are accessed by holding shift! Please help me get passed this screen

    Fluids and electronics do not mix.
    You have caused some serious damage to parts of your computer, and likely voided the warranty until Apple completes a repair and re-certifies it.
    Step one is to turn it off and do NOT (did I say do NOT yet?) turn it on again yourself.
    Take it to an Apple store and be prepared for a large repair bill.
    Sorry, but that is the truth.

  • Using TYPES with out in a procedure

    Can you use TYPES with the OUT parameter when executing a procedure?
    CREATE OR REPLACE PROCEDURE get_assoc_status (fin_aor_id IN ASSOCIATE_OFFICE_RECORDS.ASSOCIATE_OFFICE_RECORD_ID%TYPE,
    v_amr_id OUT ASSOCIATE_MASTER_RECORDS.ASSOCIATE_MASTER_RECORD_ID%TYPE, ....
    In all documentation where I've looked procedures up, all the examples use internal defined types, like NUMBER, VARCHAR2,etc...It seems like there shouldn't be a problem but I keep getting this message:
    Error at line 2
    ORA-06550: line 2, column 70:
    PLS-00103: Encountered the symbol "," when expecting one of the following:
    := ( ; not null range default character
    ORA-06550: line 9, column 1:

    Yes, you can use typed output parameters:
    sql>create or replace procedure p_test(p_empno in emp.empno%type, p_sal out emp.sal%type)
      2  is
      3  begin
      4    select sal
      5      into p_sal
      6      from emp
      7     where empno = p_empno;
      8  end;
      9  /
    Procedure created.
    sql>var the_salary number
    sql>exec p_test(7369, :the_salary)
    PL/SQL procedure successfully completed.
    sql>print the_salary
    THE_SALARY
           800

  • Where do I use These lock object FM's (Enqueue & D? and How do I use them?

    I created lock object for user defined table (zconsist). The system automatically created 2 FM's (Enquiue & Dequeue).
    I created a new TCode and accessing this with mulitple users to do some updates and inserts in that above table.
    I used INSERT ZCONSIST statement in 5 places in my program (4 include programs).
    Where do I use These FM's? and How do I use them?
    I mean before inserting which FM I need to use? after immediately what fm used?.
    every insert statemnt before i need to use the respective fm? so 5 places i need to call the respective FM is it right?
    thank in advance.

    Hi Sekhar,
    Lock objects are use in SAP to avoid the inconsistancy at the time of data is being insert/change into database.
    SAP Provide three type of Lock objects.
    Read Lock(Shared Locked)
    protects read access to an object. The read lock allows other transactions read access but not write access to
    the locked area of the table
    Write Lock(exclusive lock)
    protects write access to an object. The write lock allows other transactions neither read nor write access to
    the locked area of the table.
    Enhanced write lock (exclusive lock without cumulating)
    works like a write lock except that the enhanced write lock also protects from further accesses from the
    same transaction.
    You can create a lock on a object of SAP thorugh transaction SE11 and enter any meaningful name start with EZ Example EZTEST_LOCK.
    Use: you can see in almost all transaction when you are open an object in Change mode SAP could not allow to any other user to open the same object in change mode.
    Example: in HR when we are enter a personal number in master data maintainance screen SAP can't allow to any other user to use same personal number for changes.
    Technicaly:
    When you create a lock object System automatically creat two function module.
    1. ENQUEUE_<Lockobject name>. to insert the object in a queue.
    2. DEQUEUE_<Lockobject name>. To remove the object is being queued through above FM.
    You have to use these function module in your program.
    check this link for example.
    http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm
    tables:vbak.
    call function 'ENQUEUE_EZLOCK3'
    exporting
    mode_vbak = 'E'
    mandt = sy-mandt
    vbeln = vbak-vbeln
    X_VBELN = ' '
    _SCOPE = '2'
    _WAIT = ' '
    _COLLECT = ' '
    EXCEPTIONS
    FOREIGN_LOCK = 1
    SYSTEM_FAILURE = 2
    OTHERS = 3
    if sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    Normally ABAPers will create the Lock objects, because we know when to lock and how to lock and where to lock the Object then after completing our updations we unlock the Objects in the Tables
    http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm
    purpose: If multiple user try to access a database object, inconsistency may occer. To avoid that inconsistency and to let multiple user give the accessibility of the database objects the locking mechanism is used.
    Steps: first we create a loc object in se11 . Suppose for a table mara. It will create two functional module.:
    1. enque_lockobject
    1. deque_lockobject
    before updating any table first we lock the table by calling enque_lockobject fm and then after updating we release the lock by deque_lockobject.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm
    GO TO SE11
    Select the radio button "Lock object"..
    Give the name starts with EZ or EY..
    Example: EYTEST
    Press Create button..
    Give the short description..
    Example: Lock object for table ZTABLE..
    In the tables tab..Give the table name..
    Example: ZTABLE
    Save and generate..
    Your lock object is now created..You can see the LOCK MODULES..
    In the menu ..GOTO -> LOCK MODULES..There you can see the ENQUEUE and DEQUEUE function
    Lock objects:
    http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm
    Match Code Objects:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    http://searchsap.techtarget.com/tip/0,289483,sid21_gci553386,00.html
    See this link:
    http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm
    Check these links -
    lock objects
    Lock Objects
    Lock Objects
    kindly reward if found helpful.
    cheers,
    Hema.

  • Jdbc connectivity using type 4 driver using oracle10g

    Hi while running a jdbc program using type 4 driver using oracle 10 g I am Getting following exception
    java.lang.NullPointerException
    java.lang.NullPointerException
    at Type4ConnectTest.main(Type4ConnectTest.java:31)
    Exception in thread "main" java.lang.ClassNotFoundException: oracle.jdbc.driver.
    OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    at Type4ConnectTest.main(Type4ConnectTest.java:15)
    My Program Code is..
    import java.sql.*;
    class Type4ConnectTest
    public static void main(String args[])throws Exception
    Connection con=null;
    Statement st=null;
    ResultSet rs=null;
    try
    // DriverManager.registerDriver(new Oracle:jdbc:OracleDriver());
    Class.forName("oracle.jdbc.OracleDriver");
    String url="jdbcracle:thin:@localhost:1521";
    con=DriverManager.getConnection(url,"sarika","sarika");
    catch(NullPointerException e)
    System.out.println("e");
    e.printStackTrace();
    finally
    try
    con.close();
    st.close();
    rs.close();
    catch(Exception e)
    System.out.println(e);
    e.printStackTrace();
    I also set path of ojdbc14.jar and orai18n.jar in environment variable.
    pls help to solve the problem

    Class.forName("SOME_DRIVER_CLASS");Is tricky to use because it will compile not needing to reference the vendors jar file.
    You have to remember to deploy it though where ever you plan to run this program.
    If you are running from command line
    java -cp PATH_TO_JAR Type4ConnectTest

Maybe you are looking for

  • Skin Menu not working

    I'm using Captivate 3 and daisy-chaining programs together. Menu Builder is not an option at the moment so I've created a Menu using the Project|Skin options. I browsed to find the .cp program but when the programs are published, the menu doesn't wor

  • Problem W/viewing videos on Safari

    Lately all the videos I try to view stops every few seconds and reloads. Started this about a month or so ago. Am unable to correct this. Running Mac OSX version 10.6.8 with  a 2.66 GHz Intel Core 2 Duo processor.  Any solutions?  New to Apple!

  • Mail merge functionality

    Hi I am trying to import an Excel spreadsheet with highlighted columns I have assigned into a working PDF document with the fields assigned so that it pulls similar to a mail merge in Microsoft Word. Your copy and paste ability on the FormCentral com

  • Why am I constantly getting asked to register my iPad?

    I have had my New iPad since the day it was release. EVERY day, when I start iTunes, I get asked to register. I have..... Fully completed the form and gone on to set up the iPad. SEVERAL TIMES Hit registered later and gone on to use my iPad without h

  • Export of Technical System - Third Party?!

    Hi, i want to export technical system in SLD - Dev to SLD - Prod via download the zip file. This option seems to be not possible for Third Party Systems. All other systems i can export! Can anybody confirm this and tell me the reason?! What else do i