Pop List and Developer Toolbar

Hi every body,
I love HTML DB , It a cool and nice thing
I need your help folks,
1. How can I hide the developer toolbar for some user.
2. How can I build one page showing master-detail rel, I need to show Depts as a select list then when I select a certain deptartment the bottom of the page shows the related employees and have the ability to change the sal and comm columns only.If it is not possible then I am satisfied with two pages with the same functionality.
thanx

<omar>
1. How can I hide the developer toolbar for some user.
</omar>
<raj>
sergio explained this at Some newbie questions . please take a look and let us know if you have questions.
</raj>
<omar>
2. How can I build one page showing master-detail rel, I need to show Depts as a select list then when I select a certain department the bottom of the page shows the related employees and have the ability to change the sal and comm columns only.If it is not possible then I am satisfied with two pages with the same functionality.
</omar>
<raj>
here's an easy way to setup a master-detail form on emp/dept as you've described it:
1) create a tabular form page on EMP using the "Tabular Form Wizard" being sure to select only the Sal and Comm columns in the "Updatable Columns" field of the "Identify Updatable Columns and Primary Key" page of the wizard.
2) add a Dept lov to your wizard-generated tablular form (let's say it's page 1)
------create the new item (let's call it P1_DEPTNO) with a type of "Select List with Submit"
------define the LOV for this Dept item as something like "select dname, deptno from dept"
3) add a branch to the page to have the page redraw itself when a value if a value is selected from the LOV above
------create the branch with a type of "Branch to Page or URL" that branches back to itself (page 1 in this case)
------set the branch up with a "Condition Type" of "Request = Expression 1" and have "Expression 1" be the name of your item, P1_DEPTNO
4) add a where clause to your tabular form query so it pays attention to your selected Department
------"where (to_char(deptno) = :P1_DEPTNO or :P1_DEPTNO ='%null%')" should do it for now
and that should do it.
</raj>
let us know if you need further assistance,
raj

