Rename Object Library Orphans Dependant Forms

Hi.
We are using Forms 6i, and we LOVE object libraries. We have a canned product that we customize for clients. Each client has their own naming standards, and so we end up changing the name of our object library.
I was wondering if there was a technique of being able to do this so that each form that is subclassed off of it is automatically updated.
I have tried converting form to text and updating references to OLB. However, there are still references back to the OLB... Doing this manually would be a very exasperating task.
Any comments would be appreciated!!!!

module_type=library is used to compile pll files. It's not for fmb files.
First, see if you can open and compile your library fmb file in Forms Builder.There is no problem compiling the library form. I even ran it to create an .fmx
Then open a regular fmb file and see if you can compile.If by regular you mean a fmb that uses the library then the results are in my original post. Compiling a fmb that does not use the library works fine.
Where in the dependent forms is the property that says to load these objects from the library.An object has the Subclass Information propety set.Not sure what this means. What I need is a way of looking at whatever property is saying 'look for these objects in this form located in the filesystem/database'. Can I do this in Form Builder?
Does 6.0 support library forms? Do they have to be compiled into special form such as .pllA pll is a library for procedures. A library fmb has objects (blocks, items, LOV's etc.). You can also have procedures in >a fmb library, but it is better to move them to a pll library.I don't care what way it's done so long as I get something that works
Why does the compiler want to access the database..To compile you have to be connected to the database to check the tables, stored procedures etc.
module_type=library is used to compile pll files. It's not for fmb files.
First, see if you can open and compile your library fmb file in Forms Builder.
Then open a regular fmb file and see if you can compile.What system tables and procedures does it need to access for a library form that uses file access?

Similar Messages

  • How can I refer to the PhotoShop Object library dynamically depend on the release of PhotoShop?

    Recently, I make a program, now I face a big program:
    I make the program by visual basic and photoshop script , but my client have different release of Photoshop, for example : photoshop 7.0 cs and cs2. I know every release of PhotoShop have ist own Object library, but in visual basic 6.0, I can only refer to one PhotoShop Object library. for example: if I refer to Photoshop 8.0 Object library, if my clients release of Photoshop is 7.0. there will be a error message : Run-time error '429 ( cant create object) Run-time error '430(Class does not support Automation or does not support expected interface), How can I refer to the PhotoShop Object library dynamically depend on the release of PhotoShop?
    my email is : [email protected] .
    any suggestion?

    Please read, and reply back here with information https://forums.adobe.com/thread/1499014
    -and try some steps such as changing browsers and turning off your firewall for downloads

  • JDAPI: add Object library or PLSQL libs

    Hi,
    I miss 2 things in JDAPI:
    there is a methods getAttachedLibraries() and getObjectGroups(). Fine, but how to add a library or ObjectGroup. There is no add-Method.
    What I want is the same as drag and drop a object library to a form in Forms Builder...
    Anybody there, who knows...
    Thanks a lot,
    Michael

    Hi Duncan,
    Thank you very much for your help! Works great!
    Another JDAPI question:
    I add webutil via JDAPI (and modify some ProgramUnits) to a 6i form and found a very strange behaviour: When try to compile the form I get incorrect compiler errors...
    I have to save form, Jdapi.shutdown() and then Reopen form. After that I can compile without any error?!
    Similar happens, when subclass webutil and use the Block.find(...): JDAPI can't find the before added webutil block! After saving, reinitializing and reloading the form the form find works correct...
    But these are minor problems...
    Thank's again,
    Michael

  • Do we need to include OLB (object library file) in production form path?

    Hi,
    I would like to ask if a form being compiled that consist of record group defined in object library file (olb), do we need to release the OLB to production form path as well?

    That depends on how you deploy your compiled Forms (.fmx) files to your production environment and how you copy the objects from the object library (OLB) into your forms. If you subclass the objects (the recommended method) rather than copy them, then the source OLB must be deployed so the source objects are found during the compilcation process.
    If you deploy only the compiled executable (.fmx) files, the OLB source files do not have to be deployed to production.
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Form Builder 6.0 object library

    Hello,
    I created an object library in Form Builder 6.0, which I have
    used to develop two forms.
    The other member of my team wishes to use the same object
    library. When she loads it from my directory, it loads OK, but
    when she subclasses any of her objects nothing happens. I can
    see the red arrow on the object indicating that it was
    subclassed but the changes are not registered on the layout
    editor nor the form when it runs.
    Can anyone help?
    null

    double click the read arrow and it should turn black. A black
    arrow is a sub-classed item with the sub-class applied, red
    indicates sub-classed item with the sub-class not applied.
    Rasheed Ghany (guest) wrote:
    : Hello,
    : I created an object library in Form Builder 6.0, which I have
    : used to develop two forms.
    : The other member of my team wishes to use the same object
    : library. When she loads it from my directory, it loads OK, but
    : when she subclasses any of her objects nothing happens. I can
    : see the red arrow on the object indicating that it was
    : subclassed but the changes are not registered on the layout
    : editor nor the form when it runs.
    : Can anyone help?
    null

  • 10g Forms - 11g Forms with Object Library and PLLs

    Hey All,
    Our organization is working towards converting our existing Forms 10g architecture to 11g / Weblogic. I'm currently attempting to get the 11g Developers suite working locally, and hit a bit of a snag.
    I'm using Windows XP Prof SP3.
    Here is what I have working:
    * I got the correct version of WLS installed
    * I got the Dev suite itself installed
    * I can start and run WLS
    * I can open form builder, create a simple form, run it, it works.
    Here is where I am stuck:
    I am trying to get our existing 10g forms to compile and run under the 11g architecture. These forms were all developed using smart classes in an object library and all call various PLSQL procedures in a PLL file.
    I've done the following:
    * Recompiled all PLLs and menu modules using 11g compiler binaries
    * Made sure the FORMS_PATH registry key included where my PLX, OLB and FMX files are (under the correct, HOME key, I hope).
    * changed default.env file so FORMS_PATH points to where my PLX , OLB and FMX files are
    However, when I try to run any of the forms, I get the following error immediately :
    "FRM-93652: The runtime process has terminated abnormally.
    Contact your administrator.
    Details....
    Forms Session ID is formsapp.1"
    And in the trace file, there isn't much helpful information:
    Last Trigger FORM/BLOCK/FIELD: AIS_WELCOME.<NULL>.<NULL>
    Last Trigger: PRE-FORM - (In Progress)
    --- Call Stack Trace ---
    EnumerateLoadedModules64 failed with error -1073741819
    calling call entry argument values in hex
    location type point (? means dubious value)
    EnumerateLoadedModules64 failed with error -1073741819
    01571C5E 00000000
    015714A4 CALLrel 01571870 314E9E8 314ADA4
    0157151D CALLrel 015713BC 314E9E8 314EA28 3 12BB4C
    12BB48
    014B131F CALLrel 015714FC 314E9E8 314EA28 3 314EA94
    12BD28
    014A20F5 CALLrel 014B112C 314E9E8
    014797FE CALLrel 014A1E1C 314E9E8 1 0
    665F1DEE CALLrel 66614E06 2E4C6F4 314E9E8 0 80000400
    80000040 100000
    6611B066 CALLrel 6619E0FC 24E3CF0 32105D8 2E44D10
    2E13B64 0 6611A492
    00000001 CALL??? 00000000
    --- End of Call Stack Trace ---
    Since I can create forms from scratch, it has SOMETHING to do with the subclassing / Object Library or the PLL/PLX. Can anyone give me any clues or hints? Is there any more tracing or logging I can turn on to get a better clue of the problem?
    Thanks!

    * ***NEVERMIND*** *
    I figured it out. I missed one of the the PLX files, and it was not recompiled under 11g. It is working now! Sorry to gum up the forum!

  • Standard object library stndrd20.olb for Forms 6i

    I am looking for standard object library stndrd20.olb, which comes with forms 6i. Anyone can tell me where I can find or download it? Also I need PL/SQL library calendar.pll.

    It's on the Forms And Reports Demos CD

  • How to share a object library

    Dear Adobe Community,
    I am using the Adobe (JetForm) Output Designer Version 5.4.0. 130
    As we are working in a team on several forms (IFDs), which include
    some objects from a object library, we would like to share the same library
    within the team. I could not find any option to export / import objects from one
    library to another one.
    Is there a possibility to share the same library with multiple users, for example on a
    network-share-drive? If yes, how can we implement this?
    Thanks in advance for your input.
    Best regards
    Jan

    hi Michel,
    Here is all the info I have on sharing.
    SHARING IPHOTO LIBRARIES
    Sharing libraries between users on the same local network
    You can also share a library on the same machine between users the same way.
    Sharing libraries between users on the same machine...
    -both users must have sharing enabled in their iPhoto Preferences
    -both users must be logged in and have iPhoto running
    -Remember that you can only view the other library. You can't edit the photos or play the saved slideshows or view the made books or burn them to CD or DVD. The books and slideshows will show up as an album. You can play that album as an "on the fly" slideshow. You can drag images from the sharing library to your library in the source column to import them to your library. You can then edit, add to albums, books, slideshow, etc.
    Sharing links from Apple....
    Sharing your photos between computers
    About shared photos
    Turning off photo sharing
    Looking for shared photos
    SHARING ONE IPHOTO LIBRARY BETWEEN USERS ON SAME MACHINE
    You can try one of these three methods:
    1- Use iPhoto Library Manager-the paid version
    The documentation page will give instructions on how it is done.
    2- Sharing one iPhoto library between several users on one machine
    3- Share an iPhoto Library in tiger Using ACL's
    4- I have also read about ShareAlike
    There is no other info on the site about how it works.
    I strongly urge anyone wanting to try any of the methods for sharing one iPhoto Library folder among more than one user to backup all iPhoto Library folders before attemptin anything.
    Lori

  • How to Capture the Objects in Object Library in Openscript tool?

    Hi All,
    I am new to OATS and i was trying to explore the Object Library in Opencript tool.
    Can anyone please advise me how to capture the Oracle forms Object in Object Library or Object Repository using OpenScript Tool?
    It would be grateful,If you can provide me the step to follow for the above.
    Thanks
    Ajith

    Hi Ajith,
    Create one Object Library. In OpenScript click File -> New -> Select Object Library under Script Assets.
    Then mention name of your library and save it.
    Add this library to script assets of your script. Select Script -> Script Properties... -> Script Assets -> Object Library -> Add(button) -> select your Object Library.
    Then save  your script and start recording. After recording you can see xpath of all objects you interacted with during your script recording.
    If you want to apply this to your script, select Script -> Apply Object Library.. -> then select your Object Library. If you want to revert it, then select Script --> Revert All Navigation To Recorded
    Hope this will help you...
    Regards,
    Deepu M

  • How to change objects in object library?

    I saved an object in the object library and used it as parent object to create some subclass objects in several form modules. Now I want to modify the object in the object library so all the subclass objects can inherit the changes made in the parent object. How can I change the object saved in the library?

    1- Open New Form
    2- Drag the object you want to modify to it
    3- Modify it in the opened Form
    4- Drag it back to the Object Library
    Rem: Be sure all Forms that are using this object are closed when you start this procedure.
    Hope this help,
    Ahmed.

  • After December 2014 update, Compile Error - calling Excel Objects Sub "Object library invalid or contains references to object definitions that could not be found"

    When try to call Sub in Excel Objects > SheetXX after the original xlsm is modified and saved by another user in diff machine, getting an error below and seems Excel cannot identify any subs exists in Sheet.
    Compile error:
    Object library invalid or contains references to object definitions that could not be found
    Note: it seems that this problem has been occurring After December 2014 update and still exists even after applying the fix:
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2014/12/11/forms-controls-stop-working-after-december-2014-updates-.aspx)

    Hi Kwlee324,
    Thanks for sharing the workaround with us. It would be very helpful for others who have the same issue.
    Also I found a two useful links about the error message "Object library invalid or contains references to object definitions that could not be found":
    https://support.microsoft.com/kb/2703186
    http://blogs.msdn.com/b/vsod/archive/2009/06/05/visual-basic-6-controls-stop-working-after-security-advisory-960715.aspx
    Hope it is helpful.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to import java library file to forms 6i

    Hi all,
    Is it possible to import java library file to forms 6i. Please help me.

    The Java importer is introduced in 9i.
    However, most java functionality is added to Forms in the client, not the server. In 6i you can add Java pluggable components to your forms. You need to make a Java Pluggable Component to do this. Stand-alone Java beans can only be called from Forms 9i on using the fbean package.
    So it depends on what you want to do with the java whether it is possible to use it in 6i.

  • Object Library Concept in Report ???

    Hi Friends
    Is anybody aware of any concept in Report, similar to object library in forms.
    1.Field's font, color, size etc.
    2.Common Header and Footer information in many reports
    Sudhanshu

    the answer is no. However, there is a separate project that supports just that: http://wrapper.tanukisoftware.org. In particular, take a look at this page: http://wrapper.tanukisoftware.org/doc/english/prop-java-classpath-n.html
    hope this helps

  • Problem with object Library

    Hi
    I created object library containing some Objects and property classes.While implementation of the objects(using smart class) and property class (using property palette) to canvas or LOV,some properties not appeared to be inherited after applying smart class or property class.
    These are specially BG color and FG color.But it is working fine with some object and not working with some others.
    Can any body help me in figure out the problem.
    I am using Form builder 10g.
    Thanks in advance
    Mandeep

    i did not mean the ruler and the grid.
    There is a "forms property" called Coordinate System.
    You find it under the physical node in the property palette of your form module.
    What is the Coordinate System and important, what is the Real unit?

  • Subclass Object Library

    Hi,
    Did anyone faced this problem.
    I've created an object library. I then drag the object from the library to form using the subclass -> remove path option, compiled the form and run the application the references subclass worked fine.The object libray path has been defined in forms_path and default.env file. I then made a mod to the object library, updated it and saved. Now,forms don't recognize the change that I made in the object library at runtime but i see the modified informatioin at design time.I am using forms 10.1.2.
    Thanks

    Hi..
    Recompile the form again.
    Thnx and regards
    Sriram

Maybe you are looking for

  • Macbook Pro not Booting Properly 50% of the time.

    I have a 3 year old Macbook Pro 13.3 Inch that I use for school.  However over the course of the last 6 months it has begun to only boot up fully into OSX Lion about half of the time. The other 50% of the time it "freezes" during boot up and although

  • ISE cannot push the profile to the cisco network setup assistant?

    We have tried a few android devices with version 4.2+ but still got the error message 'Unable to download profile.(Have you logged into the guest portal?)' as shown at the bottom picture. In fact, we are connecting the devices to an open SSID which p

  • 10.6.5 update

    I upgraded to 10.6.5 last night, (11/10/2010) now there is another upgrade, what do I do since it won't find it on my software update? Will I need it?

  • CRM Rules for actions

    All, In some of the default action profiles of SAP, rules are applied - which you can see in the Processing Type. I'd like to have a more detailed look on these rules, but have no clue how. Can somebody tell me the transaction I need to use for this

  • TV shows, syncing and then watching on iPhone

    I have several tv shows on my iTunes, and I have checked them to sync. However, I don't know where to find them and watch them on my iPhone. ] Can anyone help? I have clicked on the orange iPod button, but there is not an option for TV shows. Thanks!