Share libraries between forms (10g)

hi all
i want to know if we can share libraries(eg. webutil.pll)
between two forms.. if webutil.pll is attached to one form and the other form is opened through that previous form.
so that time is not wasted in loading libraries again and again.
thanks

Maybe the time to initialize the included bean areas, I do not really know.
Maybe Jan (Carlin) could provide a more elaborated answer.
Francois

Similar Messages

  • How do I share libraries between 2 accts on the same computer?  (2 users accts, 2itunes accts)

    I am trying to share one ITunes library to another on the same computer.  Any ideas???
    Thank you in advance.

    Check this Apple document out -> iTunes: How to share music between different accounts on a single computer.
    You'll basically put the iTunes music folder into a shared folder and make sure iTunes is pointed to that shared folder.
    WTH.

  • How to share libraries between users

    My wife and I both have a logons on our macbook. If i logon I can only see photo that I uploaded, same with my wife. is there a why to combine our libraries so that we can both see all the photos from our respective logons?

    Are you wanting have both of you able to edit, add, delete the photos in the library(s)? Or just be able to view them?
    If it the first option, see this Apple document: iPhoto: Sharing libraries among multiple users.
    If it's the later option just turn on Photo sharing in iPhoto in each account and have iPhoto running in both accounts. Use Fast User Switching to move between accounts.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Can you share libraries between two different version of iTunes?

    My school recently got MacBook Pro's for everyone, and we are allowed to put our music on them to listen to during study hall. I was just trying to transfer my iTunes library on my Windows computer over to my MacBook, and the home sharing doesn't show that they're on the same network. They're using the same wi-fi and I used the same account on both, but the Windows is on iTunes 11 and my MacBook is on iTunes 10. I can't download 11 on to my MacBook without a tech at the school's authorization, so I'm stuck with 10 on that one and 11 on this. Is that why the home sharing won't work? If so, there isn't anyway I can revert this one back to 10, is there?

    Yes,
    on the device login using the other persons account and go to app store. Check for apps not yet downloaded onto this device and you will see what you are missing from the other account. You can then download it onto that device and use it.
    You then go to settings and store and go back to your own account. When you come to updates though, the apps bought using the other account will not update unless you login using the others persons apple ID or at least know their password.
    My wife and I have the same apps distributed across two iphones and an ipad using a mixture of either's apple IDs.

  • Sharing Package level variables in PL/SQL Libraries in Forms 6i and 10g

    We have a Forms 6i Application, where we share variables between Forms in the following way:
    In scheme A_PROMATA is a table called T_GLOBAL_VAR, where we define our variables as Columns of the table. That means there is no record in the table, just columns, that represent our “global” variables, we want to share between Forms.
    Then we have a PL/SQL Library called NAV, where we have only the Package Specifiation:
    PACKAGE NAV
    IS
    VAR A_PROMATA.T_GLOBAL_VAR%ROWTYPE;
    END;
    This works fine for years, but when we try to migrate to Forms 10g, this does not work anymore, because we always get the following error message:
    ORA-06508 PL/SQL: could not find program unit being called
    But when we create a Dummy-Package Body with a Dummy Procedure in the Package NAV in the library, it works again...
    Does anybody know the reason for this???
    Regards and Thanks.
    Udo
    p.s.:
    Database is 10g (10.1.0.4.0)
    Application Server is 10g (10.1.2.0.0) on Red Hat

    Have you generated (compiled) the runtime .plx from your PLL library using the 10g compiler? I use the command:
    f90genm LIBNAME un/pw@xyz Module_Type=LIBRARY Output_File=LIBNAME Strip_Source=YESI tried out your situation, creating a PLL library with ONLY a package spec, and only a table%Rowtype record within the spec. While I had problems getting the Forms 10 Builder to generate the PLL Library, I was able to create a test form that sets, and then displays the columns within the record within the package spec.
    I had problems generating the .plx from the .pll within the Forms Builder. It kept giving me errors:    FRM-91507: Internal Error: Unable to generate library.
    and
        PDE-CCR003 Library TMP3 is currently in use.The only way I could create the .plx was from a cmd.exe window, with the batch compiler command above.

  • Can you share iTunes libraries between iPad and iPhone?

    I know how to share libraries between my MacBook or iMac and my iPad and/or my iPhone. My question is, can you share your iTunes libraries between your iPad and iPhone only, without using a computer?  I wanted to share movies between my iPhone and iPad in Europe over wi fi so I could take more on two devices.  Does iCloud support videos?

    There are no iTunes libraries on the iPad or iPhone. You have iTunes content on the devices but not libraries. The content is stored in the respective apps as you well know. AFAIK there is no way to share the content from one device to the other using any iOS feature in the current sysetm.
    This something that may appeal to you. The GoFlex Satellite Wireless Hard Drvie.
    http://www.seagate.com/www/en-us/products/external/external-hard-drive/goflex-sa tellite/?cmpid=ppc-_-satellite-_-g-_-us-_-goflex_for_ipad-_-b&gclid=CL6K8-fkiasC FeZ05Qod6VLm3g
    You don't need a computer (other than to set this hard drive and and transfer the content), but it is one more device that you have to lug around with you.

  • HOST command not working in forms 10g

    Hi,
    I have migrated forms 6i to forms 10g, and having a requirement to open sqlplus prompt using a form menu. I have used the below command: -
    "host('sqlplus '||user_name||'/'||pass||'@'||sid, no_screen);"
    But I am not able to get the sqlplus window, and the main form is still in process for long time, till i bounce the server.
    The forms are deployed on Oracle Applications Server 10g and i want to run it on server side.
    Please help me with the problem.
    Thanks,
    Ankit

    The deployment architecture is different between forms 10g and forms 6i.
    In Forms 6i HOST built-in command will run on the client machine since you are running as client/server, but in WebForms (Forms10g) the HOST built-in command will run on the middle tier which is your application server machine.
    In order to run hosts commands in WebForms you need to use webutil and use CLIENT_HOST in the webutil.
    check the [Forms 10g R2 Demo|http://download.oracle.com/otndocs/demos/Forms_Demos_10gr2.zip] for sample codes of webutil.
    You are using NO_SCREEN in your example, this will hide the window.
    Tony
    Edited by: Tony Garabedian on Nov 26, 2009 2:43 PM

  • Forms 10g balancing

    Hi
    Looking for real life examples on how have you solved load balancing between Forms 10g application servers on Windows 32bit platform.
    Any good proven solutions for it?
    Thanks

    I don't have a real life example I can give you but all of the details for performing load balancing is available in the Oracle Forms Services 10g Advanced Configurations white paper (in the Load Balancing Oracle Forms section).
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • How can I share data between two forms on different lists

    Using a custom content type, I created two lists that I want to share the same data - one is a calendar.  Our employees complete a form from the "Out of Office Request" list that has workflow functionality that sends an email to that person's
    manager.  If the manager approves the request, the item automatically populates the "Out of Office Calendar."  The problem is that the only information from the request list that populates the calendar is the Title field and date/time fields. 
    I need the manager name in order to create a view for each manager.  
    How can I connect the other information in the request list to the calendar list.  It seems to me that if the title and date fields carry over the information, there should be a way to connect the other information.  I'm using Designer.
    I've tried to connect the two lists' webparts with the wizard, but when I get to the page that maps the two lists, there are no column names and the "Next >" button is grayed out.  This seems like the logical place to connect the two lists,
    but it isn't working.

    Hi,
    According to your post, my understanding is that you wanted share data between two forms on different lists.
    To show external  information on the calendar event, there are two methods: Calculated column, workflow. You can refer to:
    A Simple Guide to Show More Information on a Calendar Event
    I recommend to use workflow to achieve what you want. But you need to create a people column to display the manager.
    You can create a workflow associated to the "Out of Office Request" list, add action to Start Approve Process. If the manager approves the request, you can create a item in the calendar, and then update the people column and the title column.
    Then the calendar will display the Title, date/time and the manager.
    To create a view for each manager, you need to modify the Filter. You can use the people column is equal to the manager name or the Title contains the manager name.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Trying to share iTunes libraries between two users on one iMac

    Ok, so I have two users on my iMac, but I want to share iTunes libraries between the two (so that both have the same music, movies, apps...), but for some reason I can't! So first I tried turning on iTunes while holding option key so that I can open my Library from my user that i'm trying to grab the music and everything else from. But for some reason it said that I didn't have the permissions to (which both ARE admin). So then I went to the Preferences on iTunes and tried to change the directories from where to grab the media from, but it wouldn't let me access my other users music folder, it siad again that I didn't have permissions for this. I'm really fed up, please help me.

    Chris, thanks for the reply.  Are you telling me that I should move the iTunes folder itself, and not merely the iTunes Media folder, as instructed by the KB article?  At this point, I'd be willing to try just about anything, but the KB article specifically states:
    Important: Do not move the iTunes folder, the iTunes Library file or the iTunes Library.xml file.
    As I stated above, I did exactly what the KB article said to, which is to move the iTunes Media folder (called iTunes Music on my iMac, since the library has been around since pre-iTunes 8 or so) to /Users/Shared, and then go into iTunes Prefs for each user, and under the advanced tab, choose the location of the library for each user.  I know that this method does NOT share iTunes library (.itl or .xml, or the other associated files), and doing what you suggest would, but I'm curious if that would cause any problems.
    And yes, like I said in the OP, I did check/change all file permissions on that folder appropriately.
    Thanks again for the help!  Please let me know if I'm reading your suggestion right!

  • Share iTunes libraries between Windows and MAC

    Hi all i've an wifi via "Base AirPort" i've an HD shared between MAC and Windows sistem via the BASE, the iTunes library that i've stored in the HD is non redable for iTunes on Windows because it need an *.itl file...
    How can i share an iTunes library between Windows and MAC???

    I would like to report back that after struggling for months to get Tune Ranger to work that it is complete rubbish. The first time I tried to sync my libraries (between an empty iTunes library and my existing one) it created duplicates all over the place in my library and generally made a huge mess of everything. The support person (who I suspect is the only person over there) gave me some guff about my id3 tags being corrupt but it was clear that every song that appeared in a playlist was getting duped. Once I fixed this (many weeks later) I tried a one way sync after fiddling with the preferences of Tune Ranger to try to make it work, but it simply wouldn't.
    I don't know if anyway has had success using TR where they are also trying to sync playlists, but if you have, I would certainly like to know what you settings are.

  • How can I share files/libraries between users?

    I have tried to enable file sharing between me and my hubby. I would like to share iTunes and iPhoto libraries but cannot. I don't want to have the same photos & CDs replicated just so we can have two different logins.
    How can I do this?

    Hi, Loker. Welcome to the Discussions.
    Mac OS X and other UNIX®-based systems, in general, are not set up to easily share data between users. A fundamental idea behind UNIX security is each user's data is theirs and theirs alone, and a user must take steps to share data on their accounts with other users, either on that computer or over a network. This is why, in Mac OS X, the Users > Shared folder exists: all users have Read & Write access to such, providing a "commons" for easily sharing documents between users on the same Mac. The Public folders in each account are extant for a similar reason.
    Simply changing the access privileges on the folders of a given user may provide access to the files within those folders, but does not change the access privileges on the individual files within such: you may be able to see the files, but not use them. This depends on the application. Additionally, applications often expect to find their specific content in a specific location, usually one owned by the user who created the content.
    ITunes and iPhoto have generally been designed as single-user applications. Despite Mac OS X being a multi-user operating system, Apple did not initially consider the idea of a "family" computer where a family would all share and update common music or photo libraries.
    Some of these issues have been addressed, albeit IMO somewhat inadequately, by adding content-sharing functions to recent versions of iTunes and iPhoto. This was primarily for sharing content over a local network, but these methods also work between users on the same Mac. You can find relevant information by searching the Help for iTunes and iPhoto. In iTunes, select Help > iTunes Help. In iPhoto, select Help > iPhoto Help.
    The downside of these approaches are the requirements they place on the account sharing its music or photos. Specifically, that account must be:
    1. Logged in, and...
    2. The specific application -- iTunes, iPhoto -- must be running to share its content.
    These functions also place limitations on what you can do with shared content, delineated in the "About" documents you will find in the Help related to sharing.
    More sophisticated methods for sharing iTunes music, iPhoto photos, iMovie projects, and other application-specific files between users on the same Mac are generallly found in magazine articles or by searching the Web. A good site to search is Mac OS X Hints. You can also search or post on the iTunes Discussion, iPhoto Discussion, etc. for additional ideas.
    Two useful magazine articles in praticular:
    • The June 2006 issue of MacWorld also had some suggestions on iPhoto sharing that could also be applied to iTunes. That article is currently online: see "One iPhoto, many users."
    • The article "Share Files and Apps with Multiple Users" by Fong and Willams in the August 2004 issue of MacAddict discussed techniques that generally involve the use of the Shared folder and UNIX symbolic links. You can order back issues of MacAddict by contacting their customer service office.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Differences between Forms 6i and Forms 10g

    Forms 6i and Forms 10g
    What are the differences between Forms 6i and Forms 10g
    What are the differences between Reports 6i and Reports 10g
    Regards,
    Arjun

    differences b/w forms6i , forms9i and forms10g

  • HT3819 how do i share music between my kids separate libraries on the same computer

    How do i share music between each of the user accounts on my mac

    iTunes: How to share music between different accounts on a single computer

  • Forms 10G - How to switch between Arabic and english languages.

    Hi
    We have a bilingual ( ENGLISH , ARABIC) form .Some of the text feilds are to be
    filled in english and some in arabic . In forms 6i
    the switching from LTR and RTL worked fine .We used the feild properties and
    direction and language would suffice to get the required behaviour of forms.
    Now in forms 10g since they work in a browser its not getting the desired
    effect of changing direction in arabic feilds the cursor blinks at the right
    side of the feild but still the language is english .
    What am i missing here to have the feild in the form type in arabic .
    PS numbers work fine .Its only the language text ie the script of the language

    You can't switch languages in OS X programs, just in the OS itself. Insert the Leopard OS X disc, and choose your new preferred language when prompted.

Maybe you are looking for

  • Un invoice service orders ( Report )

    Hi all, Please let me know if there is a standard report for uninvoice service orders/  ?? which table in R/3 holds that information. Thank you

  • SMS starting with Status:

    Nokia Suite and Nokia PC Suite won't show SMS correctly if line begins with Status: I have a gadget that is controlled via SMS and the status messages I get from the gadget are not fully visible in Nokia Suite nor PC Suite. Any hints how to override

  • Powerbook G4 won't start up past grey screen

    Hello. I'm a little worried about my mac. It doesn't start up past the grey apple screen. I hear the start up sound, and I hear the hard disk start spinning, but after a while the only thing I hear is the fans. The longest I've let it try was about a

  • Install Creator 2_1 Hung?!?!

    Hi experts, I had tried more 5 times of installing sunjava creator 2_1 in my local laptop. However, the installer hung at "Installing Application Server....". The progress bar shown 29%. History: Before I install, my previous creator was crashed due

  • Change inactive tab dimming, darkness

    This began to be addressed in "Can color be added back to inactive tabs?" but was closed with in a week with no solution, though "130 have this problem," as using the Stylish extension was the only solution but which really is not the solution all al