FRM-10102

I have a separate oracle home in the registry called ORACLEPIER for my 6i installation. I keep my forms in c:\coaapps\somesubdir and my libraries in c:\coaapps\oraclelibraries. I have added c:\coaapps\oraclelibraries to the FORMS60_PATH key in the registry as well as to the PATH environment variable of the system properties. To my knowledge that's all I need to do, however, when I open my form in developer I get an FRM-10102 cannot attach library....
What am I missing?

From the Help Documentation:
To attach a library to a module:
1. In the Object Navigator, open the desired form, menu, or library module.
2. To open a module, choose File | Open and then specify the module type to open.
Note: When you attach a library to a module in Oracle Forms, you attach the .PLL version of the library. At runtime, Oracle Forms looks for a .PLX file by that name in the default search paths. If no .PLX file is present, Oracle Forms uses the .PLL file by that name.
3. Expand the module and then select the Attached Libraries node. Choose Edit | Create to attach a library.
4. Specify the name of the library to attach.
Tip: You should not specify a library path when attaching libraries. Path names for library attachments are stored internally and, as a result, are not portable. Instead, you should specify the name of the library and rely on the Oracle Forms' standard search path to locate your library at runtime.
When searching for attached libraries at runtime, Oracle Forms first searches the current directory [where the FMX is located] and then the directories listed in the PATH (FORMSxx_PATH and ORACLE_PATH) environment variables.
Note: If you specify a library path, Oracle Forms prompts you to confirm the specified path.
If you confirm, at runtime, Oracle Forms will search for your library based strictly on the specified path; Oracle Forms will not search the specified path and then perform the standard search, as well.
If you do not confirm, Oracle Forms removes the path and saves the library name. At runtime, Oracle Forms searches the standard search path to locate your library.
5. Save the active form or menu module to incorporate the library attachment in the module definition.
Note: Attached libraries are read-only. You cannot edit an attached library; you can only reference the program units within it. To edit a library module, open it in the Object Navigator and use the PL/SQL Editor to edit program units.

