How to add groups of objects to a form?

I'm working on my forms on Linux, Oracle Builder Version 11.1.2.1.0.

Now, I want to use the Webutil library. After plugging in the library on a form, I need to add the Webutil.olb to groups of form objects.

The documentation says to do to drag the object file to the node groups of objects on the form. But I can't drag the file to a folder on the node.

Actually drag all files to open in the form designer is not feasible in the Linux version.

I also tried opening the Webutil.olb first, it appears under libraries of objects, click on the file and drag to the node of the form, did not work.

Anyone know how to add the object to a form in Linux Version Oracle Builder?

Thank you!

frank1018 wrote:
I'm working on my forms on Linux, Oracle Builder Version 11.1.2.1.0.

Now, I want to use the Webutil library. After plugging in the library on a form, I need to add the Webutil.olb to groups of form objects.

The documentation says to do to drag the object file to the node groups of objects on the form. But I can't drag the file to a folder on the node.

Actually drag all files to open in the form designer is not feasible in the Linux version.

I also tried opening the Webutil.olb first, it appears under libraries of objects, click on the file and drag to the node of the form, did not work.

Anyone know how to add the object to a form in Linux Version Oracle Builder?

Hi Frank,.
Open webutil.olb
Select groups of objects in the form builder and click Create
now, select the (newly created) object group and go properties and make the subclass
1. Select the object
2. Select Module: WEBUTIL
3. Select object name: WEBUTIL

Now press ok and fact...

Fix webutil.pll and you're done.

I hope this works...

Hamid

Tags: Oracle Development

