Webutil Data Block red arrow

In Forms Builder for DS 10.1.2 after subclassing the webutil object I noticed that the webutil data block and all of its items have a red arrow on the icon beside their name.
What does this red arrow mean?
Thanks,
michelle

That indicates that the item (or block, trigger, visual attribute, etc) has been subclassed :-)

Similar Messages

  • What is this Labview function block ? (-1 gain figure with red arrow on top)

    Hello all,
    I came across this code which has a function with -1 gain figure with red arrow on top ? 
    What is this function and where can I find it ?
    Thanks

    decrement ptbypt

  • ORA-00607: Internal error occurred while making a change to a data block

    hi
    i hv use testing purpose oracle 10 Xe in unix
    but when today i hv connect database following error occured
    SQL> startup
    ORACLE instance started.
    Total System Global Area 83886080 bytes
    Fixed Size 1257284 bytes
    Variable Size 75497660 bytes
    Database Buffers 4194304 bytes
    Redo Buffers 2936832 bytes
    Database mounted.
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00600: internal error code, arguments: [4193], [625], [640], [], [], [],
    I hv check alert log , but no proper solution is given , how can start database

    Duh, and of course I missed the significance of
    oracle 10 Xe in unix
    XE is only supported for Linux - according to the downloads page that means "Debian, Mandriva, Novell, Red Hat and Ubuntu".
    Oracle have not publically stated the reasons why XE is only available on Linux and Windows, but my guess is that it is something to do the Intel chip architecture. If this is so it would be possible for Oracle to port XE to run on Solaris for x86. But they have not done so yet.
    Which means, alas, that you are unlikely to get any help for this one, because XE is not supported on any unix platform.
    Good luck, APC

  • Searching into a data block

    I wanna know how to search for a specific record, if i have made a data block. with up and down arrows, i move to the next/last record. but how can i search? i don't know how to make at a specific time, all the fields blank, and i type a part of name in the name field, then i wanna search all records matching that part of name
    Regards,

    You could do it programatically by prompting the user for search criteria, then have them press a search button. The search button could build a where clause based on the criteria entered, then call
    set_block_property('blockname',DEFAULT_WHERE, your_where_clause);
    go_block('blockname');
    execute_query;This way you can control what the user searches on, limit choices to dropdowns, add soundex capability if a checkbox is selected, etc.
    Gary

  • Why my scroll bar of a data block doesn't work?

    Hi,
    I have a data block that displays a maximum of 9 records at one time. When the query returns more than 9 records i want to use a vertical scroll bar to navigate to the last records.
    In some forms it works fine but in others not , i still didn't find why ??
    Cheers,
    Nuno

    Nuno,
    Rather than trying to find a needle in a hay stack, I would recommend taking a step backward.  This will help to rule out whether the issue is something you caused or if there is an issue with the environment or product.
    Create a new module in the Builder.  Do not add any of your own code.
    In the Builder, connect to a database (File > Connect).
    From the Builder menu, select Tools > Data Block Wizard
    In the Wizard first screen (after Welcome), select Table or View then click Next
    On the next screen, click on Browse to display the tables available to you.  Choose one.
    All the columns in that table should appear on the left.  Click on the double arrow (>>) to select all of them.  Then click on Next
    Click on Next again
    Choose the option to create the data block then open the Layout Wizard.  Then click Finish
    In the Layout Wizard, click on Next (after the Welcome scree) to choose the default Canvas.  Then click on Next
    Click on the double arrow (>>) to choose all columns. Then click Next
    Click Next again.
    Choose Tabular as the layout style.  Click on Next
    Change Records Displayed to 4 and check the box labeled "Display scroll bar".
    Click on Finish
    Again, do not make any changes to anything in this form.  Run it.  Does it reproduce the same problem you experience in your previous form?  If this form works correctly, likely the issue is in the design of your other form.  If this test form fails in the same manner then you are either exposing a defect or there is an odd configuration issue.

  • In Finder, what do the green checkmarks and red arrows that are next to my file names mean?

    When I'm in Finder, there are check marks and arrows next to my files.  I'm not really worried about the green checks, but I'm really curious about the red arrows.  I have a feeling it has something to do with Soonr, a sync program my company uses. 

    They mean that you installed third-party software, such as "Dropbox" or some other cloud-data client, that modifies the Finder. Refer to the developer of that software for support, if needed.

  • Export all data block records

    I can't seem to remember but what is the library or tool in Oracle Forms that allows you to export the entire data block of records to a file (i.e. csv)? Instead of using TEXT_IO to write one record at a time, there was one to do the whole block.
    Gio

    The only thing I can think of is using the webutil library to either use CLIENT_TEXT_IO, or you can use the CLIENT_OLE2 functions to control the client-side applications and move your records over.
    Regards,
    Jordan

  • Scrollbar doesn`t scroll data to the end of Data Block

    I have a strange problem. Datablock is a list with 15 rows and its got a scrollbar. When i scroll down to the last element it seems to work fine but when i select the last element and press the down arrow key i`m moving to the next element not listed before. Scrolling cuts off 10 last elements and to view them i must use the arrow keys. The same situation is when i`m at the end of list and want to move to the top, 10 first elements are hidden.
    Is there any solution for this problem ?

    Ok the problem was that the Data Block parameter Number Of Records Displayed was set to 25 and the real height of the list could show only 15 items.
    Solution* for my problem is to set the Data Block parameter Number Of Records Displayed to number of rows that are visible (15).

  • Data blocks in forms 6i, can not see the data

    i have built an application in forms with some data blocks. the blocks a connect to some tables in the db. i have built them connectd as "system". but when i run the applicatio as user x i can do select, insert, update, delete, but i can not se the records in the datablocks (they are empty), but i can do all transactios. why?

    First of all, developing from the System schema is not a good idea.
    Who owns the tables your form is connecting to? The table owner should create a public synonym for each table name, and also needs to grant user x access to the table.

  • I can not put the data of a field(LONG RAW) consulted into a item of a data block

    I want to query a field that is LONG RAW(it's a image) and put the data into a item of a data block (in Forms Builder), when i write ":BLOCK.FOTO:=vfoto" i recieve this errors: "bad bind variable ....". How can i put the data of field of my DB and put the data in a item of a data block(in Forms Builder)?.
    I can store a image in a table of my DB, but i want to query a image stored in my DB and put it into anothers table, all this on FORMS BUILDER.

    You have to base the image item on a base table and use EXECUTE_QUERY on that block. You can't do a direct select in PL/SQL into the item

  • Insert and update a data block which is based on view--urgent help required

    Hi experts,
    I created a view(A_VIEW) which is based on a union select. I have created a data block A_VIW_BLOCK which is based on this view. I need to insert/update one of the base tablesfor A_VIEW through this data block. I also need to be able to make a query through all the fields in the view.
    The questions are:
    1.Can it be done at all?
    2. What properties need to be set?
    3. If can't be done, what the best approach to achieve this?
    Thanks in advance!!
    Michael

    hi
    try something like this.
    CREATE TABLE demo_tab (
    person_id NUMBER(3),
    first_name VARCHAR2(20),
    last_name VARCHAR2(20));
    CREATE OR REPLACE VIEW upd_view AS
    SELECT * FROM demo_tab;
    INSERT INTO demo_tab
    (person_id, first_name, last_name)
    VALUES
    (1, 'Daniel', 'Morgan');
    INSERT INTO demo_tab
    (person_id, first_name, last_name)
    VALUES
    (2, 'Helen', 'Lofstrom');
    COMMIT;
    SELECT * FROM upd_view;
    UPDATE upd_view
    SET person_id = person_id * 10;
    SELECT * FROM upd_view;
    desc user_updatable_columns
    SELECT table_name, column_name, updatable, insertable, deletable
    FROM user_updatable_columns
    WHERE table_name IN (
       SELECT view_name
       FROM user_views);
    SQL> create table dummy (f1 number);
    Table created.
    SQL> create view dummy_v 
    2  as 
    3  select f1 from dummy 
    4  union all  
    5  select f1 from dummy;
    View created.
    SQL> create trigger dummy_v_it 
    2  instead of insert 
    3  on dummy_v 
    4  for each row 
    5  begin 
    6    insert into dummy values (:NEW.f1); 
    7  end; 
    8  /
    Trigger created.
    SQL> insert into dummy_v values (1);
    1 row created.
    SQL> select * from dummy_v;       
    F1
    1        
    1
    SQL> select *
      2  from user_updatable_columns
      3  where table_name = 'DUMMY_V';
    OWNER    TABLE_NAME   COLUMN_NAME  UPD INS DEL
    FORBESC  DUMMY_V      F1            NO  NO  NOforms settings.
    Enforce Primary Key - No
    Query Allowed - Yes
    Query datasource Name - V_TSFDETAIL
    Insert Allowed - Yes
    Update Allowed - Yes
    Delete Allowed - Yes
    Locking Mode - Automatic
    Key Mode - Automatic
    do not forget to create synonyms.
    hope this helps.
    sarah

  • I have just purchase Apple TV and uploaded my itunes from my pc to icloud, this has been shared to my ipad and i now have a little cloud with a red arrow next to all my tunes, so all would seem well, but on the apple tv nothing in music ? is it me?

    I have just purchased Apple TV and an ipad, i have uploaded my itunes to icloud from my pc and activated sharing, i now have all my tunes on the ipad and pc and all have a little cloud with a red arrow next to them so all seems well, but when i go on Apple TV, and i'm all signed in and all boxes checked, i click on music, my music, and all files are empty, should i not see my itunes and be able to play them from my apple TV, or have i misunderstood what the cloud is for.?
    Any answers please. Apple TV 3rd Gen,  Ipad Air.

    Welcome to the Apple Community.
    You can't play music from the computer if there is none there. If you are using iTunes Match you should now be able to download and play all your music on the Apple TV from the music feature on the main page.

  • Multiple data blocks on the same canvas

    Forms newbie question:
    Is it possible to have 2 data blocks with two different sets of transactional triggers (ON-UPDATE, ON-LOCK, etc.) on the same canvas?
    I've got an example where i've got two data blocks (one sourced from a view, and one that is a CTL block) on the same canvas. The block sourced from the view is working fine. When I make updates, they are reflected, etc. But, i've got one field in the control block that I need to update from as well, and I can't seem to get it (or any of the CTL block items) to show up as "updateable", regardless of the set_item_property....theyre always grayed out.
    Do i need to take the user to a new canvas to be able to utilize the update of the ctl field?

    A second canvas is not needed. Normally, control-block items are always updateable, so there is something going on in your form to prevent it.
    > I can't seem to get it (or any of the CTL block items) to show up as "updateable",
    regardless of the set_item_property....theyre always grayed out.
    What... Is there code someplace in the form that sets them to Enabled, false? If that is the case, then to get them working again, besides setting Enabled to true, you also must set Updateable and Navigable to Property_True. (This is documented at the end of the on-line help on Set_Item_Property.)

  • I just got new ipad mini....I want to delete all of the music that was synced from my itunes account.  I have went through and deleted some songs one by one but some have a cloud icon with a red arrow on them.....is there a simple way just to delete them?

    I just got new ipad mini....I want to delete all of the music that was synced from my itunes account.  I have went through and deleted some songs one by one but some have a cloud icon with a red arrow on them.....is there a simple way just to delete them?

    Yes there is. Those songs are not actually on your iPad. They are in iCloud ready for download if you choose to do so. If you want to remove them go to Settings>iTunes & App Store>Show All>Music>Off. You can also do this in Settings>Music>Show All Music>Off.

  • Oracle Forms - How can I create a Data Block with query

    Dear friends I have a question, I couldn't do this..
    I have a sql query, I want to show the datas of the query.. How can I do this. ?
    Data Block Wizard wants a table, view or stored procedure, but I have a query, how can I create a data block with my query.. I m waiting your helps..? Please...
    Semih

    Hi,
    You have two options
    1. create a view and base the block on the view
    2. create a block with a query Data Source Type of 'FROM clause query'
    Hope this helps
    Neil

Maybe you are looking for

  • Problem with display of ampersand in reports

    I enter the following text into a "notes" item on a page: Send request to AT&T. When I use this notes item in a report the following is displayed: Send request to AT Note the ampersand and the T are missing. If I remove the period at the end of the n

  • Power button on my lumia 620 is quite stiff

    Hello!! =] So, what os happening isn't exactly a problem... The thing is that the power button of my Lumia 620 is kinda stiff... It works, but I have to put some considerable pressure on it, and it's just the power button. Is it normal? Thanks for th

  • [SOLVED] mingw32 cross compile won't link with static libraries

    Hi all, I'm trying to cross compile an app I have written to i486-mingw32.  I'm running Arch 64-bit (under which it compiles fine natively), and I have installed the mingw32 binaries along with mingw32-boost-static from AUR. All seems well, but unfor

  • How to uninstall messenger mac

    how does one uninstall messenger mac?

  • Reuse of jspx in Oracle BPM 11g

    We have developed a jspx using ADF in phase1. We want to plug in same jspx for human intiator activity in oracle bpm process 11g. Could anyone let me know, How can i plug in this jspx to the developed process ? Thanks in advance.