Where can I find information on FOrms 4.5?

Exepecially this document.
http://technet.oracle.com/doc/forms45/f45rm/apA.htm
Regards,
Lars

and where can I find R35MOV32 to convert reportWriter 1.1 to Reports 2.5.
Regards,
Lars

Similar Messages

  • Where can i find the JRE Forms is using

    Hi,
    Where can i find the JRE my Forms 10.1.2.3 is using ?? is this defined in a configuration file?? and how can i change it ?? :)
    The problem is that when trying to import a java class which one has been made with JDK 1.6 is throwing a "Unsupported major.minor version" exception
    Regards
    Carlos

    I'm not using jinitiator.
    so all you have to do, is to set your Java compiler setting to 1.4is there any way to change the Forms's JRE from 1.4 to 1.6 ?? i want to use a web service that is using annotations
    Regards
    Carlos

  • Which intel chipset support solaris 10 where can i find  information

    Guys i am new to solaris please help me where can i find full information, is Intel DG30 series with core2dual supports solaris10.

    http://www.sun.com/bigadmin/hcl/

  • Where can I find information about using the Mozilla Help web pages?

    Such as tips to make searching the help pages faster like adding symbols + or - or " which some internet search systems use.
    There is simply too much information offered for me ( a neurologically disabled person - specifically with working memory difficulties [dyslexia, dyspraxia/DCD] ) and all one can do is write yet another new question - which will probably be a repeat of what has been asked before in a different way and increase the already existing mass of information for the next enquirer to 'wade; through!
    The consequence of not knowing where to look for information, is that I just bumble along and never become as proficient using Firefox (and the web and my computer) as might be possible if I had a really good teacher giving personal one to one guidance matching my knowledge gained so far and skill potential.

    Hi Andrew
    The main introduction to Firefox are these articles
    * https://www.mozilla.org/en-US/firefox/tour/ (it is interactive click to see what happens)
    ** https://www.mozilla.org/en-US/firefox/desktop/
    * [[Get started with Firefox - An overview of the main features]] a long article with plenty of pictures and short video clips
    This is a listing of your previous questions on this forum
    * https://support.mozilla.org/en-US/search?a=1&asked_by=TolknyAgain&sortby=1&w=2
    *Generally for anyone who is signed in to the forum their own questions are seen [https://support.mozilla.org/en-US/questions/all?owner=mine&show=all here] ( [https://support.mozilla.org/en-US/questions/firefox?owner=mine&show=all or] firefox only)
    We do not give general computer help here, but some links that may help you.
    The default search engine used by most versions of Firefox is Google these are some useful help pages
    * [https://support.google.com/websearch/?hl=en#topic=3180167 Welcome to the Search Help Center]
    ** [https://support.google.com/websearch/answer/136861 Search operators] Note a dash maybe used to exclude a word
    **https://support.google.com/websearch/answer/2466433 [ Punctuation and symbols in search]
    * The '''easy way''' just use http://www.google.com/advanced_search
    If you find something useful remember to bookmark it, and that Firefox is good at finding things you have already visited
    * [[How to use bookmarks to save and organize your favorite websites]]
    * [[Awesome Bar - Find your bookmarks, history and tabs when you type in the address bar]]
    Post back in this thread again if you have further questions about Firefox use or our help articles.
    We may not be able to give one to one teaching but we can try to answer questions about Firefox.
    Possibly consider using Firefox on wikipedia and the Khan Academy to learn more yourself.
    This is very simple you have probably already progressed past this but serves as examples
    Some helpful terms
    * [https://simple.wikipedia.org/wiki/Web_browser Browser] <-- clickable link - often blue in colour <br /> More detail https://en.wikipedia.org/wiki/Web_browser
    * [https://simple.wikipedia.org/wiki/Hyperlink Link] <-- link <br />https://en.wikipedia.org/wiki/Hyperlink <-- different article
    * [https://simple.wikipedia.org/wiki/Search_engine Search Engine] <br />https://en.wikipedia.org/wiki/Web_search_engine
    * [https://simple.wikipedia.org/wiki/World_Wide_Web World Wide Web] vs [https://simple.wikipedia.org/wiki/Internet Internet]
    **I will leave it as an exercise for you to look up the ordinary English versions of ''www'' & ''Internet'' in en.wikipedia.org
    ** Note the linked articles are themselves full of links.
    * http://en.wikipedia.org/wiki/Khan_academy -> https://www.khanacademy.org/ <br /> Includes subjects from basic arithmetic to computer programming

  • Where Can I Find Information on the Mac OS Filters

    There are a number of Filters available in STP, which are also available to virtually every other application that processes audio on the Mac. However, I have not been able to find any documentation for the Mac OS filters. Is there a document that outlines the settings and usage of these filters?
    I ask because I record live band performances for local bands. Generally, the vocal tracks for a singers are in tune, but occasionally, the vocal pitch will waiver just slightly off note; not enough to notice live, but can easily be heard when reviewed on the Mac later. As I don't have the option to re-record the arrant vocal, I was hoping that I could correct small variations of pitch in post, so that the CDs produced from the performances would sound the best they can.
    I thought the Mac OS>Pitch filter may do what I want, but I can not find any documentation on how to use it (or any Mac OS filter for that matter). Using the defaults does not seem to do anything... good or bad.
    I know this has to be a run of the mill problem, as N0 vocalist is perfect, so the solution to this has to be obvious to anyone who mixes bands for a living, but this is my first attempt as sweeting up the vocal pitches - I am the guy with the gear, so I get the job.
    Any suggestions on what filter(s) I could use to fix pitch drift, and where I might be able to find documentation on all the Mac OS audio filters would be greatly appreciated.
    Thanks.

    Thanks again.
    Kind of what I figured. I was hoping there would be a way to automatically correct slight pitch aberrations. But it looks like it has to be a manual process and dependent on my ear.
    BTW - yes the vocals are on discreet tracks.
    I was looking at apps like ReaTune and Gsnap, but they seem to be PC centric, so not of any use to me.
    Do you have a recommendation of which of AUPitch or Pitch Shifter II will give better results, or in what conditions one would be better than the other?
    Thanks
    Gary

  • Where can I find information on the purchase date of my iCloud plan?

    Could anyone help me locate where to  find information on the purchase date of my iCloud plan?
    Thank you in advance,

    Here are some tips on dealing with multiple contacts.
    http://support.apple.com/kb/TS4147?viewlocale=en_US&locale=en_US
    In particular, look at the section entitled Resolving duplicate Contacts using Contacts or Address Book.
    Matt

  • Where can I find information about exceptions and errors?

    I'm new to Java and sometimes run into errors that I don't understand. Is there a list of common errors somewhere that I could look at to at least get a general idea of what's causing my problem?
    for instance:
    I'm writing a little program where the user inputs a number and depending on their input a message is displayed. I'm using java.awt.*, java.awt.event.*, & javax.swing.* for my events, buttons, and other goodies. My program compiles & I can execute my main but when I click on the button that grabs the input I get the following errors.
    java.lang.NullPointerException
         at Horoscope$ButtonHandler.actionPerformed(Horoscope.java:44)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    I'm not asking for anyone to solve this for me. It's critical that I learn how to troubleshoot and figure out a solution. I was just wondering if there was a site or link on the web that generally discusses what these (and other) errors mean. Or if anybody could tell me what they mean?

    The Java API documentation is the first place to look. Each exception or error is a class. For instance, information on java.lang.NullPointerException is in the API for the java.lang package, toward the bottom.
    For more than that, just search the internet for the name of the exception/error.

  • Where can I find information regarding end of life or product lifecycle of Lenovo products

    The psrefs files are chockful of great information, however,  as an IT Manager, I need to be able to anticipate when models will be available for purchase, and when not.  We use the Image Ultra Builder extensively to deploy or replace 5-600 laptops/ldesktops annually. If a particular model is no longer available, I have to not only forecast when I can order a certain model, but also allow a ramp-up time when I have to order a new model, build a new IUB, test it, before we introduce in the production environment. Thank you, in advance, for your help!
    Solved!
    Go to Solution.

    ajkula66 wrote:
    I don't believe that the information you're looking for is officially available, at least I'm not aware of it, and I've been around ThinkPads for quite a while...
    He will have to get it from his acct exec (or whatever they're called these days) under NDA.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Jane
    2015 X1 Carbon, ThinkPad Slate, T410s, X301, X200 Tablet, T60p, HP TouchPad, iPad Air 2, iPhone 5S, IdeaTab A2107A, Yoga Tablet, Yoga 3 Pro
    I am not a Lenovo Employee.
    I AM one of those crazy ThinkPad zealots!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!

  • Where can I find information on the database_upgrade package?

    I had an issue with a package that wouldn't compile in an upgraded (10.2.0.5 to 11.2.0.3) database, it gave out "ORA-01031: Insufficient Privileges".
    A consultant used "exec database_upgrade.grantaccess('SCHEMA','OBJECT');" which created all the necessary grants and fixed it.
    I've tried to find the documentation on this package, but it doesn't exist (a google and bing search shows nothing, and it's not in the Database PL/SQL Packages and Types Reference manual online, and MOS has nothing).
    I can do a desc on it, but I'd really like to know more about it as I'm about to upgrade several databases over the next few months.
    Does anyone know where I can find info on it?

    I have not heard of this package either - if it is not documented, there must be good reasons for doing so. Pl open an SR with Support.
    What was the issue you ran into - what was special about your package that did not compile ? You should not run such undocumented code to fix things.
    HTH
    Srini

  • Where can I find information about creative/artistic software for my Mac?

    I write (mostly children's plays) so I need to find out exactly what kinds of software are available to me for scripts, film, published material, etc. I am planning to rewrite a script which has been produced on stage several times into an animated film if I can learn how.  I need some software to help me with this project.
    I also want software with various capabilities for needlework, quilting, crochet, sewing, pattern design, etc.
    For years I have seen artists and craftspersons on tv demonstrating work they have designed on their own computers and then transferred to an art medium and though I have looked, I am evidently not checking in the right places to find said software.
    Any help, suggestions or websites you give will certainly be appreciated.
    Thanks
    Carole

    itzamirakul wrote:
    I write (mostly children's plays) so I need to find out exactly what kinds of software are available to me for scripts, film, published material, etc. I am planning to rewrite a script...
    For writing you can use anything, but for the most bang for no money, I suggest the free LibreOffice suit.
    It has word processing, spreadsheet, drawing and much more, all free. It's cross platform so anyone who downloads the free software can read it your files. Mac, PC or Linux, doesn't matter.
    http://www.libreoffice.org/
    itzamirakul wrote:
    ...into an animated film if I can learn how.  I need some software to help me with this project.
    Well depends upon what sort of animation, 3D animation is very complex and requires a powerful machine and even racks of machines to do the final rendering.
    2D simple animation I don't know of anything off hand, I'm guessing you need something that you can make changes in the frames and play it over and over until you get the desired result, moving things around and creating your story line. etc.
    You'll need music and sound creation tools to create your clips, iMovie/GarageBand can likely help bring those two together, but doesn't do the animation, you need something else for that.
    itzamirakul wrote:
     I also want software with various capabilities for needlework, quilting, crochet, sewing, pattern design, etc.
    Ok your likely looking at the Adobe Creative Suite, with Photoshop, Illustrator and perhaps even InDesign for laying out any printed material like manuals and booklets.
    Illustrator has exteremly fine controls of detailed artwork, create patterns that you can duplicate and so forth.
    itzamirakul wrote:
     For years I have seen artists and craftspersons on tv demonstrating work they have designed on their own computers and then transferred to an art medium and though I have looked, I am evidently not checking in the right places to find said software.
    Well like any artist they use the computer to assist them to get their artwork done, but then need to use various manual techniques and sometimes very expensive machines you never see to transfer that medium to their end product.
    Computers can't do everything, they are tools that can perform certain functions, it takes the human and training to transfer that to a finished piece.
    A education in the graphics art field may assist you there, reading how to go about achieving your goals and see how a computer can help or not help.
    You can check over at Cnet.com or MacUpdate.com for creative Mac software, lots ot choose from.

  • Where can I find information about internals?

    Can any one recommend a book or somthing, short of learning C, where I can learn Solaris Memory structures and really understand what they mean. For example, I have never really heard a good explanation of LWP.

    I don't know that learning C is useful in and of itself, but knowing how to interpret C structures and some C syntax is very good.
    There's "Solaris Internals" (Mauro and McDougal) which is fantastic, but predates Solaris 8. Very good, but a few things have changed. It is being updated, but the last one took them an extra-long time to finish, so I don't think there's a date yet. I often refer to it for bits and pieces of things.
    A book I particularly like is "UNIX Internals: The New Frontiers" by Uresh Vahalia. (unfortunately it's one of those $70+ books). It college textbook style, so that may not be for everyone. It's not Solaris specific.
    Darren

  • Where can we find information on date and time for rollback on Oracle 11g ?

    Like to find out which log Oracle writes to in order storing information about rollback that is performed. I have an issue wherein, I believe a rollback has occurred after external reports have been generated... hence, the report no longer has the correct information on the state of the system. However, I need to confirm that this is what happened, as I couldn't explain why transactions that were performed prior to the reports were not on the system, yet it was reported in the transaction report. Thank you.

    You should be able to find some rollback information in redo logs with LogMiner: http://download.oracle.com/docs/cd/E11882_01/server.112/e17110/dynviews_2035.htm#i1408263.

  • Where can I find information about my Acer Product?

    Looking for Drivers or Manuals, want to talk to an Acer Tech or just read Acer FAQs?  Read this article for information about how Acer is here to help you get the most out of your Acer Product.

    I am looking for a simple answer about the specs of my system, but because it is no longer in warranty there is no way to contact anyone, there are no system specific manuals online and just no place to get a simple answer that should literally take less than 3 minutes to answer. I have looked online at 3rd party sources and received 3 completely different answers. I find it disappointing that a company won't even offer a simple means of asking a quick non-tech support question or providing the old system specific documentation on their website simply because the warranty is expired. This makes me question whether or not I wish to purchase my next system from them...

  • Where can I find information about using the measurement tool and log?

    Am try to use the measurement tool to measure perspective plain; any ideas?

    No one can remotely have "any ideas" to help you when you don't even mention what your problem is nor what your system and workflow are like.
    Of course, when you post here,one assumes you have done your due diligence, read the documentation, the user guide, the Help files in the Photoshop Help menu, as well as done Google and forum searches, etc, and we would expect some sensible, detailed information from you.
    Teaching someone Photoshop from scratch, step by step, exceeds the scope of this forum—or any other forum.
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Where can I find information on migrating from Business Objects 5 to XI R2?

    We want to migrate several Business Objects implementations - some of which are Business Objects 5 and some Business Objects 6 to consolidate them into a XI R2 environment.
    I have the document that describes migration from 6.x to XI R2 but what is the process for migrating from Business Objects 5. Do I need to migrate from 5 to 6 and then follow the 6.x to XI R2 migration?
    Any pointers to additional hints and tips on migration or how to estimate how much effort is involved would also be welcome.
    Thanks in advance for your help.

    Hi,
    Following are the detailed steps for migration via Import Wizard:
    1] Go to Start > Programs > Business Objects XI Release 2 > BusinessObjects Enterprise > Import Wizard.
    2] The Welcome dialog box appears. Click Next.
    Setting source and destination environments:
    3] In the Specify source environment dialog box, set the following:
    u2022 Source: Business Objects Enterprise BO 6.5.x.
    u2022User Name:
    u2022 Password: visor
    BOMain key
    Note: Do not check the Import Application Foundation contents option since you are not performing Performance Management migration at this time.
    Click Next.
    4] The Warning page appears. Click Next.
    Note: The source repository can store any file, not just supported agnostic documents. Since the BusinessObjects XI Release 2 architecture requires a plug-in for each file extension, it does not import unsupported files (for example, .zip files and as .svg documents used in corporate dashboards).
    5] The Specify destination environment page appears. Set the:
    u2022 Destination: Business Objects Enterprise BOXI R2
    u2022 User Name:
    u2022 Password:
    u2022 Domain key file to: Default drive: \Business Objects\BusinessObjects Enterprise XI R2
    Click Next.
    6] Select the types of objects you want to import in this stage of the importing process. At a later stage, you select the objects themselves.
    u2022 Select the option u2018Import universes u2018.
    Click Next.
    7] Import options for universes and connections dialog box appears.
    Select the third option: Import all the universes and connections that the selected Web Intelligence and Desktop Intelligence documents use directly.
    8] The Please choose a merge scenario dialog box appears. Select I want to merge the source system to destination system and check the automatically rename top-level folders that match top-level folder on the destination system option.
    Click Next.
    9] The Incremental Import dialog box appears.
    You may need to import some objects more than once from the source repository to the destination repository.
    In this situation, you have the following update options:
    u2022 Overwrite object contents
    You select the types of objects for which the content overwrite applies:
    u2022 Documents (including dashboards and analytics)
    u2022 Universes
    u2022 Connections
    When you re-import an object, it will completely overwrite and replace the matching object (and its associated files) that you imported earlier.
    u2022 Overwrite object rights
    When you re-import an object, its associated security rights will overwrite the rights of the matching object you imported earlier.
    If you decided not to import security in the Security Migration Options dialog box, then the Overwrite object rights option is not relevant, and is therefore not available.
    If you don't select any overwrite options, the matching object in the destination repository will not change when you try to import it again.
    Note: This dialog box appears only if you select update as the import scenario.
    Click Next.
    10] Select the specific universe
    Click Next
    11] Information Collection complete dialog box appears.
    Click Finish
    12] Import Progress dialog box appears.
    Click Done
    Hope this helps !!
    Please revert in case of any queries.
    Regards,
    Deepti bajpai

Maybe you are looking for

  • On start up I hear the chime but nothing comes on display

    On start up I hear the start up chime but can not see anything on display but very vague images

  • Error while Editing universe connection to SSO fromusing user/pass

    Hi guys, I created a universe on top of Bex Query using Universe Designer 4.0 (not information design tool 4.0)...i created a relational connection using SAP client as middleware. when i use my SAP credentials to connect to BW system the connection w

  • Copying Bootable Drive C: to Second Hard drive

    In Win98se, I could take "Partition Magic 8" and simply copy c: to the next drive, shut down, unplug the original drive, and set the jumper on the new (bigger) drive to Master, and I'd have a bootable bigger drive. This is not working on XP. I did th

  • Can OSX secure a 'Flash Drive'

    I read in Wikipedeia that starting with Panther, apple software makes it possible to secure the data on a usb flash drive. Allegedly in Disk Utility. But have not found it. I assume it to mean password protect the flash drive. Any help?

  • Using iPhoto to make books with NetBoot on an apple server in computer la

    I teach an artist book course at NKU. We have an intel imac lab that serves up the software over a NetBoot system on the network from an xServe. We are using iPhoto to make our books. Our problem is that students cannot save their books to work on fo