Similar Questions

  • How to add a document ID to the form

    How to add a document ID to the form

    All PDFs have a unique document attributed by the design program ID. You can see in the file properties in the properties in advance under the direction of XMP Media properties.

    Then there's the docID object that is an array of two strings. The first element is the permeant id and the second is the ID change that identifies the modified copies.

    Mean you some kind of sequence number or control number?

  • How to add and edit text in the form created by adobe acrobat 9?

    How to add and edit text in the form created by adobe acrobat 9?

    Actually, that's exactly what you should do, you don't need to create

    all fields again.

    After you have edited the original and create a new static PDF, open the old

    version and use the command replace Pages to insert the new pages

    those in the old file. This will keep all the form fields in tact.

    Tuesday, August 25, 2015 at 10:28, susanna323 [email protected]>

  • How to add blocking ISPS codes to my form?

    Hello world. I have a lot of problems with my contact form in my personal site: www.marcelofa.com with SPAM.

    I would like to know how to add blocking ISPS codes to my form?

    Concerning

    Marcelo

    Muse not control it, but you can try to contact your webhost for this one where they can block specific IP addresses.

    Thank you

    Sanjit

  • How to add a JSON object in the body of a HTTP POST request

    Hello

    I use Java 8 ME incorporated and I would add a Json object in the body of an http request.

    I would like to do something like:

    -----------------------------------------------------------------------------------------

    HttpClientBuilder clientBuilder = HttpClientBuilder.getInstance ();

    HttpClient client = clientBuilder.build ();

    HttpRequestBuilder requestBuilder = client.build ("my_URI");
    requestBuilder.setHeader (HttpHeader.ACCEPT, "text/plain");

    [...]

    requestBuilder.setMethod (HttpMethod.POST);


    HttpRequest request = requestBuilder.build ();

    creating the Json object to be sent in the body of the http request
    JsonObject myJsonObj = Json.createObjectBuilder)
    . Add ("firstname", "John")
    . Add ("lastname", "XXX")
    . Build();

    This part, I'm a little confused: how to get the OutputStream where I should put the Json object?

    JsonWriter jsonWriter = Json.createWriter (java.io.OutputStream of);

    jsonWriter.writeObject (myJsonObj);

    jsonWriter.close ();

    invoking the http request

    HttpResponse response = request.invoke ();

    -----------------------------------------------------------------------------------------

    Have a tip, please?
    Thanks in advance.

    Bruno

    We need to create the class for this interface

  • How to add groups of radio buttons values and show the answers?

    I have eight groups of option buttons. The student must select the button from each group. It is a survey of personal intrestet. If each of the groups will have a button with related values. I need to add values and display the results.

    I have been looking for help, but can't find anything that explains how to add values of radio buttons and display the answers.

    That's what I got so far:

    The option button ActionScript 3.0 / / Avraham Saltoun / / solutions to say-web dot com / / FREE to USE, COPY and DISTRIBUTE

    Import fl.controls.RadioButton;
    Import fl.controls.RadioButtonGroup;
    These libraries must be imported
    in order to access the properties and methods of the Radio button.


    We will Appply formatting
    for the radial buttons
    var format: TextFormat = new TextFormat;
    format. Size = 16;
    format.font = "Trebuchet MS"
    format. Color = 0xFFFFFF;

    myNonconformist.label = "a maverick".
    myConcreteThinker.label = "a concrete thinker."
    myNaturalWithNumbers.label = 'a natural with numbers. "
    myAnalytical.label = "Analytics."
    myAssertive.label = "assertive".
    myIdealistic.label = "Idealistic."
    myCareful.label = 'Careful ';
    myProblemSolver.label = "a problem solver."
    myConscientious.label = 'consciousness '.
    myCreative.label = "Creative."
    myPrecise.label = "precise."
    myEfficient.label = "effective."
    myEnergetic.label = 'energetic ';
    myExpressive.label = 'Expressive ';
    myFriendly.label = 'Friendly ';
    myPersistent.label = 'Permanent '.
    myHelpful.label = "fairly useful";
    myInnovative.label = "innovative";
    myInquisitive.label = ' Inquisitive/Curious. "
    myAccurate.label = "precise."
    myEnthusiastic.label = "enthusiasts";
    myInsightful.label = "insightful";
    myIntuitive.label = 'intuitive ';
    myMechanicallyInclined.label = 'mechanically inclined. "
    myObservant.label = 'observer ';
    myOutgoing.label = "outgoing";
    myPatient.label = "Patient";
    myPersuasive.label = "persuasive."
    myRealistic.label = 'realistic ';
    myPractical.label = 'practice ';
    myScientific.label = 'scientific ';
    mySelfconfident.label = "safe";
    myImaginative.label = "imaginative."
    mySociable.label = "Sociable".
    myStraightforward.label = "direct."
    myUnderstanding.label = "understanding."

    Now, let's apply the style
    created for our labels
    myNonconformist.setStyle ("textFormat", format);
    myConcreteThinker.setStyle ("textFormat", format);
    myNaturalWithNumbers.setStyle ("textFormat", format);
    myAnalytical.setStyle ("textFormat", format);
    myAssertive.setStyle ("textFormat", format);
    myIdealistic.setStyle ("textFormat", format);
    myCareful.setStyle ("textFormat", format);
    myProblemSolver.setStyle ("textFormat", format);
    myConscientious.setStyle ("textFormat", format);
    myCreative.setStyle ("textFormat", format);
    myPrecise.setStyle ("textFormat", format);
    myEfficient.setStyle ("textFormat", format);
    myEnergetic.setStyle ("textFormat", format);
    myExpressive.setStyle ("textFormat", format);
    myFriendly.setStyle ("textFormat", format);
    myPersistent.setStyle ("textFormat", format);
    myHelpful.setStyle ("textFormat", format);
    myInnovative.setStyle ("textFormat", format);
    myInquisitive.setStyle ("textFormat", format);
    myAccurate.setStyle ("textFormat", format);
    myEnthusiastic.setStyle ("textFormat", format);
    myInsightful.setStyle ("textFormat", format);
    myIntuitive.setStyle ("textFormat", format);
    myMechanicallyInclined.setStyle ("textFormat", format);
    myObservant.setStyle ("textFormat", format);
    myOutgoing.setStyle ("textFormat", format);
    myPatient.setStyle ("textFormat", format);
    myPersuasive.setStyle ("textFormat", format);
    myRealistic.setStyle ("textFormat", format);
    myPractical.setStyle ("textFormat", format);
    myScientific.setStyle ("textFormat", format);
    mySelfconfident.setStyle ("textFormat", format);
    myImaginative.setStyle ("textFormat", format);
    mySelfconfident.setStyle ("textFormat", format);
    mySociable.setStyle ("textFormat", format);
    myStraightforward.setStyle ("textFormat", format);
    myUnderstanding.setStyle ("textFormat", format);

    Event listeners
    Define waiting for the compiler
    for a click
    myNonconformist.addEventListener (MouseEvent.CLICK, whoAmI);
    myConcreteThinker.addEventListener (MouseEvent.CLICK, whoAmI);
    myNaturalWithNumbers.addEventListener (MouseEvent.CLICK, whoAmI);
    myAnalytical.addEventListener (MouseEvent.CLICK, whoAmI);
    myAssertive.addEventListener (MouseEvent.CLICK, whoAmI);
    myIdealistic.addEventListener (MouseEvent.CLICK, whoAmI);
    myCareful.addEventListener (MouseEvent.CLICK, whoAmI);
    myProblemSolver.addEventListener (MouseEvent.CLICK, whoAmI);
    myConscientious.addEventListener (MouseEvent.CLICK, whoAmI);
    myCreative.addEventListener (MouseEvent.CLICK, whoAmI);
    myPrecise.addEventListener (MouseEvent.CLICK, whoAmI);
    myEfficient.addEventListener (MouseEvent.CLICK, whoAmI);
    myEnergetic.addEventListener (MouseEvent.CLICK, whoAmI);
    myExpressive.addEventListener (MouseEvent.CLICK, whoAmI);
    myFriendly.addEventListener (MouseEvent.CLICK, whoAmI);
    myPersistent.addEventListener (MouseEvent.CLICK, whoAmI);
    myHelpful.addEventListener (MouseEvent.CLICK, whoAmI);
    myInnovative.addEventListener (MouseEvent.CLICK, whoAmI);
    myInquisitive.addEventListener (MouseEvent.CLICK, whoAmI);
    myAccurate.addEventListener (MouseEvent.CLICK, whoAmI);
    myEnthusiastic.addEventListener (MouseEvent.CLICK, whoAmI);
    myInsightful.addEventListener (MouseEvent.CLICK, whoAmI);
    myIntuitive.addEventListener (MouseEvent.CLICK, whoAmI);
    myMechanicallyInclined.addEventListener (MouseEvent.CLICK, whoAmI);
    myObservant.addEventListener (MouseEvent.CLICK, whoAmI);
    myOutgoing.addEventListener (MouseEvent.CLICK, whoAmI);
    myPatient.addEventListener (MouseEvent.CLICK, whoAmI);
    myPersuasive.addEventListener (MouseEvent.CLICK, whoAmI);
    myRealistic.addEventListener (MouseEvent.CLICK, whoAmI);
    myPractical.addEventListener (MouseEvent.CLICK, whoAmI);
    myScientific.addEventListener (MouseEvent.CLICK, whoAmI);
    mySelfconfident.addEventListener (MouseEvent.CLICK, whoAmI);
    myImaginative.addEventListener (MouseEvent.CLICK, whoAmI);
    mySelfconfident.addEventListener (MouseEvent.CLICK, whoAmI);
    mySociable.addEventListener (MouseEvent.CLICK, whoAmI);
    myStraightforward.addEventListener (MouseEvent.CLICK, whoAmI);
    myUnderstanding.addEventListener (MouseEvent.CLICK, whoAmI);
    Note that all lead to the same function.

    It will probably be better for you to do it the hard way and assign labels, values and groups in the programming environment using the settings panel.

  • How to add groups of pages of serveral dashboard?

    ! http://img198.imageshack.us/img198/3399/dashboardpagegroup.jpg!

    There are serveral dashboard page groups in the sample provided.

    Overall view 00, 01 ranks and Toppers...

    How to add?

    What is terminology?

    Hello
    1 did you add a new dashboard link in the Group? OR
    2. links to the dashboard in a group list?

    Anyway is the solution for both

    1. go in Administration - > manage interactive dashboards-> create the dashboard.
    This will bring a new dashboard and the link will be present at the top of the page.
    2. put the following in the file D:\OracleBIData\web\config\instanceconfig.xml configuration parameter

    4

    where 4 (any desired number, you can set), is the one that "holds" the number of tabs for each folder. If the upper limit and then when you click on the link dashboard displays a div (like clicking on options page).

    G

  • How can I define an object made of forms without stressing the individual forms or line them

    How can I present a Visual form made of a group of elements (vector shapes) without pointing out the individual items or margeing their togeather. I'd normally go by margin them merged but customer asked whether unmaged

    Here's another way

    similar, but a bit different

    Group the objects

    Select the group in the appearance Panel and go to effect > path > Outline Object

    then, add a new line to the Group

    Select this line in the appearance Panel, then go to effect > Pathfinder > Add

    go to effect > path > offset path if you want to give him a little space around the object as such

  • does anyone know how to add a scroll bar on a form for calculations that change the numerical value when you scroll left and right?

    Screen Shot 2015-06-02 at 09.42.43.pngAnyone know how to create scrollbars that way in the forms in Adobe Acrobat format?

    There is no such control in PDF Forms. You will need to develop yourself

    If you wish to have. I suggest just using a text field with keys + /

    instead. It will save you a lot of headaches...

    Tuesday, June 2, 2015 at 10:56, rorys9206745 [email protected]>

  • How to add SSD for Optiplex 755 (Small Form Factor)

    Hi-

    I want to add a SSD for my Optiplex 755 (Small Form Factor) boot drive while maintaining the HARD disk it came with and the player optical slimline. There is a SATA port on the motherboard, but there is no open Bay and not a lot of room in the chassis (I do not see a power open cable).

    Anyone know how or if I can add a SSD to 2.5 inches to this machine? Would need a power splitter? And it's even bothered to improve an Optiplex 755-10 Windows?

    Thanks in advance for any advice.

    -Lewis

    Adding a drive in the optical Bay is possible.  But you cannot run without the original hard disk on the desktop SFF and ULTRA-COMPACT models.

    http://www.newmodeus.com/shop/index.php?Main_Page=product_info&products_id=576

    http://www.newmodeus.com/shop/index.php?Main_Page=product_info&cPath=2_3&products_id=439

    You will get an error message on the thermal characteristics of the drive.

    SSD on SFF and USFF support have a problem due to heat dissipation.  The hard drive if not acknowledged will give an error, press F1 to continue.

    BIOS errors are;
    1 attention! Rear fan failure
    2 attention! Ambient temperature sensor not detected
    3 drive HARD replacement is not valid, continued use can result in
    long term reliability HDD delivers, please press f1 if you would
    like continue, and/or contact dell for a replacement HARD drive

    Strike F1 to continue F2 to run the Setup program, F5 to run onboard diagnostics

  • How to add two controls on the same form datagrid? I get the error message...

    Hello

    I have to add two controls on the same page datagrid. When I try to drag an another DataGrid in the components window, it says "an element with that name already exists in the library."

    How can I add multiple controls on the same page datagrid?

    Kind regards.

    _data2 = new XML (event.target.data2);

    should be

    _data2 = new XML (event.target.data);

    (actually, it's better if it was

    _data2 = XML (event.target.data);

  • I wonder how to add a "print" button in my form?

    I wonder how to put a button print a form to fill out?

    Create a button and as its MouseUp action, select "Execute a menu item" and then file > print...

  • How to add icons and images for my forms?

    Hello world:

    My forms have been upgraded from 6i to 11g. Then all custom images and icons may not display.

    Name of icon file in the palette of the property forms and menus are the file name without path.

    Next http://docs.Oracle.com/CD/B14099_19/Web.1012/b14032/configure009.htm

    I put default.icons.iconpath to be an absolute path to all the folder icons in Registry.dat and make imageBase = documentbase in formsweb.cfg, does not work.

    What is the DocumentBase folder? Is $ORACLE_HOME/forms?

    I also tried imageBase = codebase, package images (gif files.) in a jar, store it in the forms/java directory. Add icons.jar to check the setting in formsweb.cfg. still does not work.

    What is the steps of the solution to this please?

    Frank,
    The preferred method to use icons is to deploy in a signed .jar file. The document Oracle that you referred is a little vague in that regard (paragraph 4.9.2.1). If you want to use a jar for your icons, you must do the following:
    (1) you must digitally sign the jar (preferably with a trusted certificate - such as Verisign). You can use your own key file, but you will get a warning of certificate approved in your application.
    (2) download your .jar file in the directory % FORMS_HOME%/forms/java. If you use the default installation, the % FORMS_HOME directory is usually ' / Oracle_FRHome1 '.
    (3) update default.env to include the full path to the jar file in the classpath.
    (4) then you must update the following variables in the formsweb.cfg :
    4.1) archive = frmall.jar, .jar
    4.2) imageBase = codebase

    After making these changes, I recommend you restart your instance WLS_FORMS to ensure the changes take effect.

    I hope this helps.
    Craig...

  • How to add a custom 11.1.1.6 OID attribute?

    I'm new to OID and am having some problems with the addition of a custom attribute, specifically with the required field called "ID of the object. How can I find what should be placed? A preview of all this is greatly appreciated.

    Thank you!

    Anthony

    Hello

    You can use the following link http://onlineappsdba.com/index.php/2010/12/14/how-to-add-custom-attributes-object-classes-in-oid-from-command-line-or-gui/

    The object ID must be unique. You can take all the attributes OOTB and increment the ID of the object so that its unique and you can use it.

    ~ J

  • Group of objects added with JDAPI webutil - adjust the block webutil sequence?

    Hi all

    I use the JDAPI to the subclass in the Group of objects webutil in forms in an application. Annoyingly, the webutil block becomes the first block on the form - which means on some forms is displayed at startup. Is anyway (programming using JDAPI) that I can move the block to the end of the red list after that I have a subclass in the Group of the object?

    TIA
    Steve

    Hello

    move

    Sub move (JdapiObject nextObject)

    Rearranges an object with respect to its siblings in the collection it belongs. This is similar to by dragging and dropping in the form of movement of a block Builder in a list. This method is a way to do the same thing programmatically. By example, if you want a block appear immediately before Block5 in a list, you pass the object representing Block5 nextObject argument.

    Pass NULL to this method to move the object to the end of the list. If the specified object and the next_object do not share the same owner, or do not have the same type, the method throws an exception.

    You cannot use this method to move objects between the parents. For example, it cannot be used to move an element from one block to the next. If you want to move an object from one parent to the other, you will have to do something like:

    to be positioned before 'itmB' bulk 'itmA'
    "blkB" (when "itmA" is in another block)

    Copy itmA in a new parent (blkB) using the same name
    Element newItmA = itmA.clone (blkB, itmA.getName ());
    newItmA.move (itmB); move a new element compared to itmB
    itmA.destroy (); Delete the original object
    itmA = newItmA;

    Parameters:
    nextObject - the object that the object specified must be moved.
    Throws:
    JdapiException - if you try to move an object next to an object that does not share the same owner or not is not of the same type.

    François

Maybe you are looking for

  • Windows media player playlist__

    WMP 11. I want to change the titles in the playlist queue IE artist, composer, genre, length, etc. the program that created the item did not. But when I go to a particular point on (rt or lft) column drop box, I see no edit is not "BOLD" and of cours

  • HP Photoshop Essential has stopped working

    Tried to install the necessary drivers for Photosmart 735 digital camera.  Since then, received message "HP essential Photoshop has stopped working".  Also received HP error "the procedure entry point hpqpsapp.exe could not be located in dynamic link

  • the EVGA GeForce GTX SC 760 will work on my h8 - 1360t with motherboard Formosa?

    Maybe a silly question but will the EVGA GeForce GTX SC 76 working mother FORMOSA on a map?

  • arrow control and volumn

    my arrow control and volumn has disappeared from the taskbar at the bottom right.  How can I get that back

  • 2 Binged sign something of connection or disconnection

    I don't know what connection / disconnection.  I get one its binged 2 (not from high to low height) and it can happen in reverse (serious high).  I checked all the connections (mouse, monitor, keyboard, and network), but they are all solids.  Analyse