APEX 5 - point with/without help

Hello

I wonder how it is possible to create something without help in the APEX 5 universal theme. In previous versions, I just took a model appropriate option (there are following options: optional, mandatory, optional with help and necessary with the help). The APEX 5 there is only two of them - optional and mandatory and I am not able to find how and where I can specify if that particular item should have help text associated with it or not.

Any help would be much appreciated.

Best regards

Pavel

UH... Sorry for this stupid question. Solution was pretty easy - just clear help text field.

Tags: Database

Similar Questions

  • How (if possible) I point out a whole day in the Windows calendar instead of just a single event? (With the help of Vista Ultimate) Thank you.

    How (if possible) I point out a whole day in the Windows calendar instead of just a single event? (With the help of Vista Ultimate) Thank you.

    I have no experience with Windows Calendar, but see this article for a bit of luck:

    Customize Windows Calendar
    http://Windows.Microsoft.com/en-us/Windows-Vista/customize-Windows-Calendar

  • With the help of new access points with old WLC 4100; LWAPP layer 2 switching 3-tier

    Hi all

    We currently use two solutions Wiresless LAN - a 10 AP1230 access points-based autonomous (5 years) and a solution based on a Cisco WLC 4100 (4112, running 3.2) with 12 AP1010 LWAPP access points.

    First thing, we are considering to replace the stand-alone solution with the WLC one. However, I'm not sure if we can use the new access points such as the LAP1041N or the LAP1252G with our current 4100 WLC. Access reported data sheets 'Cisco Unified Wireless Network Software Release 7.0 or later version' 'software '. Does this mean that these access points can only be used with controllers running 7.0 or later?

    If we are unable to use the new access points with our current WLC and need to buy a new controller: can we use access points AP1010 current with a new WLC as the Cisco 4402?

    Second thing, it is that we want to expand the networks configured on the WLC 4100 to another site that is connected via VPN wireless. Wireless Setup guide indicates that the LWAPP mode can be changed from Layer 2 to 3 layers so that the access points can be configured with an IP address, which allows you to place access points basically anywhere as long as IP connectivity exists between the AP and the WLC.

    Y does it as described in a document with the change of mode LWAPP layer 2 to 3 layers? Or ist just the following steps (if I understand correctly):

    -Change the Mode of Transport LWAPP on the controller of layer 2 to 3 layers

    -Creation of a PA-manager interface with an IP address in the same subnet as the management interface (tried that, without changing LWAPP mode transport first and not was not possible - error)

    With regard to different sites:

    -Configure option DHCP 43 with the IP address of the WLC or DNS with CISCO-LWAPP - CONTROLLER.localdomain

    -Make sure that the interface ap - manager can reach points on the different site

    Is it really just as simple as that? All information about it is very appreciated!

    / edit: I would also like to know if the 1260 series access point are backward compatible with 802. 11B. Whereas it is stated in 1040 and 1250 for example series data sheets, it is not particularly mentioned in 1260 data sheet.

    Thank you

    Michael

    Well, let's start with the simple question/answer

    With regard to different sites:

    -Configure option DHCP 43 with the IP address of the WLC or DNS with CISCO-LWAPP - CONTROLLER.localdomain

    -Make sure that the interface ap - manager can reach points on the different site

    Yes, it's as simple as that.

    As for other issues, looks like you would be better served with a forklift upgrade.  New controllers and new AP.

    Now, the AP 1230/1240/1250. all work on the 4.2, 1140 code starts with 5.2 and 1040/3500/1260 are 7.0

    The AP 1000 series is not supported after 4.2 code.

    Refer to here for the complete list of the AP and taken codes supported:

    http://www.Cisco.com/en/us/docs/wireless/controller/release/notes/crn7.0.html#wp610751

    From what I see, the 4100 is not supported after the train of 3.2.

    So, it really depends on what you are trying to accomplish with the upgrade.  If you are looking for a 80.211n support, you really want to be 5.2 or better, we had some problems with MRR + 40 Mhz channels, 4.2, 5 GHz band only.

  • Upgrade to LR5.7 and PS Elements 13.  With the help of an SSD that is more complete! Can I remove older versions of these programs without affecting the functionality of the new programs?

    Upgrade to LR5.7 and PS Elements 13.  With the help of a Solid State Drive, which is more complete! Can I remove older versions of these programs without affecting the functionality of the new programs?

    Yes, there is no need to keep older versions of the software on the SSD (or your computer).

    In addition, you mentioned but if the photos are on the SSD, you must move them off the SSD for a typical hard drive, by following these instructions: Adobe Lightroom - find folders and files moved or missing

  • Need the pdf file must be stored directly in the database with the help of jasper

    I use the package of integration of jasper... www.opal-consulting.de
    using apex 4 and am now able to generate the invoice pdf... with the help of jasper and store it in a database... Board.

    I need to generate the pdf in the background... without dispalying invoice in my screen...
    Without having to download on my computer... And store directly in the database table.
    *.. *

    Is this possible...
    All information is very appreicated.


    Here is my part existing code... Kindly Guide.


    DECLARE
    l_blob BLOB;
    l_mime_type VARCHAR2 (100);
    BLOB l_blob2;
    l_mime_type2 VARCHAR2 (100);
    MPort varchar2 (200);
    mrserver varchar2 (20);
    BEGIN
    Warn('fsubdno'||:P103_SUBSCRIBERDNO);
    commit;
    mrserver: = rserver();
    MPort: = ' http://'|| mrserver | ' / JasperReportsIntegration/report ';


    ------------------------------------------------------------------------
    -generate the report and return to BLOB
    ------------------------------------------------------------------------
    xlib_jasperreports.set_report_url (mport);
    Warn ('firststrikeeee');

    xlib_jasperreports.get_report
    (p_rep_name = > 'reinvx',)
    p_rep_format = > "pdf."
    p_data_source = > 'failures. "
    p_rep_locale = > 'de_DE ',.
    p_rep_encoding = > 'UTF - 8',
    p_additional_params = > ' & Psubscribe_no ='. : P103_SUBSCRIBER_NO | ' & Psubscribed_no ='. : P103_SUBSCRIBERDNO,.
    p_out_blob = > l_blob,
    p_out_mime_type = > l_mime_type
    );
    WPG_DOCLOAD.download_file (l_blob);
    Warn ('secondstrikeee');

    WPG_DOCLOAD.download_file (l_blob);
    BLOB_LOADB (MID (),: P103_SUBSCRIBER_NO, NULL, 'RENEWAL_INVOICE', 'RENEWALINV' |: P103_SUBSCRIBER_NO, L_MIME_TYPE, L_BLOB);
    ------------------------------------------------------------------------
    -free resources
    ------------------------------------------------------------------------
    DBMS_LOB.freeTemporary (l_blob);
    ------------------------------------------------------------------------
    -judgment of the APEX page
    ------------------------------------------------------------------------
    apex_application.g_unrecoverable_error: = TRUE;
    EXCEPTION
    WHILE OTHERS
    THEN
    xlog (SQLERRM, "PRC_GET_REPORT_TUNNEL", "ERROR");
    LIFT;
    END;

    Published by: susf on 16 July 2012 08:47

    Hello

    try to do a procedure from your original like this code:

    procedure make_pdf(p_subscriber_no in number, p_subscriberdno in number)
    is
       l_blob blob;
       l_mime_type varchar2 (100);
       l_blob2 blob;
       l_mime_type2 varchar2 (100);
       mport varchar2(200);
       mrserver varchar2(20);
    begin
       warn('fsubdno'||p_subscriberdno);
       commit;
       mrserver := rserver();
       mport := 'http://'||mrserver||'/jasperreportsintegration/report';
       -- generate the report and return in blob
       xlib_jasperreports.set_report_url (mport);
       warn('firststrikeeee');
    
       xlib_jasperreports.get_report
          (p_rep_name => 'reinvx',
          p_rep_format => 'pdf',
          p_data_source => 'chess',
          p_rep_locale => 'de_de',
          p_rep_encoding => 'utf-8',
          p_additional_params => '&Psubscribe_no='||p_subscriber_no||'&Psubscribed_no='||p_subscriberdno,
          p_out_blob => l_blob,
          p_out_mime_type => l_mime_type
          );
       blob_loadb (mid(),p_subscriber_no,null,'renewal_invoice','renewalinv'||p_subscriber_no,l_mime_type,l_blob);
       -- release resources
       dbms_lob.freetemporary (l_blob);
    exception
       when others
       then
          xlog ('prc_get_report_tunnel', sqlerrm, 'error');
          raise;
    end;
    

    Then, you can call this procedure in a database job that you create with an apex as this process:

    begin
      dbms_scheduler.create_job (
        job_name        => 'make_pdf_job',
        job_type        => 'PLSQL_BLOCK',
        job_action      => 'begin make_pdf(' || :P103_SUBSCRIBER_NO || ',' || :P103_SUBSCRIBERDNO|| ') end;',
        start_date      => systimestamp,
        repeat_interval => null,
        end_date        => null,
        enabled         => true,
        comments        => 'Make pdf job from Apex page 103.');
    end;
    

    Kind regards
    Erik-jan

  • With the help of Club running on the Nike watch +.

    Hello

    This is something I have tried to work for a while and have not yet been able to find an answer. At the moment I use Nike + management club on my iPhone to follow the tracks that I find that gps is better than just using the application of the workout on my watch. However, something that really bothers me is that I start the race on my phone, but I can't then view my stats while running without having to press on and tap the watch and wait for the application to load, very irritating to race. I want to be able to lift my wrist and live stats are there to watch me, not listening and not get my phone out of my pocket. Surely this is something that can make the original watch?

    As a separate issue with the new app, Nike +, it does not recognize the songs I downloaded on my phone of Apple music in my playlists, then I have to play the separatelay of music through the application of music as opposed to go with Nike +? The ides on how to fix or is this a known problem with the latest Nike + app?

    Hello

    You may find it useful to consult the support resources of Nike and/or contact Nike for assistance with the help of their application:

    More information:

    https://iTunes.Apple.com/us/app/Nike+-run-Club/id387771637?Mt=8

  • points with color on a scatterGraph diffenrent

    Hi all

    I want to score points with diffenrent color on a scatterGraph. The color of the point must be made based on the values of a combination of the primary color (red, green, blue). Perhabs I should use the 'Color.FromArgb (red, green, blue)' method to change the color. but I used the "scatterPlot.PointColor = Color.FromArgb (red, green, blue)" to change the color of the entire points on the ground. The number of points I have is more than 80,000. You have ideas better?

    Respect of

    Michael

    Hello

    You can customize the way points are drawn in the graphic Studio measure controls. See the example in chart that comes with Measurement Studio (... \Graph\CustomStyles\...).

    You can customize this way...
    1. write your own CustomStyle deriving from the PointStyle class.
    2. override the Draw() method.
    3 override the IsValueDependent property and return true.

    Here is the code snippet sample showing the same thing,

    Use an instance of these classes of style for scatterGraph.PlotStyle.

    Point color is based on the data.
    public class MyCustomStyle1: PointStyle
    {
    Dispersion of the cloud of points;
    public MyCustomStyle1 (ScatterPlot myPlot)
    {
    Point cloud = myPlot;
    }

    Public Overrides Sub Draw (context of the object, PointStyleDrawArgs args)
    {
    Graphics g is args. Graphics card;
    Double x = 0;
    Double y = 0;

    Rectangle rect = new Rectangle ((int) args.) Graphics.ClipBounds.X, (int) args. Graphics.ClipBounds.Y, (int) args. Graphics.ClipBounds.Width, (int) args. Graphics.ClipBounds.Height);

    You can get the data points x and y by the reverse mapping.
    scatterPlot.InverseMapDataPoint (rect, new PointF ((float) args.)) X, (float) args. Y), x, y);

    Color c = Color.White; Replace the code here to map the value of your data with a color value.

    g.FillRectangle (new SolidBrush (c), new Rectangle (0, 0, 100, 100));
    }

    public override bool IsValueDependent
    {
    get {return true ;}
    }
    }

    Point color is not dependent on the data
    public class MyCustomStyle2: PointStyle
    {
    private Random r = new Random();

    Public Overrides Sub Draw (context of the object, PointStyleDrawArgs args)
    {
    Graphics g is args. Graphics card;
    Color c = Color.FromArgb (r.Next (% 255), r.Next (% 255), r.Next (% 255));
    g.FillRectangle (new SolidBrush (c), new Rectangle (0, 0, 100, 100));
    }

    public override bool IsValueDependent
    {
    get {return true ;}
    }
    }

    I hope this helps.

  • Is it possible to delete a plot with the help of the mouse select the chart control?

    For example, when I use the plot to draw thousands of lines on the chart control, I want to delete some of them, but there are thousands of generated plotHandle.

    How can I get the plotHandle of the specific line on the chart control with the help of the mouse to select the option?

    If I save the information from the lines, such as the plotHandle and the coordinates on a table or list, etc, I compare information lines for the plotHandle of the specific line.
    Is it all a user-friendly way to remove a track selection on the chart control?

    I can't give you a reasonable way to solve this problem, since as you have already noted plot do not snappable plots.

    A possible warkaround would be to replace the plot of individual instructions with a PlotXY matching with 2 bays 2 points each, which correspond to the x 1, x 2, y1, y2 parameters to plot. PlotXY plots are snappable, so you can enable this procedure select the plot and remove it.

  • What it means when you see one point with an Ark on it by putting in your password for your email and your bank account.

    When I try to access my bank account and email, at the end of the bar where the password typed in there is a point with a bow. It looks like an eye. I've never seen this before and it makes me uncomfortable and seem as thought that someone may have hacked my computer in order to get the passwords. What does that mean?

    Hi Christine,

    The point with a bow that resembles an eye to reveal the password you enter. It is used to avoid typing the wrong password and clicking the eye symbol, you can correct it if it is typed incorrectly.

    1. what operating system is installed on your computer?

    2. what email you speak?

    3. who is your provider of mail service?

    4. what web browser do you use on your computer?

    What version of the operating system Windows am I running? :

    http://Windows.Microsoft.com/en-us/Windows7/help/which-version-of-the-Windows-operating-system-am-i-running

    Please provide us with more information on the specific question to help you to fix as soon as possible.

    Your response is very important for us to ensure a proper resolution. Please get back to us with the information above to help you accordingly.

  • With the help of semaphore with a Global Variable - correct use?

    Hi all

    I looked in the use of global variables and in my case, it seemed with the help of a semaphore is the appropriate solution.

    In my case, I use a global variable to store the State of the system. Asynchronous two with screw environment (same VI) will follow two COM ports to see if they get a ' login:' command prompt. If the COM port is associated with Alpha, Charlie, or Echo, it increments by 1, and if it is associated with the Bravo, Delta, or Foxtrot, is incremented by 2 GV. If the GV is 3, the rest of the code will run. In this case, it must be a port COM A, C or E; the other should be B, D or F.

    A VI parent is called inside a loop. He works for the first loop. He never adds up to 3 on the second loop, however. I can't understand why. Please let me know if my code is a poor use of semaphores, or if there is debugging I can try.

    I'm still relatively new to LV, so I'm sorry if my screws are difficult to read. I created this in LV2011.

    Thanks for any help!

    CelerityEDS wrote:

    The output of my time looping (wait GV = 3) goes to the structure of the case on the bottom right (clear SGS, PasswordEntry, etc.), so the GV get indeed consulted by the upper case structure right.

    ??

    Your right upper case structure does not run until your time ends in a loop.  The while loop does not stop until the total is equal to 3.  Where can increment you the world besides structures case you cannot yet?

    Have you tried in your point culminating execution of the VI in order to see how they are actually running?

    Another problem that I see.  Assuming that your first while the loop is going to end.  In the structures of your case, you lock the semaphore.  But you can never unlock the semaphore unless you have the right combination of conditions that allow you to get to the case that unlocks the semaphore.  The conditions are based on data that are read before the start of the case of structure, which means that data will not be read and changed until it all ends.  You have the timeout of your lock semaphore connected on one of the cases, but your semaphore lock can never timeout because you do not have a value on his entry time-out.  I think you have a situation where you can lock a semaphore, then arrive at a situation where you can not unlock, then wind locking up of your cold code.

    I don't really think that you need a semaphore at all.  I think you can protect reading and writing functional your overall using a global variable, i.e. the motor action.  Overall, I think you need to rethink the architecture of your code.

  • Implementation of access point with WRT54GL

    Hi all

    I am very new to this wireless networking thing.

    I'm having some trouble with my wireless router.  My ISP gave me a wireless Huwaei modem but I live in a two-story apartment and modem from the ISP plays well on the second floor, the signal is very weak.

    My problem here is that I am trying to use my router to broadcast the signal to the floor.

    Is it possible to set up an access point with my Wi - Fi router?

    My idea is that the router would be placed in another part of the apartment and clone the signal from the modem wi - fi and move this signal. I want to place the wireless router in the second floor.

    Such an action is possible?

    Thank you very much for your help.

    You can set the WRT54GL as Access Point, both your two routers must be wired to the other...

    To make the two routers are wireless, is not not possible.

    For both routers works between them, connect the Ethernet cable between the LAN Port of your Modem to the Lan 1 Port on the Linksys router. Click here and follow the instructions how do your Linksys router works with your Modem.

  • With the help of JavaScript condition in the dynamic action of JQuery selector

    Hi guys,.

    I have a Setup master detail on a page.

    The detail section, I have a tabular presentation.  One of the fields is a selection list.  The first record in the select contains the value * not * that has a value of primary key for the 1.  I have a distinct region with a simple text field where the user can insert a value into the table if the value does not exist.

    I want than the region of text element to only appear if the value * not listed * is selected.

    I managed to make it work when the value is selected with the help of dynamic action with a bit of JQuery and JavaScript by setting the ID on the selection list to 'create' and have the following in JavaScript $(this.triggeringElement) .val ()! = 1 in the JavaScript for dynamic action condition shows it or hides the region of 'create' and that works well.

    However, if the secondary table is empty before the detail records were created (nothing selected in triggering jQuery Selector) the region of create is displayed when I don't want it.

    I guess I need some sort of NVL in JavaScript condition?

    I use APEX v4.2.

    Any advice would be appreciated.

    Chris

    Cashy wrote:

    I have a Setup master detail on a page.

    The detail section, I have a tabular presentation.  One of the fields is a selection list.  The first record in the select contains the value * not * that has a value of primary key for the 1.  I have a distinct region with a simple text field where the user can insert a value into the table if the value does not exist.

    I want than the region of text element to only appear if the value * not listed * is selected.

    I managed to make it work when the value is selected with the help of dynamic action with a bit of JQuery and JavaScript by setting the ID on the selection list to 'create' and have the following in JavaScript $(this.triggeringElement) .val ()! = 1 in the JavaScript for dynamic action condition shows it or hides the region of 'create' and that works well.

    However, if the secondary table is empty before the detail records were created (nothing selected in triggering jQuery Selector) the region of create is displayed when I don't want it.

    I guess I need some sort of NVL in JavaScript condition?

    I use APEX v4.2.

    Simple solution is to hide the region containing the element of text by default, using the style = "" view: no ' in the property of the attributes of the area in the region. " It will be always hidden when the page initially, but its visibility will be controlled by the DA subsequently.

  • Model Navigation bar from apex 5.0 with more then 2 levels

    Hi @ all,

    I just created a list of navigation bar in the apex 5.0 with 3 levels (parents, children and grandchildren).

    But the grandchildren is not displayed on the page.

    Here is the example:

    https://Apex.Oracle.com/pls/Apex/f?p=65660

    Login: demo_login/demo

    Level 1:

    10. close the session

    20 & APP_USER.

    Level 2:

    30 apps-> Parent & APP_USER.

    Level 3:

    40 test _ > Parent Apps

    Is this a known problem or I do something wrong?

    I am currently working on a single sign on app and I want to show the user his apps available as a submenu of his user name.

    But in some applications, I also have an element of settings under the user name so I need 3 levels.

    Regards Marco

    Hi Macro,

    I'm not sure you can do this through the navigation bar that probably it is supported as level 2 only. Several levels, in a universal theme, they provided https://apex.oracle.com/pls/apex/f?p=14926:1300:NO: 'Menu bar' as a list template that can be your help.

    It may be useful

    Sunil Bhatia

  • APEX: Dynamic Action with tabular column

    I'm trying to 'turn off' couple of tabular columns using Javascript and dynamic Action.

    Some fields are text, although some are LOVs type

    I have no boy of Java, so a lot of my scripts are copied and modified based on examples I see, Plse forgive me.

    If the field is a text type

    With the help of Dynamic Type of Action such as disable, use the JScript

    $('_input[name="f20"]').attr ('disable', true);

    I managed to get the disabled column...

    But I don't seem to be able to apply to the Type "select list".

    Please notify

    Hi JAS-Oracle,

    But I don't seem to be able to apply to the Type "select list".

    Step 1:

    Go to report attributes-> edit your selection list column

    under column attributes - > add class attributes of the element, i.e.

    Attributes of the element: class = "select_list.

    Step 2: Create a dynamic Action

    Event: Page load

    Action: disable

    Selection type: Jquery selector

    JQuery Selector: //dont .select_list forget to put the point before the name of the class

    Hope this helps you,

    Kind regards

    Jitendra

  • Weird behavior with securities; help please

    With the premier items 13.1, I put a default title on the timeline.  I wanted it fade and then fade out per line, so I clicked on apply fade in preset and then I clicked on apply melted on the present and a present replace the other.  Looked on the web and saw no help on how to apply both at the same time.  I copied the title and applied fade in the first and fade out to the second thought that would do.  But no, when you apply fade in or fade out to the second clip that makes time independent so-called clips fade or both fade out!  You replace one and two.  What the hell is about?

    firedeva

    What operating system is involved with your elements 13/13.1 first?

    It seems that you apply to your text in the Section of titling and animation module open with his choice of text animation fades

    Fade online

    and

    Fade Out online

    You cannot apply both at the same time to the same text file. It's one or the other.

    If you want to Fade In and Fade Out a duly filled, created title in the Titler, consider

    a. close the module of titration

    b. right-click the title on the timeline, select fade in the menu that appears, followed by fade video (which gives you a 1 second Fade In).

    b. right-click right the same title in the timeline, select fade in the menu that appears, followed by Fade Out Video (which gives you a 1 second Fade Out.)

    This last leave points (keyframes) on rubberband of the file title chronology (the orange horizontal line running through the Middle clip)... you can set keyframes on the timeline level move keyframes (points) with your mouse cursor.

    Please let me know if I've targeted what you were looking for. If this isn't the case, please give more details.

    Thank you.

    RTA

    Add on... In case you encounter problems of application module of titration animation to more than one line of text in a file title, please check the details in the following how ATR first troubleshooting items: PE: titration module - part text Animations 1

    same principles for different versions of the program.

Maybe you are looking for

  • My ipad is blocked

    How can I unlock my ipad it shows ipad is disabled connect to itunes

  • I need remove iclould

    I buy second hand air ipad 2, but can't be deleted because I n ' without password

  • Toshiba Camileo X 100 low noise

    I do not know its only my camcoder problem or all Toshiba Camileo X 100. I registered at the same time with Nokia and toshiba It's toshiba video > [http://www.youtube.com/watch?v=9-y_06P7Rj0] And here's the nokia > [http://www.youtube.com/watch?v=_fA

  • Re: Satellite Pro A300D - firmware for the DVD player?

    Hello I recently got a nice new Satellite Pro A300D of my work and was just my typical thing to go through the update of their efforts. However, when you try to update the firmware of the DVD drive for my particular model (PSAK9E-00C003EN), I realize

  • How can I stop the safari asking to save the password

    How can I stop the safari asking to save the password on the secure site. I can remove the login preferences, but whenever I connect it always asks me to save password. I have only the option to the above I would like to than safari to remember the l