Similar Messages

  • Getting FRM-18108 and FRM-10102 when opening a form with Form Builder

    Hi,
    we're migrating from Forms 6i to Forms 10g. If I try to open a form in Form Builder 10g, FRM-18108 and FRM-10102 are appearing. I checked registry entries on my XP-System (FORMS90_PATH) and everything seems to be similar to the old Forms environment.
    Any ideas ?
    Thanks,
    Markus

    Hello,
    FRM-18108: Failed to load the following objects.
    Cause:  Forms could not load the foreign references specified.
    Action:  Verify that all the referenced forms and object libraries are present.
    FRM-10102: Cannot attach PL/SQL library %s.
    This library attachment will be lost if the module is saved.
    Cause:  The library you specified is locked by other users, the library name is invalid, or the library module could have been moved from or not exist in the FORMS90_PATH directory list.
    Action:  Check the library name and try again later.
    Francois

  • Error FRM-10102 While Opening APXINWKB.fmb (Oracle Apps Invoice Forms) in .

    HI,
    I have freshly installed the Oracle 10g Forms n Reports developer and copied all the necessary pll, plx and fmb from AU_TOP/resource or AU_TOP/forms/US folder,
    and then updated in FORMS_PATH of regedit.
    But when i am trying to open the APXINWKB.fmb,i am getting the below errors.
    Can you please help me in resolving this issue,
    FRM-10102: Cannot attach PL/SQL library APXINLIN. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library VERT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PSAC. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library CUSTOM. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPDAYPK. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPFLDR. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APXINWKB. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPREPAY. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APCACHE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library POXAPINT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library POXCOMSG. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPUTIL. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APXHOLDS. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library IBYFDOBJ. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APVIWPAY. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPAYSHD. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library XLACORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library VERT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PSAC. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APXINWKB. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library POXAPINT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library VERT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PSAC. This library attachment will be lost if the module is saved.
    Regards,

    As you have found out, an Oracle Enterprise Business Suite (EBS) forms have multiple library files attached. When you open an EBS form, you must have a copy of the .pll files listed in the FORMS60_PATH (Forms 6i) or FORMS_PATH (Forms 10g) or you will get the message you are receiving. These library files are typically found in the $AU_TOP/US/RESOURCES directory on the Application Server.
    You might also want to take a look at the following documents in the Oracle Applications Documentation library. Select your EBS version and then scroll to the Standards section and review the following documents:
    <ul>
    <li>Oracle Applications Developer's Guide
    <li>Oracle Applications User Interface Standards for Forms-Based Products
    <li>Oracle Application Framework Personalization Guide
    </ul>
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • FRM-10102: Cannot attach PL/SQL Library menu_library

    Dear All:
    I am using Developer 6i Version 6.0.8.23.2 (32 Bit)
    I am facing following error while opening a form in Forum Builder.
    FRM-10102: Cannot attach PL/SQL Library menu_library. This library attachment will be lost if the module is save.
    I know that I have to add the address of the folder in which the library is located, but I forgot the Registry Key value and location.
    Anyone can help me?
    Thanks
    Hassan

    Yes, I understand that I need to set the FORMS90_PATH in default.env file.
    My question is how do I say "Pick up the library from the same directory as the form fmx".
    Do I have to say it like
    "FORMS90_PATH = C:\MyDir\Forms;" ?
    I was a hesitant to hardcode the directory name( as above) in the default.env file, because incase I change the the library plx directory, I will have to update the envoirnment file again.
    So is there any other way to do it ?

  • FRM-18108 - FRM-10102

    Hi All,
    Environment setup
    EBS = 11.5.10.2
    DB = 9.0.2.6
    OS = RHEL
    Requirement is to modify some condition in form CEXCABMR.fmb.
    At client site side
    OS=WinXP,
    Earlier 10g database was installed and yesterday i installed Form developer 6i.
    I copied the form to my local driver at path c:\AppsForms
    c:\Appsforms
    ---\au
    -------\forms          // contains forms CECORE.fmb, CESTAND.fmb and CEXCABMR.fmb
                            // rest of the folders are copied as it is from prodappl folder
    -------\lib
    -------\plsql
    -------\sql
    -------\resource
    Below is the registry tree under HKEY_LOCAL_MACHINE->SOFTWARE->ORACLE
    ALL_HOMES
    HOME0
    Key-OraDb10g_home1
    ORACLE_HOMES              //under ORACLE_HOMES
       ORACLE0
            FORMS60_PATH=C:\AppsForms\au\11.5.0\resource              //Created a new expandable string value but still i am receiving error FRM-18108 for forms and FRM-10102 for libraries.
    What i have missed ?
    Regards,
    Asim

    Hi Helios,
    I moved the FORMS60_PATH from HKEY_LOCAL_MACHINE->SOFTWARE->ORACLE->ORACLE_HOMES->ORACLE0 to
    HKEY_LOCAL_MACHINE->SOFTWARE->ORACLE
    and set FORMS60_PATH= C:\AppsForms\resource
    placed forms at C:\AppsForms\
    and reboot system.
    Now its working, thanks for your cooperation.
    Regards,
    Asim

  • Path of libraries, frm-10102

    Hi,
    I'm developing with Form Builder 6i on Windows NT. So far I put all my .pll files in a certain directory and FORMS60_PATH points to this directory and every things is OK.
    Now, I have to change the development enviroment and move all the .pll files to the other place. FORMS60_PATH has been adjusted to point to the new directory. But whatever form is being opened, Form Builder displays error "FRM-10102: Cannot attach PL/SQL library %s. This library attachment will be lost if the module is saved.". Something more about the enviroment:
    - i have only one ORACLE_HOME
    - libraries are always attached WITHOUT path
    Any help will be greatly appreciated
    null,

    @designjd – you could try the following JavaScript (ExtendScript) that will show all open library files with their full path names in a dialog window with a scrollable and editable text field. You could copy/paste the entries in the text field for further use.
    Here is the code:
    if(app.libraries.length > 0){
        var openLibrariesFullNamesARRAY = app.libraries.everyItem().fullName;
        var myMessageHeader = "List of opened Libraries file paths:";
        alert_scroll(myMessageHeader,openLibrariesFullNamesARRAY);
    else{alert("No open InDesign Library file detected.")};
    //Thanks Marijan Tompa [Tomaxxi] for the alert_scroll function at:
    //http://tomaxxi.com/2010/07/scrollable-alert/
    function alert_scroll (title, input){
           if(input instanceof Array){input = input.join ("\r")};
           var w = new Window ("dialog", title);
           var list = w.add("edittext", undefined, input, {multiline: true, scrolling: true});
           list.maximumSize.height = w.maximumSize.height-100;
           list.minimumSize.width = 550;
           w.add("button", undefined, "Close", {name: "ok"});
           w.show();
    Save it as text only, chose .jsx instead of .txt when you name the file.
    Put the jsx file in the "Scripts Panel" folder of InDesign and start it from InDesign by double clicking its name in the Scripts Panel of InDesign.
    If there is no Library file open, you'll get a message: "No open InDesign Library file detected."
    If one or some library files are open, you get something like this (Mac OSX UI, but should work on MS Windows, too):
    You have to close the dialog window to proceed with your work in InDesign.
    Uwe

  • FRM-10102 Cannot Attach PL/SQL Library : Error

    Hi All,
    We are currently trying to upgrade from Forms6 to Forms10g.
    When we open a Forms6 form in the Forms10g Developer, we are getting the error
    "Cannot Attach PL/SQL Library" error.
    So my question is
    1. What changes do I need to make to the "FORMS90_PATH" envoirnment variable, so that it would look for the library in the current directory ?
    2.Do I need to make this change in the registry or is there any other place where I can make this change ?
    3. I want to make this change without hardcoding the directory name in any place. Is there any way to do it?
    Thanks in advance
    Aruna

    Yes, I understand that I need to set the FORMS90_PATH in default.env file.
    My question is how do I say "Pick up the library from the same directory as the form fmx".
    Do I have to say it like
    "FORMS90_PATH = C:\MyDir\Forms;" ?
    I was a hesitant to hardcode the directory name( as above) in the default.env file, because incase I change the the library plx directory, I will have to update the envoirnment file again.
    So is there any other way to do it ?

  • FRM-40039 cannot attach library ofgbsl while opening ccw2031

    I got the above error when I try to run the program ccw2031 on the ie browser. First of all there are 3 files attached in my 4.5 forms. These libraries are the following; OFG4BSL.pll, OFG4mnl.pll, OFG4tel.pll. Upgrading it to 10g for windows had no problems since there is a corresponding libraries namely OFGBSL.pll, OFGMNL.pll OFGTEL.pll and OFGMES.pll.
    My program compiled with no errors when i tried attaching those 4 files in my Developer Suite 10g for unix.
    The problem came out when I tried to run it using the Application Server.
    And when I try accessing the program again in the forms developer i got the following messages:
    FRM-10102: Cannot attach PL/SQL library OFGBSL. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library OFGMES. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library OFGMNL. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library OFGTEL. This library attachment will be lost if the module is saved.
    Questions: 1. Are there any libraries equivalent to these 4 files in UNIX?
    2. Can I use the windows version and compile using frmcmp? Actually i tried this already but did not work.
    3. How do I configure the Developer Suite 10g for Unix to be able to attach the libraries mentioned if it works?
    Can Anybody help me.....Please.
    Edited by: user7493752 on Jan 30, 2009 12:17 AM

    First, you don't need to replace the pll's with the 4 in the middle (e.g. OFG4BSL) by the ones without the 4 in the middle and i wouldn't do it. The libraries belong to different versions of the forms-generator from oracle-designer (the *4*-ones form Designer 2000 generating forms 4.5, the ones without the *4* starting with version 6i). But both versions are "pure" pll's, so they can easily migrated to 10g.
    FRM-10102: Cannot attach PL/SQL library OFGBSL. This library attachment will be lost if the module is saved.Your problems can be based on one of the following:
    The pll's are not in the working-directory of your forms-environment, if any.
    The pll's are not in one of the directories defined in the env-setting FORMS_PATH.
    You attached the pll's to your forms with the whole path (not preferable) and now forms doesn't find that path in your application-server-environment.
    Library-names are Case-sensitive, so if you attach MYLIB, the filename must not be mylib.pll but MYLIB.pll.
    hope this helps.

  • Urgent: FRM - 18108: Failed to load the following objects.... in R12

    Hi,
    I am unable to open forms,
    even it opens with this following error, as well all form fields are not coming.
    anyone give information.
    Please see this following error message:
    FRM - 18108: Failed to load the following objects.
    Source Module: APPSTAND
    Source Object: STANDARD_PC_AND_VA
    Source Module: APPSTAND
    Source Object: STANDARD_TOOLBAR
    Source Module: APPSTAND
    Source Object: STANDARD_CALENDAR
    Cheers from..
    M.K.Thamaraiselvan

    Hi,
    i used to get this following error also, while connecting from windows desktop
    FRM - 18108: Failed to load the following objects.
    Source Module: APPSTAND
    Source Object: STANDARD_PC_AND_VA
    Source Module: APPSTAND
    Source Object: STANDARD_TOOLBAR
    Source Module: APPSTAND
    Source Object: STANDARD_CALENDAR
    FRM-10102: Cannot attach PL/SQL library APPCORE.pll. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library GLOBE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library JE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library FNDSQF. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library JA. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library JL. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library VERT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library CUSTOM. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPDAYPK.pll. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library GHR. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PQH_GEN. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PSAC. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library IGILUTIL. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library GMS. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPCORE2. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library FV. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library OPM. This library attachment will be lost if the module is saved.

  • FRM-18108 AT OPENING FORMS

    Hi All,
    At time of opening forms getting error FRM-18108.
    Is there any place where I need to give paths of refrenced library or forms.
    I am doing this with forms10g on Linux.
    I have set CLASSPATH variable in .bash_profile to refrence to library & other refrened dir.
    But then also this error is there.
    I was thinking including this path some where in default.env or formsweb.config but these are
    refrenced at runtime so this is also not the place where I should attach those path.
    And there any large number of thing referenced so It is not possible to mannualy incude each
    file in forms buildeer.
    THIS ERROR AGAIN FOLLOWS WITH FRM-10102 can not attach Pl/sql librarys
    SO IS THERE ANY PLACE IN FORMS BUILDEER TO MAINTAIN PATHS.
    PLEASE GUIDE WITH YOUR SUGESIONS OVER THIS PROBLEM.

    Hi All,
    The Error FRM-18108 got resolved I maintained the Paths in FORMS_PATH in .bash_profile.
    And also by manually opening object library file through forms builder.
    But there remains error FRM-10102 which comes due to Case of file names.
    Temporary I am renaming the files as they asks.
    But is there any tipical and easy way to come up with FRM-10102
    Thanks

  • FRM-18108 APPSTAND etc

    Hi all
    I'm trying to install Developer Suite 10g, but I'm not doing very well.
    I've downloaded the install from here, and extracted it to my local machine.
    I've then installed it on Windows XP SP3, then updated the FORMS_PATH to point to the directory where I've downloaded all the forms and pll files from $AU_TOP/forms and $AU_TOP/resources.
    However, I keep getting the dreaded FRM-18108 error saying APPSTAND, GLSTAND, etc can't be found, and then the FRM-10102 errors for all the PL/SQL libraries.
    Is there anything I'm missing here?
    I've tried this on both an XP SP3 machine and a Windows 7 machine, and I get the same error, so I must be doing something wrong.

    It is about the FORMS_PATH -- Please see these docs for details.
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    Oracle Forms in Applications FAQ [ID 177610.1]
    11i: Error Opening TEMPLATE.fmb in Forms Builder [ID 236803.1]
    Thanks,
    Hussein

  • Getting Error While Opening the Oracle Form 6i in 10g

    Hi All ,
    FRM-10102: Cannot attach PL/SQL library XXX. This library attachment will be lost if the module is saved.
    I am getting above error message while opening Oracle 6i Form in 10g.
    I get the following Alert message when I try to attach the library to my form -
    Attached library name
    S:\.........xxx.pll contains non-portable directory specification. Remove path? Yes/No?
    If I select 'No', the Form compiles and runs without any error.
    But if I select 'Yes', I get the following error message:
    FRM-40039: Cannot attach library xxx while opening form.
    All files (fmb, fmx, pll, plx) are on the same path. I detached and then re-attached the library but this didn't work for me?
    Help Appreciated.
    Thanks & Regards,
    Ram.

    use the shiped batch program frmplsqlconv.bat to convert all your forms/librarys from Forms 6i to 10g.
    you can call it in wizard mode from the start menu (e.g. OracleDeveloperSuite <OraHome> => Forms Developer => Forms Migration Assistant (GUI Mode) and follow the instructions step by step
    or you can call it by batch to convert all your forms/librarys. The batch file is found in
    <ORA10g_HOME>BIN\frmplsqlconv.bat
    =>
    frmplsqlconv.bat <formname>

  • Forms 6i & SRW.Run_Report does not work on 10g client

    Hello Sir/Madam,
    I'm using 10g client with Forms & Reports 6i.
    FORMS 6i error => for some reason this combination is prompting FRM-10102 & FRM-40039 errors
    Attempted so far => attached the library, complied, it compiles ok, but somehow loses the library file at runtime
    Reports 6i issue => for Reports seems like it does not recognize SRW.Run_report built-in
    Attempted to run without "srw.run_report" it works..
    Please help me understand if any necessary "*.dll" files are missing? if so what might that be?
    Regards,
    Vani Sonti

    When you install Forms and Reports 6i, the correct Oracle client (8) is installed. I don't know what you did exactly, but you shouldn't try to change that.
    You can install the 10g client, but in a separate Oracle home. This way Forms and Reports still use the 8 client.
    FRM-10102 & FRM-40039 errorsThat looks like a problem in your forms60_path registry setting.

  • Getting Error  while opening the form

    Hi All,
    I am getting error "Frm - 10102: Can not attach PL/SQL library d2kwutil.pll.This library attachment will be lost if the module is saved". Please advise.
    Thanks,
    Tandra

    We are using win_api_environment.Get_Connect_String function.
    One more problem i have.I am not able to run the form like when i am running the form, the form is getting closed. I am using Oracle AS Form services to run the form. I have started OC4J Instance.
    Can you please suggest what steps i need to do in order to run a form in 10g?

  • What is the exact problem with this file?

    Hi all,
    There is an old form , which was not in use from many days.
    Now when we tried to run the form, i got the error saying "FRM-40734:Internal Error:Pl/SQL error occured.", in the login form.
    When i tried to open the fmb file in Oracle Forms Builder 6i, i got the following error:
    FRM-10102: Cannot attach PL/SQL library d2kwutil. This library attachment will be lost if the module is saved., but the fmb file got open.
    The login button has the following code:
    DECLARE
      UNAME VARCHAR2(30);
      --USER_ID PARAMLIST;
      V_USER APUSERMA.USER_NAME%TYPE;
      V_PASSWED APUSERMA.USER_PASSWD%TYPE;
    BEGIN
    select user_CD INTO :GLOBAL.USER_ID from apuserma 
    where user_CD = :TI_USER_NAME AND user_PASSWD = :IT_USER_PASSWD
    AND SYSDATE BETWEEN USER_VALID_FRM AND USER_VALID_TO;
    :global.user_id  := substr(win_api_environment.read_registry('HKEY_LOCAL_MACHINE\system\currentcontrolset\control\computername\computername','computername'),1,10);
    :global.compname := :compname;
    compnm(:compname);
    --USER_ID := CREATE_PARAMETER_LIST('USER_id_NAME');
    call_form('Forms\MAIN_SCREEN',hide,DO_REPLACE);
    exception
      when no_data_found then
      MESSAGE('Incorrect Username or Password.  Please Re-Enter');
      message(' ');
      RAISE FORM_TRIGGER_FAILURE;
    END;
    EXIT_FORM;
    When i tried to compile, i got error saying ,
    Error 201 at line 10, column 28
    identifier 'WIN_API_ENVIRONMENT.READ_REGISTRY' must be declared.
    I am not getting to know What is the exact problem with this file?
    Help me with this please.
    Thank You.
    Oracle forms builder 6i.
    Oracle 9i.

    Vijetha wrote:
    I also want to know what is the use of  win_api_environment.read_registry('HKEY_LOCAL_MACHINE\system\currentcontrolset\control\computername\computername','computername') ??
    What does it do??
    If i comment the following line , will it be a problem??
    :global.user_id  := substr(win_api_environment.read_registry('HKEY_LOCAL_MACHINE\system\currentcontrolset\control\computername\computername','computername'),1,10);
    Because i commented the above line & compiled, so it is not giving any error now.
    So please tell me what win_api_environment.read_registry does??
    it's read windows registry value. So, no problem if you comment it.
    Thanks

Maybe you are looking for

  • HOW toMove books from computer to i-tunes

    What are we missing?  We have downloaded a book from Simplyaudiobooks. It is in a file on the desktop. Opening i-tunes and selecting file->add file to library, then selecting the book file fails to move or put the book into i-tunes.  Yes, the book wa

  • Unreported error

    plese tell this one, Unreported exception java.lang.class not found exception must be caught or declared to be thrown           Class.forName("org.postgresql.Driver"); Unreported exception java.sql.sqlexceptionexception must be caught or declared to

  • What is the problem here?

    Hello, First of all I am a beginner. But I thought it would be better to write this topic here rather than Beginner. I have written a simple calculator program. But I have a problem with the interface. I created a Text Field (JTextField actually). An

  • Filter data dynamically in reports

    Hello, Is it possible to filter a report dynamically? Ex:I have a table with 1 million rows.In a report i want the data to be displayed dynamically based on a dashboard prompt. I know i can do static filters for a column like ticket number in ('123',

  • Playing video in Windows Media Player

    Ok I know, I'm the dreaded Windows user in the Apple forum. But I have good questions and as soon as I can afford it I'm getting an Apple laptop. Why can't I play the videos I downloaded in Windows Media Player 10? I'm pretty sure it's because I don'