Similar Messages

  • How to remove value from pop list in iProcurement Page

    I need to remove a value from POP list. How can I do this? Can I do this using Perosnalization?
    While creating requisition in the approvers page there are two buttons one is Approvers and another is Add_Attachments.
    When I click Add_Attachments button it will open another page there I need enter description and select category from the pop list and define attachment.
    In the category list I need to remove one value. How do i do this.Personalization links not available in this page.
    Please help guys...
    Thanks Advance
    Kumar

    Kumar,
    First you need to find out the data source for the category pop list. Based on that we can suggest how to achieve that requirement as there are many different ways of specifying the data source for a pop list.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Can a pop list have a dynamic value assigned to it?

    Can a pop list have a dynamic value assigned to it?
    like Select actualValue, fullname from category;
    and assigning fullname to the list of values of the pop list and actualValue to each of the values returned...

    The following code will help you and define on when-new-form-instance trigger,
    DECLARE
    rg_name VARCHAR2(40) := 'EMP';
    rg_id RecordGroup;
    errcode NUMBER;
    BEGIN
    rg_id := Find_Group( rg_name );
    IF not Id_Null(rg_id) THEN
       delete_group(rg_id);
    END IF;
    rg_id := Create_Group_from_query(RG_NAME, 'SELECT ename, TO_cHAR(empno) FROM emp');
    errcode := Populate_Group( rg_id );
    -- Error occured while populating the record group
    if errcode != 0 then
    message(' Error occured while populating the record group');
    raise form_trigger_failure;
    end if;
    -- Clearing the list before populating it.
    clear_list('here you define block column name');
    populate_list('here you define block column name',RG_ID);
    exception
    when no_data_found then
    null;
    when others then
    null;
    END;  

  • Developer toolbar won't disable - keeps popping up when i hit shift, and is not visible in extentions list nor add-on list. how do i uninstall

    for some reason, i now have a developer toolbar, even though i haven't installed this myself. what's even weirder is that it pops up every time i hit shift - thus the lack of capital letters in this post - and it doesn't show up on my extention- nor plug-in list, so i have no idea how to disable it. it shows up under the tools tab and i can shut it down there, but it shows up again whenever i hit shift.

    hello Kuzuri, firefox has an in-built developer toolbar which can be brought up with the keyboard shortcut shift+f2. so this is just a guess, but maybe your keyboard's f2 key is hanging...
    in case you cannot solve it that way, please enter '''about:config''' into the firefox location bar (confirm the info message in case it shows up) & search for the preference named '''devtools.toolbar.enabled''' - double-click the entry and toggle its value to '''false'''. this will generally disable the developer toolbar after you restart the browser.

  • I accidentally downloaded a website for coupons and its toolbar keeps popping up? I want to completely get rid of it on my internet. How do I do this?

    I accidentally downloaded a website for coupons and its toolbar keeps popping up at the top of my internet window. I went to the toolbar options and unchecked it but when I get back into the internet it is up again. I want it completely gone so that it doesn't even have a chance to be seen. I don't want it. How do I get rid of it?

    I would start off with Firefox's Add-ons page. Either:
    * Ctrl+Shift+a
    * orange Firefox button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then look for unwanted extensions and try the Remove button.
    If the Remove button is missing, this usually means the extension was installed through the Windows installer. In that case, check for it in the Windows Control Panel, Uninstall a Program. Clicking the "Installed on" column header will bring the most recent additions to the top for easier spotting.
    After you get rid of it, assuming you can remove it in one of those two ways, I suggest "mopping up" with some malware removers. This article lists tools that other Firefox users have found helpful: [[Troubleshoot Firefox issues caused by malware]].
    Any luck?

  • I installed the developer toolbar and it is not showing

    I have installed the developer toolbar and it is not visible, and not listed in the View-toolbars menu either. Do I need to enable it? Mac OSX

    Also, to confirm that the extension is installed and enabled, you can check here:
    Tools menu > Add-ons > Extensions category

  • Adding History list and saved reports to info view toolbar

    Hello All,
    We want to write a new u201CJSPu201D program to display a new info view toolbar with an option to view saved reports and another option to view history list of reports  .
    Is it possible to use Bobj java api and add this functionality to all the reports?
    Thanks
    Nir

    Adding functionality to Infoview may be possible, but there is no documentation on how to do this as it is not supported.
    For creating your own application, I would suggest looking at the [samples|http://wiki.sdn.sap.com/wiki/display/BOBJ/JavaBusinessObjectsEnterpriseSDKSamples] and [developer guide|http://help.sap.com/businessobject/product_guides/boexir31/en/boesdk_java_dg_12_en.zip].

  • Add-ons which are installed and enabled are not visible - no Firebug icon, no Web Developer toolbar.

    I was busy working with Firebug last night. This morning the icon wasn't present and I couldn't find it anywhere. In Add-on manager I disabled/reloaded then enabled/reloaded, but still nothing. Web developer toolbar was also missing and not in the toolbar menu. Checking versions, I saw I had Firebug 1.8.1, and one of the compatibility lists suggested that went with Firefox 6 (I was on 5.0.1).
    I installed Firefox 6 beta, reinstalled Firebug 1.8.1, but no change. I uninstalled, reinstalled 5.0.1 and this time Firebug 1.8.0, and again nothing.
    I must be missing something, but my poductivity has suffered so much that I'd be happy to discover exactly what sort of idiot I am.

    I know where to find it. It was the absence of that icon I was complaining about. After a day and a half of doing very little, I suddenly saw that the Web Developer toolbar had reappeared (for no apparent reason). That gave me access to options which had previously been invisible, and I have succeeded in switching Firebug on again. I only wish I could tell all the other people suffering from this problem how to solve it, but the solution was quite spontaneous.

  • I cannot access the internet using firefox. The little toolbar identical (the far upper right in the screen) pops up and nothing else happerns. This has only started very recently and I have not had this problem in the past.

    When I click on the icon for firefox, a little toolbar (the one you see in the top right corner of the screen) pops up and nothing else happens. I'll close it out and retry, with only the same results. I tried Firefox safemode, with the same result. Like there is something blocking me, but I don't know what. It doesn't matter if I've been on the computer for some time or just started up, I cannot access the web thru Firefox. This has only started in the last couple days. Previously, I've never had this problem. I haven't loaded any new programs anytime recently to account for this. I use Norton for my anti virus program which is the newest and had since end of December. I am not happy having to use the windows internet explorer, so would be very happy to get this resolved. Should I uninstall the mozilla program, and then reinstall it?

    "I have an ethernet cable in port 1 on my computer. That is configured manually to access ther office network."
    Do you have a "real" IP address or a private (192.168.x.x, 10.x.x.x, 172.x.x.x) IP address?
    "The wireless router was connected to the company server only for the purpose of getting me online through Airport because I couldn't access it using an ethernet connection"
    Could not access it because their network security blocked you by intent, or had some unknown technical difficulty?
    Unless you are blocked by intent or ommission (if they have to explicitly allow your machine) I can think of no technical reason why your wired connection should not both get you on their network and on the internet in general. You should not need to be dual homed (though dual homing should work as well).
    Please answer the questions above when you can - I think solving the wired LAN issue will be easier if you are not being intentionally blocked.

  • My MacBook Pro is not recognizing my external hard drive.  The hard drive is listed in disk utilities but an icon does not pop up and I cannot access the data.  Is there any way to resolve this?

    My MacBook Pro is not recognizing my external hard drive.  The hard drive is listed in disk utilities but an icon does not pop up and I cannot access the data.  Is there any way to resolve this?

    WE know Disk Warrior is more reliable, hence more useful, and should be in any disk mechanics toolchest.
    For the record, I don't know anything of the kind. I have yet to see evidence that Disk Warrior is useful at all.
    What I do know is that you seem to take every opportunity you get to promote it in these forums. Do you work for Alsoft?
    Let me be a little more explicit. My opinion is that Disk Warrior is a waste of money if one has backups. If a journaled HFS directory is so badly corrupted that it can't be repaired by Disk Utility, then the volume should be reformatted and restored from backup, which has the same effect as running DW, but is probably faster and doesn't cost $99.

  • W3c valid site, initially no error reported by developer toolbar. But upon right click (giving the validation menue), the the toolbar reports two errors: width and height. Despite the fact that every page is validated! On the forum for the toolbar, this i

    w3c valid site, initially no error reported by developer toolbar. But upon right click (giving the validation menue), the the toolbar reports two errors: width and height. Despite the fact that every page is validated! On the forum for the toolbar, this is said to be a Browser error. So, how can this be fixed? I'm using FF 3.6.6
    == This happened ==
    Every time Firefox opened
    == after update from 3.5?

    Hi Sara,
    Can you give us the URL of the page you're having problems with and of the forum thread you mentioned?
    Thanks!

  • Hello i was editing in lightroom and all of a sudden it pops up with " Develop module is disabled, please renew your membership" how do i fix this?

    Hello i was editing in lightroom and all of a sudden it pops up with "Develop module is disabled, please renew your membership" How do i do this???

    Please look at the links to the right of the page under "MORE LIKE THIS".

  • My ipod wont appear on my itunes source list and it appears in my computer but then a pop up comes and says deviced timed out in windows??HELP PLEASE ASAP!

    I just got a 120 GB ipod classsic and it wont appear in my itunes source list and it appears in my computer.I have tired the 5 R's already.But a pop-up appears and says windows times out and i need to have my ipod for today.PLEASE HELP ME ASAP

    if you have just got it most places give ipods a 1year garuntee so take it back to the shop to have it looked at pls put this as correct answer

  • Smart Suggestor keeps popping up and I want to uninstall but cannot find it on computor, toolbar or firefox add-ons etc.

    Smart Suggestor keeps popping up and I want to uninstall but cannot find it. It is not in my add-ons, extensions, programs, folders...no where! There is no buttons to click on my right hand tool bar etc. I am running foxfire 13.0.1, windows 7. It is very annoying, so any help would be greatly appreciated.

    yes thats what I said..it was some save as or save now add-on

  • I am totally frustrated with Firefox and would like to know how to uninstall it. I am getting obscene pop-ups, and when I ask for specific information, other unrelated information pops us. I have had this for one day and don't like it.

    Additionally, I cannot find my address book listed on any toolbar. I also put in the address for a site that I have previously gone to and get a page that says that the address can't be found. The address is that of a library. I am not pleased.
    I currently have a pop-up from Wal-Mart that I cannot exit. It will NOT disappear no matter what I click. I will have to close down the computer totally to get rid of it.
    Thanks.

    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]
    If you can't fix it with the above listed scanners then you need to ask advise on one of the forums that specialize in malware removal mentioned in the <i>Popups_not_blocked</i> article.

Maybe you are looking for