Help with defaulting Tabular Display in STWB_WORK

Hi,
Is it possible to default the Tabular Display in STWB_WORK? 
How can this be done?

I haven't encountered it with version 4 of Apex, since I had problems way back in the version 2 days, but whenever I create a manual tabular form, I ALWAYS explicityly state which API element to use and the position. So, I'd redo the query as:
select apex_item.radiogroup(1,seq_id) "row",
apex_item.display_and_save(2,nvl(c002,:P19_customer_id)),
apex_item.text(3,c003),
apex_item.text(4,nvl(c004,0.0))
from apex_collections
where collection_name = 'MODIFYSTANDARD'
AND c001 < :p25_row_count + 1
ORDER BY seq_id
(I haven't tested the above, so there might be a typo or two in it).
Anyway, I don't know if this will solve your problem but it should make it a bit easier to track down where the problem is. Hope this helps.
Bill Ferguson

Similar Messages

  • New mac user needs help with default display

    hi, i am a new mac user and i accidentally changed the default display. I want to change it back to the default display but it doesnt seem like any of the options in "system preferences" - "display" change it back to the default out of the box display. please point me in the right direction. thank you!

    im talking about the screen resolution. I went under "system preferences" then clicked on "display" and somehow the mouse clicked on another resolution which stretched everything out. so I went threw all of the difference resolutions and nothing seems to be like the default one. am i missing something? thanks

  • Help with CSS column display

    I have beaten my brains trying to get a third column to
    display correctly. After rereading several tutorials and helps in
    Dev Center, I am still stumped! Can you take a look at my code here
    http://www.mlundy.net/tigerswrestlingnew/lsTigersTemplate.html
    - CSS file is
    http://www.mlundy.net/tigerswrestlingnew/css/lsWrestling.css.
    The absolut wierdest thing just happened. After I uploaded it
    for you to see, it seems to display correctly! However, inside DW8,
    it still shows the sponsors div being pushed down below content.
    I'm very confused now! Can anyone give me a hand? Thanks.
    Mark

    quote:
    Originally posted by:
    mlundy
    I have beaten my brains trying to get a third column to
    display correctly. After rereading several tutorials and helps in
    Dev Center, I am still stumped! Can you take a look at my code here
    http://www.mlundy.net/tigerswrestlingnew/lsTigersTemplate.html
    - CSS file is
    http://www.mlundy.net/tigerswrestlingnew/css/lsWrestling.css
    The absolut wierdest thing just happened. After I uploaded it
    for you to see, it seems to display correctly! However, inside DW8,
    it still shows the sponsors div being pushed down below content.
    I'm very confused now! Can anyone give me a hand? Thanks.
    Mark
    Actually, it still does not work correctly. Because I have
    already applied a background image to the containing div, it
    appears correct. The sponsors div content actually still falls
    below the center, content div, instead of being top-aligned with
    the headlines and content divs.

  • I have developed a little tool to help with Dynamic Tabular Forms....

    I have created a little framework which will help people to develop dynamic actions in tabular forms.
    It currently only supports text and display only but if necessary I'm willing to expand this little tool...
    You can find it here: http://linuxservernico.no-ip.info:8888/JSON_Tabular_form.zip
    Please let me know of what you think about it and how to improve it...
    To be continued,
    Nico

    The problem is that APEX doesn't support dynamic actions and plugins on a tabular form (not yet).
    For now my implementation is just on overloading of the apex_item implementation of apex.
    Check the readme.txt for installation it isn't that hard but you need to understand the context.
    Thnx for the positive response
    Br,
    Nico

  • Help with spry not displaying using ssi

    Hi,
    I have reviewed previous tutorials and can't find where my mistake is.  I cut and pasted the code for spry onto an include file with the extention .shtml .  I pointed to the file and the header seeems to correct,
    My files are root relative
    I have a file called includes, you can view the source here
    http://crystalbeach.com/funthings/includes.shtml
    Here is my link that is supposed to be displaying the spry navigation bar.
    http://crystalbeach.com/funthings/index_erinn.shtml
    Please help!
    thanks

    http://crystalbeach.com/funthings/index_erinn.shtml
    Line 29
    <!--include file="includes.shtml"--> is simply a plain HTML comment. It doesn't do anything.
    Change to
    <!--#include virtual="/funthings/includes.shtml" -->
    This assumes that your include file is named includes.shtml and is always stored inside a folder named "funthings". Many people store includes inside a folder named "includes" in the root folder on the server.
    NOTE: the .shtml file extension only applies to the parent page calling the include file.
    The include file can have any file extension e.g. menu.monkeybutt where the include code would change to <!--#include virtual="/includes/menu.monkeybutt" -->

  • Help with older TV display

    So I'm trying to display my 15" mbp 2.16 c2d onto a 20" Panasonic flat SCREEN (not flat panel) CRT TV. My mac has dvi out (not mini) and my computer has RGB (component) in. I bought a cable online that is DVI female to RGB Male... to go from my mbp to my tv...
    when i hook up the cable, and select the input on the tv, a bunch of colorful lines appear, and everything is all scrambled. I went through all the settings and chose every display size, detect display, and everything I could think of. Still it is not working. If anyone has any idea how to get this to work, please let me know. I'm dying to get this thing on my tv so I can start using the new Front Row in Leopard!!!
    Thanks in advance!!!

    It could be the adapter. Apple sells one for $20 that I have used on a standard CRT with s-video and RCA connectors.
    http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?find=ma cbook%20pro%20video%20out
    Apple DVI to Video Adapter
    Use the DVI to Video Adapter to connect the DVI port on a Mac Pro (with ATI X1900 XT), MacBook Pro, or Mac mini to any S-video or Composite enabled device.

  • Need help with Default Parameter selection

    Hi there ,
    I'm using SSRS 2012 and I've 2 level cascading parameter (section depends on division parameter).
    Division 10 has 2 sections which are 10 and 11.
    Division 20 has 2 section which are 20 and 21.
    Division 30 has 1 section which is 31.
    Division 60 has 2 sections which are 60 and 61.
    I want to set default values to min - max values of Section parameter depends on current values of division parameter.
    In the picture below is the correct result.
    Problem will occur when changing Division.To from 20 to 60.
    I expect the Section.To must changed to max value of it(61) instead the current value(21) like picture below.
    I've checked the query operation using SQL Profiler that tell me the Min - Max dataset of Section parameter NOT BEING FIRED when I change
    Division.To selection.
    FYI.
    I'm using 2 datasets separate for available,default values in each parameter.
    i.e. Section.To parameter  
    1. available values
    SELECT DISTINCT(SectionCode)
    FROM Section
    WHERE DivisionCode BETWEEN @DivFrom and @DivTo
    2. default values
    SELECT MAX(SectionCode) Max
    FROM Section
    WHERE DivisionCode BETWEEN @DivFrom and @DivTo
    Can you give me some advice how to fix this problem ?
    Thank you in advance.
    SweNz

    Hi,
    I had used one sample table to populate your data on top of it i had created report with parameters and got the result as u expected (Hope). Check the below contents to simulate the requirement.
    =====================================================
    CREATE TABLE div_sec
    division int,
    section int,
    range int
    INSERT INTO div_sec (division,section,[range]) values ()
    INSERT INTO div_sec (division,section,[range]) values (10,10,0)
    INSERT INTO div_sec (division,section,[range]) values (10,11,1)
    INSERT INTO div_sec (division,section,[range]) values (20,20,0)
    INSERT INTO div_sec (division,section,[range]) values (20,21,1)
    INSERT INTO div_sec (division,section,[range]) values (30,31,0)
    INSERT INTO div_sec (division,section,[range]) values (30,31,1)
    INSERT INTO div_sec (division,section,[range]) values (60,60,0)
    INSERT INTO div_sec (division,section,[range]) values (60,61,1)
    SELECT * FROM div_sec
    --Created 3 Datasets with the below queries
    --ds_Div
    SELECT distinct division FROM div_sec
    --ds_Sec_Min
    SELECT division, section
    FROM div_sec
    WHERE (range = 0) AND division = @div
    --here for @div assign the value from @DivFrom Parameter
    --ds_Sec_Max
    SELECT division, section
    FROM div_sec
    WHERE (range = 1) AND division = @div
    --here for @div assign the value from @DivTo Parameter
    --Create the 4 parameters
    --DivFrom
    --in available value select the ds_Div dataset
    --DivTo
    --in available value select the ds_Div dataset
    --SecFrom
    --in available and default value select the ds_Sec_Min dataset
    --SecTo
    --in available and default value select the ds_Sec_Max dataset
    =====================================================
    Sridhar

  • Help with printer and displays c?alibration

    Good afternoon
    I need help processing and printing photos.
    My hardware is:
    • Macbook Pro 13 "Intel Core 2 Duo with 4GB Ram 2:53 and running MacOSX 10.6.6
    • Wacom Cintiq 21UX
    • Canon Pixma iP4850.
    I treatment of images in Adobe Lightroom 3; CINTIQ my main monitor, when I compare with the MACBOOK, the images are clearer in this and the printing is always similar to that presented by the MACBOOK. The most obvious option would be using it as primary monitor and guide me through it. But as I have the CINTIQ want to take advantage of it.
    So, I ask:
    • If someone uses the same hardware, what is the best configuration in terms of monitor calibration?
    • What is the best choice of monitor and printer calibrator?
    Thanks

    Your startTimer() method blocks waiting for the thread you started to finish:
    public static void startTimer(String sType, boolean isEnemy) {
            TimerType type = getType(sType);
            TimerThread tt = new TimerThread(type, isEnemy);
            //tt.isPlayable checks that the .wav file was found
            if(tt.isPlayable()) {
                Thread t = new Thread(tt);
                t.start();
                try {
                    t.join();   <------------------  Waits here for thread to finish
                } catch(InterruptedException ie) {
                    ie.printStackTrace();
        }

  • Help with default user profile

    I have created a default user profile using a local account. Once I have the local account I copy the home folder to /System/Library/"User Template"/English.lproj
    I do
    chown -R root:wheel /System/Library/"User Template"/English.lproj
    From the terminal as root
    I log in with an Active Directory account and the profile is exactly as I created with one caveat, safari is trying to save to the dummy user accounts desktop instead of the logged in users account.

    It seems to me that when ".plist" files contain references to other files or folders, most require full paths and they won't accept anything to represent a generic "home". Either that, or items are represented by "alias" data, referring to a specific file, which would be completely independent of paths. That of course means that any sort of "template" account must avoid containing references to items within the "home" folder because the template will contain references to the original items, not their counterparts in the new user's home. Note that things like the "sidebar" in a regular account or the "Dock" in a "Simple Finder" do contain shortcuts to items within the "home" folder, but these aren't generated from ".plist" files in the template but rather are generated on the fly by "Finder" during login.
    In the case of the default download location for "Safari", I think it defaults to the user's "Desktop" in the absence of a ".plist" file. However, if the user changes the location, then a ".plist" file is created at that point. It would also appear that the default download location is set to the user's "Desktop" if the default Safari "home page" is changed, which also causes the same file to be created. The file appears to be: "~/Library/Preferences/com.apple.internetconfigpriv.plist"
    I haven't tested this to see if it would work, but it might be possible to modify your existing template to remove the reference to the "download folder" while retaining the desired Safari "home page" using something along these lines:<pre style="overflow:auto; padding: 5px; width: 500px ; font-size: 10px; border:1">sudo defaults delete /System/Library/User\ Template/English.lproj/Library/Preferences/com.apple.internetconfigpriv DownloadFolder</pre>

  • Help with a simple Display program.

    Hey,
    I am trying to have the user input an integer, a float, and a double. For example:
    Input the Integer: 7
    Input float: 7
    Input the double: 66.4
    And then display the following output:
    THe integer is: 7 The float is: 7.0 The double is: 66.4
    My code runs fine, however it only produces the output for an integer, and leaves the float / double as 0.0 :
    THe integer is: 7 The float is: 0.0 The double is: 0.0
    I have 2 separate files "Show.java" and "UtilShow.java". The code for both of them is below:
    Show.java file
    public class Show
    private int Integer;
    private float Float;
    private double Double;
    public Show (int inTeger )
    Integer = inTeger;
    public Show (float fLoat)
    Float = fLoat;
    public Show (double douBle)
    Double = douBle;     
    public void Display()
    System.out.println("THe integer is: " +Integer + " The float is: " +Float + " The double is: " +Double);
    UtilShow.java file
    import java.io.*;
    public class UtilShow{
    public static void main(String[] args)
    try {
    InputStreamReader isr = new InputStreamReader(System.in);
    BufferedReader br = new BufferedReader(isr);
    System.out.print("Input the Integer: ");
    Show intone = new Show(Integer.parseInt(br.readLine()));
    System.out.print("Input float: ");
    Show fone = new Show(Float.parseFloat(br.readLine()));
    System.out.print("Input the double: ");
    Show done = new Show(Double.parseDouble(br.readLine()));
    intone.Display();
    catch(Exception e) {}
    }Can anybody please help me out? Thanks alot!

    SIGH
    Annoyingly crossposted in an attempt to waste the time of those who might otherwise answer.
    http://forum.java.sun.com/thread.jspa?threadID=5239069

  • Need help with code not displaying on the Stage:(

    // The following code is for a puzzle i'm trying to create, but it doesn't seem to want to display:
    stop();
              import flash.display.stage;
        import flash.events.stage;
        import flash.text.stage;
        import flash.utils.stage;
    var solve_btn:SimpleButton;
    var myFormat:TextFormat;
    var theSolution:Array;
    var visualGrid:Array;
    var showSolutionTimer:Timer;
    var s:Sudoku;
    var iGridUnsolved:Array;
    var showSolutionStepsOrder:Array;
            function Solution()
                addFrameScript(0,frame1);
                return;
            }// end function
    function randomSort(param1, param2:Object) : int
                return 1 - Math.floor(Math.random() * 3);
            }// end function
            function createGrid() : void
                var location_2:TextField = null;
                var location_1:int = 0;
                while (location_1 < 81)
                    location_2 = new TextField();
                    location_2.x = Math.floor(location_1 / 9) * 67 + 108;
                    location_2.y = location_1 % 9 * 57 + 48 + 20;
                    location_2.width = 60;
                    location_2.height = 53;
                    location_2.defaultTextFormat = myFormat;
                    if (iGridUnsolved[location_1] != 0)
                        location_2.text = iGridUnsolved[location_1];
                    visualGrid.push(location_2);
                    this.addChild(location_2);
                    showSolutionStepsOrder.push(location_1);
                    location_1++;
                showSolutionStepsOrder.sort(randomSort);
                                  return;
            }// end function
            function frame1()
                s = new Sudoku();
                iGridUnsolved = new Array(3, 5, 0, 4, 6, 0, 2, 0, 0, 6, 0, 0, 1, 0, 2, 0, 4, 0, 0, 1, 0, 3, 0, 0, 0, 7, 8, 0, 0, 4, 0, 1, 8, 5, 0, 7, 0, 6, 5, 0, 0, 0, 9, 8, 0, 0, 0, 7, 6, 5, 0, 1, 0, 0, 7, 8, 0, 0, 0, 6, 0, 2, 0, 0, 2, 0, 8, 0, 9, 0, 0, 3, 0, 0, 0, 0, 7, 1, 0, 5, 6);
                visualGrid = new Array();
                myFormat = new TextFormat();
                myFormat.color = 000000;
                myFormat.font = "Arial";
                myFormat.size = 24;
                myFormat.align = TextFormatAlign.CENTER;
                showSolutionStepsOrder = new Array();
                createGrid();
                theSolution = s.solve(iGridUnsolved);
                showSolutionTimer = new Timer(90);
                showSolutionTimer.start();
                showSolutionTimer.addEventListener(TimerEvent.TIMER, showStep);
                                  solve_btn.addEventListener(MouseEvent.CLICK, Start);
                return;
            }// end function
            function showStep(event:TimerEvent) : void
                var location_2:* = showSolutionStepsOrder.pop();
                var location_3:* = theSolution[location_2];
                var location_4:* = new TextFormat();
                new TextFormat().color = 0;
                if (visualGrid[location_2].text.length == 0)
                    visualGrid[location_2].text = location_3;
                    visualGrid[location_2].setTextFormat(location_4);
                if (showSolutionStepsOrder.length == 0)
                    showSolutionTimer.stop();
                event.updateAfterEvent();
                return;
            }// end function
    // Its probably something really small, just can't figure it out myself.

    Not sure why you are using addFrameScript() - try just calling the funcion, i.e. replace this
    function Solution()
        addFrameScript(0,frame1);
        return;
    }// end function
    with this
    frame1();
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • Help with configuring lightbox displays

    Can anyone point me to some detailed explanation of how to configure a lightbox (nested in a slide show) - when I preview in browser the images are not central, and the black doesn't cover the whole page when viewed on an iPad.
    I'm pretty sure this is not a bug, just inexperience on my part, and I'd love to see a breakdown of best settings for all the elements in a lightbox.
    For instance, the black background square - I've dragged that to fill the page width and height, but is this necessary? I've tried various iterations of size and placement of this in design view, but can't quite how (or even if) that effects the way the lightbox displays in browser
    And I'm aligning the images in the lightbox sideshow with the centre of the page in design view, but they don't seem central when the sideshow is previewed in browser.
    Whilst there are a few tutorials that cover creating light boxes, I've not seen anything that explains the configuration in detail. In essence I feel like I'm  looking for a user guide, the kind of thing that used to come with boxed copies of Adobe and Macromedia software, so I can teach myself from the ground up; does any such thing exist online?
    Thanks in advance for any suggestions.

    Hi Parikshit,
    apologies, I got my description the wrong way round (can't see a way to edit my original post). I'm talking about a slideshow nested in a lightbox - just like the post you pointed me to. I had seen that post, but it doesn't answer my query really.
    What I'd like to be able to do is in design mode, whilst editing the slideshow, have some sense of how these images are going to appear when I see them in a browser, without having to flip back and forth between design and preview modes.
    For instance if I want to have the image centred within the browser window - do I need to centre the hero image within the slideshow container? The slideshow widget within the lightbox container? Or should I use the guide rectangle (don't know what it's called, or even what it is!) that appears on the page when I have guides switched on, as a guide to placement of slideshow images. I'm sure it's basic stuff, I just wondered if there was a user guide that I could reference when I want to figure out how to do a particular thing,
    cheers
    Arno

  • Need help with connecting a display

    My brother no longer wants his TV so I thought that maybe I could connect it to my iMac.
    He has a Mini Display port to HDMI cord and it worked between his MacBook Pro and the TV downstairs, not sure on any other TVs.
    The TV in question is a Samsung LE19R. I tried connecting it and it said "Not compatible in this mode" (Or something like that).
    So I tried fiddling with the settings, try changing the mode, nothing.
    Considering that the TV downstairs is by Sony, I thought I'd try my TV (As it's a Sony as well; KDL-19S5700), just to see. Doesn't work either.
    Pretty much just wanted to try this for the fun of it, but not permenantly because there's no where near enough room n my desk, so I was thinking it could perhaps be a future configuration if I rearrange a few things. I'm going to get a job and save up for a Mac Pro. This will take some time and tere'll probably be a new Mac Pro on the market or something else, but it would take too much time to save up for a monitor as well, so I culd use my brother's if I do manage to save up.
    So it's nothing too important, but it would be nice to try it. Any suggestions?

    Checking the manual of the Samsung, it seems to mention that you can't connect a PC via HDMI.
    I don't know why the Samsung manual would say that. If it supports HDMI (at the proper version level) then I would think it wouldn't know where the signal is coming from.  Maybe it has something to do with the EDID info (or lack of it) from the TV.
    Not sure about the Sony though.
    I have a Sony 32XBR6 hooked to my machine via HDMI and it works great (for full disclosure here, I have connected to a mac pro)
    On the iMac, I can't change the refresh rate on the secondary monitor; it's stuck at 60Hz, but I live in a PAL region, so the TV is 50Hz. Could that be the problem?
    Not sure about the refresh rate for PAL.  Just try whatever refreh rates the Displays offers to fish for one that would work.
    Also I'm sure the TV is 720p, but when I clicked "Mirror Monitors", the iMac display changed to something else, which wasn't 720p.
    You don't want to use mirrored with this arrangement.  With mirrored all the screens would have a size determined by the smallest screen.

  • HT1918 Need help with default Apple ID on my iPhone

    I must have incorrectly entered my date of birth when I first set up my Apple ID.  Since I don't remember the password for that account, the system asks me for security purposes to enter my date of birth, but when I do, gives me an error message.
    I've set up a new Apple ID that works fine on my Mac, but my iPhone always defaults to the original Apple ID and I'm locked out from doing any updates, etc.
    HELP!

    http://support.apple.com/kb/HT1311

  • Help with ipod color display

    Tenog un ipod color display de 60Gb de capacidad, recientemente le hice un software update y la capacidad del ipod cambio a 18.1Gb y no eh podido cambiar la capacidad. Ya intente restaurarlo, hacerle otro update, darle format y no sirve nada. Que puedo hacer?

    Tenog un ipod color display de 60Gb de capacidad,
    recientemente le hice un software update y la
    capacidad del ipod cambio a 18.1Gb y no eh podido
    cambiar la capacidad. Ya intente restaurarlo, hacerle
    otro update, darle format y no sirve nada. Que puedo
    hacer?
    Lo siento, mi espanol no es muy bueno.
    Puede hablar ingles?
    El articulo que puede aydarle no esta en espanol, pero:
    http://docs.info.apple.com/article.html?artnum=93499
    CG

Maybe you are looking for

  • FREETALK Connect•Me

    using FREETALK® Connect•Me with skype offer, I have a telephon number with skype and no landline connection (only broadband). My question is this: Can I receive call (to my skype number) and call without landline connection only using skype account w

  • Archiving on Blue-ray.. what are the issues that people are afraid of..?

    I'm considering how my latest storage monster toy (Hi definition camcorder) is going to eat disk space and realise that very very soon I'm going to want to move archived projects onto some external media that isn't going to consume that spare room in

  • Synchronize table changes from Database to ODI

    HI all, which is the best approach to synchronize database changes into ODI. Is there any way of automate it? FOr instance, if we have a datastore as target and some data types are changes in the database, re-reverse will not apply these changes ...

  • Date display on the pics?

    Hi everybody! Is there a provision on the n95 8gb where I can have the date displayed (on which the pic was taken) on the photos? If so, do let me know how. Thanks

  • Screen share problem

    me and my mate keep trying to share his screen. he can share my screen fine, but the option to share his screen is greyed out. it is the same on both computers. does anyone know whats wrong? we are both running snow leopard and have the latest ichat.