How to control this?

Hello everybody.
Sometimes when HTMLDB 1.6 generate the page it include a table with many [td] with nothing.
like this.
<br>
[ <table summary="" border="0" cellpadding="0" cellspacing="0"
width="100%">
<tbody>
<tr>
<td align="center" valign="top" width="20%"><br>
</td>
<td width="60%">
<table summary="" id="R20372626796240289">
<tbody>
<tr>
<td align="right">
<table summary="">
<tbody>
<tr>
<td> </td>
<td><br>
</td>
<td><br>
</td>
<td><br>
</td>
<td><br>
</td>
<td><br>
</td>
<td><br>
</td>
<td><br>
</td>
<td><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>]
<br>
<br>
Any idea how to control this ?
Any help wellcome.
Thanks & regards.

Thanks for you answerd Denes,
Sometimes when HTMLDB generate a web page, create a empty table like this, and every element work like a [<br>] being very dificult to control de layout of page.
But this must have a reason I think . ¿What is this reason? (It is not a empty region).
Thanks

Similar Messages

  • I recently sold my old iPhone to someone. Now everything I text on my new iPhone is also showing on the phone I sold. Can someone instruct me on how to control this? I'm confused.

    My son recently sold my old iPhone to someone. Now everything He texts on his new iPhone is also showing on the phone he sold. Can someone instruct me on how to control this? I'm confused.

    Why was the phone not erased prior to selling it?
    Change the password to the Apple ID account that's used for iMessage on both devices.

  • Tcode SBWP in RAR, how to control this tcode.

    Hello,
    I want to know about the Tcode SBWP, how it works. I'll give you an example.
    In our case we use it for documents approval (invoices, sales requests, etc.) in different business processes . It seems that for example to approve a sales request,the user who has done it uses a workitem that appears in them menu of the Tcode SBWP. If they approve it then it seems that somehow it begins an automatic process (event or something like that) and the user WFBATCH (a generic user) is the one that throws the Tcode ME54N (To liberate sales request) to liberate the request finally in the system.
    We need to know how it works beneath this Tcode to see how the autorizations work, or what authorizations needs in the RAR module of the SAP GRC AC 5.3
    I need help.
    Thank you.
    Pablo Mortera.

    Pablo,
    You need to look at the objects of SBWP not ME54N, SBWP transaction can be restricted for calling other transaction work items  using auth object S_OC_TCD, in your case, if you allow me54n for this auth object user will be able to process a work item related to the transaction me54n.
    Hope this is what you are looking for.
    -Naveen

  • "Atach photos to message" checkbox-"How to control this and why?

    For my iPhoto collection when I share a photo via email this box is selected and the item is grey'd.
    Want to know when and why I would not want this to happen. I'm more experienced with iPhoto and this does not bother me but I'm trying to help a Win7 to iMac switcher and am not sure about this.
    Thanks...

    Sending from iPhoto create a HTML message and the photo is optimised for the medium (read: reduced in size). Also, some mail applications don't handle HTML mail very well.
    The check box means that an attachment is sent along as well, which can make it easier to get full quality images for the recipient.
    Not sure why your option is greyed out though. Mine isn't.
    Regards
    TD

  • How to control DE USB disk Automounts.

    Hi,
    Can someone please guide me as to how to 'control' Automounts by DE when we plug USB disk drives.
    I have KDE4 on my Arch system. When I connect a pen drive/USB HDD which is formatted as vfat/NTFS, the system(or KDE) 'Automounts' it in /media and I have read/write access to it. But if I use the same drive and format it as ext4, it wont be mounted as read/write for normal users but only for root.
    Now pen drives and USB HDD's are removable storage drives and hence are volatile and could not have a fixed mount point, so it cannot be mounted by putting an entry in fstab or could they?. And I need my USB HDD frequently, and manually mounting it through CLI everytime and working on it as root is a bad idea i guess.
    I am posting this because m confused as to how to control this Automount feature-What is the backend to it? Because I've read that HAL no longer takes care of it and that HAL will be deprecated soon, instead UDEV takes care of it. If that is the case then should I be concerned about polkit? Because that is what's the output provided by Dolphin(freedesktop.org policy prevented blah blah).
    Another thing is if HAL is still in use and Automounts my devices then is it independent or polkit is a part of it. Then, is using hal-easy an option or replacement to standard HAL. ??!!??
    I tried HAL archwiki and used the code to give a user permission to give rw access to automounted ext filesystems, but then nothing is mounted, it sings the same old freedesktop.org prevented bla blah song. And I think this is a question for all linuxes using Gnome and KDE in general.
    Any help is appreciated.

    If by 'ability to mount as user' you mean to mount it manually but read/write access to normal users then yes. But primarily I need automounting as user, also be able to give access to other users for read/write et filesystem automounts.
    Last edited by kapz (2009-11-17 01:12:56)

  • How to Control authorization for users with certain status for level 2 WBS Element

    Dear All,
    Is there any standard way or enhancement available to control authorization for users with certain status for WBS Element i.e. for example
    Pre-requisite:
    There is only 2 level of project i.e.
    Lev_ WBSE_______Description
    1___ 7-14.E_______summay outage controller
    2___ 7-14.E.2310__ Plant/unit # 2310
    2___ 7-14.E.2310__ Plant/unit # 2220
    Project Controller  (authorization role assigned "Z_PS_OP7_OTGCON_C") have all project level authorization
    Plant/Unit Controller (authorization role assigned "Z_PS_OP7_PLNTOTG_C_2310") have only level 2 authorization with enhancement that we did in system by Z table.
    User ID_ Plant #
    123345_ 2310
    122455_ 2220
    Issue:
    After System Status released and User Status approved the WBS basic date for Plant/Units should be restricted from updating/changing by Plant/Unit Controller level and only project controller should have this authority.
    Solution required: 
    Can any one tell how to control this scenario either by standard or enhancement available to control authorization
    BR
    Saqib Usman   

    Hi,
    Did you explore SAP Enhancement CNEX0002 Using Transaction CMOD?
    Thank you and regards,
    Varshal Kachole
    The SCN Rules of Engagement

  • How to control the maximum size of a component in a GridBagLayout

    Here is a small program that demonstrates my issue (it's originally from a big program that I couldn't attach here).
    I have a GridBagLayout with some components in it. Some of the components are JEditorPane (displaying some HTML) within JPanel and are individally scrollable.
    Here we go:
    - when I resize the main panel, every components will resize accordingly to their weight (which is here the same for all of them): fine
    - when I reduce the size of the main panel until it reaches all the preferred size of each component, the scrollPane of the main panel appears so that the user can scroll: not fine
    The behaviour I'm looking for is: when I reduce the size of the main panel, when it reaches the preferred size of the components, I would like that the JEditorPane (which are in JPanel with BorderLayout/CENTER) display their individual scrollbars so that I can see all the JEditor panes at the same time without having to scroll the main window.
    If the user continues to reduce the size of the main panel, then, at one point, display the scrollpane of the main panel.
    See what I mean? How to control this?
    Here is the code:
    @SuppressWarnings("serial")
    public final class CGridBagLayout2 extends JFrame {
         JPanel mainPanel;
         private final JScrollPane scrollPane;
         private JPanel panelize(Component component, String localization) {
              JPanel output = new JPanel(new BorderLayout());          
              output.add(component, localization);
              return output;
        public void addComponentsToMainPanel() {
              mainPanel.setLayout(new GridBagLayout());
              GridBagConstraints c = new GridBagConstraints();
              c.weightx = 1.0;
              c.fill = GridBagConstraints.BOTH;
              String TEST_BIGTEXT = "<html><body><h2>Path</h2>toto/tutu/tata/TestN<h2>Prerequisites</h2>blah blah blah blah<br/><b>blah blah</b> blah blah\nblah blah <u>blah</u> blahblah blah blah<h2>Description</h2>blah blah blah blah<br/><b>blah blah</b> blah blah\nblah blah <u>blah</u> blahblah blah blah blah\nblah blah blah <br/>lah blah blah <br/>lah blah blah blah blah blah blah blah FIN</body></html>";
              for (int index=0; index<10; index++) {
                   c.gridheight = 5; // nb Testcases for this test
                   c.anchor = GridBagConstraints.FIRST_LINE_START; // align all the components top-left aligned
                   c.gridy = index;
                   JLabel a = new JLabel("AAAAA");
                   c.gridx = 0;
                   mainPanel.add(panelize(a, BorderLayout.NORTH), c);
                   JLabel b = new JLabel("BBBBB");
                   c.gridx = 1;
                   mainPanel.add(panelize(b, BorderLayout.NORTH), c);
                   JEditorPane d = new JEditorPane("text/html", TEST_BIGTEXT);               
                   c.gridx = 2;
                   mainPanel.add(panelize(d, BorderLayout.CENTER), c);
                   JEditorPane e = new JEditorPane("text/html", TEST_BIGTEXT);               
                   c.gridx = 3;
                   mainPanel.add(panelize(e, BorderLayout.CENTER), c);
                   index++;
         public CGridBagLayout2() {
              super("GridBagLayout");
              mainPanel = new JPanel();
              addComponentsToMainPanel();
              scrollPane = new JScrollPane(mainPanel);
              setContentPane(scrollPane);
         public static void main(String[] args) {
              Frame frame;
              WindowListener exitListener;
              exitListener = new WindowAdapter() {
                   @Override
                   public void windowClosing(WindowEvent e) {
                        Window window = e.getWindow();
                        window.setVisible(false);
                        window.dispose();
                        System.exit(0);
              frame = new CGridBagLayout2();
              frame.addWindowListener(exitListener);
              frame.setPreferredSize(new Dimension(1000, 800));
              frame.pack();
              frame.setVisible(true);
    }Many thanks in advance, I'm getting crazy on this one :)

    Ok, thanks for this information, I thought I had seen this happening in the past when embedding a component in the center area of a JPanel with BorderLayout.
    Anyway, as I said I tested with JScrollPane as well and it does not change anything.
    Here is the code modified:
    @SuppressWarnings("serial")
    public final class CGridBagLayout2 extends JFrame {
         JPanel mainPanel;
         private final JScrollPane scrollPane;
         private JPanel panelize(Component component, String localization) {
              JPanel output = new JPanel(new BorderLayout());          
              output.add(component, localization);
              return output;
        public void addComponentsToMainPanel() {
              mainPanel.setLayout(new GridBagLayout());
              GridBagConstraints c = new GridBagConstraints();
              c.weightx = 1.0;
              c.fill = GridBagConstraints.BOTH;
              String TEST_BIGTEXT = "<html><body><h2>Path</h2>toto/tutu/tata/TestN<h2>Prerequisites</h2>blah blah blah blah<br/><b>blah blah</b> blah blah\nblah blah <u>blah</u> blahblah blah blah<h2>Description</h2>blah blah blah blah<br/><b>blah blah</b> blah blah\nblah blah <u>blah</u> blahblah blah blah blah\nblah blah blah <br/>lah blah blah <br/>lah blah blah blah blah blah blah blah FIN</body></html>";
              for (int index=0; index<10; index++) {
                   c.gridheight = 5; // nb Testcases for this test
                   c.anchor = GridBagConstraints.FIRST_LINE_START; // align all the components top-left aligned
                   c.gridy = index;
                   JLabel a = new JLabel("AAAAA");
                   c.gridx = 0;
                   mainPanel.add(panelize(a, BorderLayout.NORTH), c);
                   JLabel b = new JLabel("BBBBB");
                   c.gridx = 1;
                   mainPanel.add(panelize(b, BorderLayout.NORTH), c);
                   JEditorPane d = new JEditorPane("text/html", TEST_BIGTEXT);               
                   c.gridx = 2;
                   mainPanel.add(panelize(new JScrollPane(d), BorderLayout.CENTER), c);
                   JEditorPane e = new JEditorPane("text/html", TEST_BIGTEXT);               
                   c.gridx = 3;
                   mainPanel.add(panelize(new JScrollPane(e), BorderLayout.CENTER), c);
         public CGridBagLayout2() {
              super("GridBagLayout");
              mainPanel = new JPanel();
              addComponentsToMainPanel();
              scrollPane = new JScrollPane(mainPanel);
              setContentPane(scrollPane);
         public static void main(String[] args) {
              Frame frame;
              WindowListener exitListener;
              exitListener = new WindowAdapter() {
                   @Override
                   public void windowClosing(WindowEvent e) {
                        Window window = e.getWindow();
                        window.setVisible(false);
                        window.dispose();
                        System.exit(0);
              frame = new CGridBagLayout2();
              frame.addWindowListener(exitListener);
              frame.setPreferredSize(new Dimension(1000, 800));
              frame.pack();
              frame.setVisible(true);
    }Edited by: eric_gavaldo on Sep 15, 2010 2:18 PM

  • How to control the screen in LSWM

    Hi ,
    I am creating a LSMW for tcode ABAON . For this tcode there will be a POP UP screen populate once for company code to key in.But next time when we enter this tcode It won't  call this pop up for input.
    If I run the file which is having company code for alll fields or If I run second time it will give error screen not found.
    How to control this in screen level.
    I don't want go for parmater id in config.
    Pls advice.

    solved by self.

  • How to control the processing of the request?

    I have something like this:
    <h:inputText value="#{sessionController.currentRowData.settlementId}"/>
    <h:inputText value="#{sessionController.currentRowData.remark}"/>
    <h:inputText value="#{sessionController.currentRowData.fromDate}">
         <f:convertDateTime pattern="yyyy-MM-dd"/>
    </h:inputText>
    The currentRowData object is the currently selected row of a data model.
    Problem is, the model is updated with the value of the components whenever the form is submitted,
    and regardless of whether the value of the components has changed or not.
    (Actually, the behaviour depends on the type of the property, as ie. Date is treated differently from String or int.)
    This causes unwanted changes to the model, and, if a new row is selected, it will at once
    be updated with the values of the previous row (from the current state of the components).
    I want the above components to update the model only if the user wants to, ie. only if a
    specific command button is pressed.
    How to control this?
    Let a PhaseListener check the request, and do renderResponse on the FacesContext if
    the "selectRow" request is found in the request parameter map?
    This is not very elegant, and it does not seem to work either. If setting PhaseId to APPLY_REQUEST_VALUES, the action itself (selecting row)
    will not be executed, and if using UPDATE_MODEL_VALUES, the value of the components is set from the request (even if unchanged), and not updated according the the new data in the model (the rendered values does not reflect the values of the properties of the object the components are bound to)
    Another solution might be to let the "disabled"-attribute of the inputText tags be dependent on whether
    a specific "edit"-button has been pressed (disabled inputText tags are rendered correctly after a row change).
    But a better solution would to have the ability to control the behaviour, something like
    "for these components, no updating of state should be done unless the condition c is true"
    (I'm not sure what condition this could be, though).
    Whatever solution I may end up with, the real problem seems to be that the state (and hence the model)
    is updated from the request also in the case where the value in the request is the same as the current value of the component.
    Or maybe there is something I have missed here?
    erik

    This one is a tricky problem - a side-effect of JSF doing a lot of things automatically is that sometimes it does too much.
    I don't have a great solution, but here's a couple of ideas:
    (1) Try using multiple <h:form>s on your page (not nested one inside the other, but separate). Data will only get updated in the form that contains the button that got pressed.
    (2) Use an intermediate model layer, and discard updates as appropriate.
    Neither of these are beautiful solutions - the second is way ugly - but they might help. Long-range, I'd love to see something like "subforms" supported in JSF that can provide finer grained control over what gets processed (validations, model pushes, etc.) and what doesn't without resorting to the blunt hammer of multiple HTML forms.
    I'm a little confused about "the model is updated with the value of the components whenever the form is submitted, and regardless of whether the value of the components has changed or not.", because JSF is checking the old value and using ".equals()" to see if its changed. Note, however, that it's not caching the old value across the request, but simply going back to the model on the subsequent request, which may (or may not) explain the behavior you're seeing.
    -- Adam Winer (EG member)

  • How to control leading spaces exchnage rate value

    Hi
    We have issue,when user is given the rate value with leadeing spaces in spread sheet,after upload spread sheet, rate is upload as 0.Please advise me how to control this in spread sheet
    Thanks
    Anjireddy

    Hi,
    what about if you format this cell as number? In this case the leading space will be ignored as soon as you press enter or navigate out of the cell.
    does this help?
    kr, Volker

  • How to control print over laps?

    We are printing several lists on the same printer from different users using different print jobs.
    For each page of the list, a file is generated which is picked up by the interface and sent to a printer. The files are numbered with date and time stamp.
    However the docs are getting over lapped when the jobs are released simultaneously.
    When Job A and Job B are released at the same time from different points:
    The first doc prints from Job A, second doc is from Job B - again 3rd and 4th will be from Job A etc.
    How to control this in such a way that the Job A completes and then Job B starts printing?
    {I am not sure if locking the printer helps - as this may lead to failure of subsequent jobs}.
    Thanks.

    no answer - closing

  • How to control the sleep time exactly

    i have a thread that sleeps for 15 minutes and wakes up does some thing( send some mails ) and sleep. the problem i am facing is the thread is not running exactly in 15minutes intervals.
    EX:
    14:12:06
    ( no mails sent )
    14:27:06
    ( no mails sent )
    14:42:06
    ( sends some mails )
    14:57:29
    (no mails )
    15:12:29
    so that means whenever there is some processing to bo done (sendng mails ) it takes more than 15minutes.
    how to control this sleep time to exactly 15 minutes no matter what it does ?

    If you need exact time to elapse, you have two options:
    1. use util.Timer set at fixed intervals;
    2. mark current System.millis (I never remember exact terms) when sending starts and then adjust sleeptime every time you are going to send next mail. Here you can find info on this
    http://developer.java.sun.com/developer/Books/threads/
    Ch. 9 swing counter (note that it does not apply to swing only, it's just technique).

  • Billing document is generated automatically How to control ?

    Hi...
       After creating outbound delivery in VL01N  , then the Billing document is also to be generated automatically , How to control this ?
    I want to create the billing document thru VF01 .
    Regards
    Deepa.
    Edited by: Deepa Manian on Jun 27, 2008 5:29 AM

    Dear Deepa,
    Try with this option,
    Check the copying riutines
    Go to transaction VTFL then select your document types then go in to the details of the copy control settings at header level and itemlevel here check the copying routines and logic in volved in those routines.
    As per standard these are copying routines should be
    At header level.
    003-Header/dlv.-related
    At itemlevel
    004 -  Deliv-related item
    007 - Inv.Split (Rec/Div)
    I hope it will help you,
    Regards,
    Murali.

  • How to control "Procurement parameter" for plant stock.

    Hi everyone
    I have changed Subject and question as below;
    Our customer wants to create P.R manually before MRP running for some of reason.
    After create Project/WBS/Network/Activity and assign component to Activity,  when assign
    component to activity, set "Procurement parameter""Requisition + reservation for WBS elemen",
    then P.R is automatically created. For project stock it seems OK. However when I try to do
    same thing for plant stock, I can choose only "Reservation for network". How to control this part?
    Experts, please give me your advice.
    Regards,
    Satoru
    Edited by: Tempra Samurai on Jan 23, 2010 12:37 AM

    Hi,
    Create a Procurement Key in OPS8 and under Priorities give Priority 1 to Plant stock and 2 to Project Stock.
    So attach a material to Activity in CJ20N a reservation will be created without AcctAssgcat Q ,Special Stock Q.
    Here in this case you can directly issue goods to project also if unrestricted stock is availabe ,here the system will consider only 281 Now.
    After you run MRP ,system will create PRs on the basis of Requirement and availabity but without the reference of WBSE because you are creating PR for Plant stock.
    Hope it is clear.
    Muzamil

  • Invoice picks taxes while they should be exempt - how to control ?

    I am creating a PO in SRM with one line item as Service and the rest with materials (materials were set up as services in SRM).
    This goes and reflects in ECC5 with the first item from SRM created as a line item 0001 in ECC5 and the rest of the SRM items are added as services to this line item 0001.
    Then:
    Till the time of GR, the materials are validated against an external tax system and the tax exemption is carried out.
    However as soon as the IR takes place, the materials are being taxed again. (At this point the external tax system does not get triggered).
    How to control this tax calculation?

    closing as no answer

Maybe you are looking for

  • Lion Mail doesn't open a window

    I keep finding unwelcome changes in Lion, especially Mail. Now I notice that Mail doesn't open a window if I bring Mail to the front and no window is already open, and if a window is minimized it won't open it either as it used to do in Leopard. I ha

  • NX7900GS startup issue

    Hey guys, Bit of a tech noob here in some regards, so I apologize ahead of time.  I have a NX7900GS video card and I'm having a problem with me E521 Dell Dimension.  What happened was the computer went into sleep mode like normal, and I tried to wake

  • GROUP BY (for summary counts) clause in ViewObject ?

    I'm trying to create a ViewObject based off an EntityObject. I want this ViewObject to perform simple summary counts. For example: SELECT COL1, COUNT(*) FROM TABLE1 GROUP BY COL1 but when I try this in Query Expert Mode , JDeveloper wants to pull in

  • Problem in resizing bing map.

    I have given 100% width to the div in which I am loading bing map. But map convert it into pixel and I am unable to shrink the map when get resize.

  • IDoc / Business Connector - future developments

    hi, I would like to know some possibilities to transfer data from a non-sap-system to a sap-system. I think the IDoc-interface is really good for transporting data into SAP-systems. I have spoken with some people they mean that the IDoc-interface is