Create box

Hi,
I cann't resolve this problem...
select PRODUCT,NAME,QTD
from TAB_A
order by PRODUCT
--PRODUCT, QTD DESC
PRODUCT                                   NAME                                                                                          QTD
01X6000025S     X60 VISION VINTAGE BRANCO / PRETO       1
01X6000025XS    X60 VISION VINTAGE BRANCO / PRETO       1
01X6000025XXL   X60 VISION VINTAGE BRANCO / PRETO       1
01X6001025L     X60 VISION VINTAGE PRETO                3
01X6001025XS    X60 VISION VINTAGE PRETO                1
01X6002025M     X60 VISION VINTAGE CINZA                1
01X6002025XL    X60 VISION VINTAGE CINZA                1
01X6002025XS    X60 VISION VINTAGE CINZA                1
I need to create a pack of 6 units.
This select create on pack 1:
01X6000025S     X60 VISION VINTAGE BRANCO / PRETO       1
01X6000025XS    X60 VISION VINTAGE BRANCO / PRETO       1
01X6000025XXL   X60 VISION VINTAGE BRANCO / PRETO       1
01X6001025L     X60 VISION VINTAGE PRETO                3
and pack 2 (rest):
01X6001025XS    X60 VISION VINTAGE PRETO                1
01X6002025M     X60 VISION VINTAGE CINZA                1
01X6002025XL    X60 VISION VINTAGE CINZA                1
01X6002025XS    X60 VISION VINTAGE CINZA                1
My problem is this product:
01X6001025L     X60 VISION VINTAGE PRETO                3
01X6001025XS    X60 VISION VINTAGE PRETO                1
they must be together in the same box.
Can someone help me?
Best regards

This select should be able to sort the packages to boxes of 6. I don't think it is anywhere neat the final solution but it might give you some idea how to approach the problem. However it does not cover boxes consiting of 3-2-1 quantities.
SQL> with tab_a as (
  2     select '01X6000025S' product,  'X60 VISION VINTAGE BRANCO / PRETO' pname, 1 qtd from dual un
ion all
  3     select '01X6000025XS', 'X60 VISION VINTAGE BRANCO / PRETO', 1 from dual union all
  4     select '01X6000025XXL', 'X60 VISION VINTAGE BRANCO / PRETO', 1 from dual union all
  5     select '01X6001025L', 'X60 VISION VINTAGE PRETO', 3 from dual union all
  6     select '01X6001025XS', 'X60 VISION VINTAGE PRETO', 1 from dual union all
  7     select '01X6002025M',  'X60 VISION VINTAGE CINZA', 1 from dual union all
  8     select '01X6002025XL', 'X60 VISION VINTAGE CINZA', 1 from dual union all
  9     select '01X6002025XS', 'X60 VISION VINTAGE CINZA', 1 from dual union all
10     select '01Y6001025L', 'X60 VISION VINTAGE PRETO Y', 3 from dual union all
11     select '01Y6001025XS', 'X60 VISION VINTAGE PRETO Y', 1 from dual union all
12     select '01Z6001025XS', 'X60 VISION VINTAGE PRETO Z', 2 from dual union all
13     select '01Z2001025XS', 'X60 VISION VINTAGE PRETO Z2', 2 from dual
14     ) -- actual query:
15  select pname, total_qtd, box_category,
16         row_number() over (partition by box_category, total_qtd order by pname) box_order
17       from (select pname,
18         sum(qtd) total_qtd,
19         case sum(qtd)
20           when 0 then 'box_6_0'
21           when 1 then 'box_5_1'
22           when 2 then 'box_4_2'
23           when 3 then 'box_3_3'
24           when 4 then 'box_4_2'
25           when 5 then 'box_5_1'
26           when 6 then 'box_6_0'
27        end box_category
28        from tab_a
29        group by pname)
30  order by box_category, box_order, pname;
PNAME                              TOTAL_QTD BOX_CAT  BOX_ORDER
X60 VISION VINTAGE BRANCO / PRETO          3 box_3_3          1
X60 VISION VINTAGE CINZA                   3 box_3_3          2
X60 VISION VINTAGE PRETO                   4 box_4_2          1
X60 VISION VINTAGE PRETO Z                 2 box_4_2          1
X60 VISION VINTAGE PRETO Y                 4 box_4_2          2
X60 VISION VINTAGE PRETO Z2                2 box_4_2          2
6 rows selected.
SQL> The resulting order is so that you can alway put 6 boxes together.
For each category there might be some rest with lesser fill grade.

Similar Messages

  • Is it possible to create box plots in illustrator? If yes, then how?

    Is it possible to create box plots in illustrator? If yes, then how?

    You draw them manually. There is no built-in functionality. AI simply sucks for any kind of diagrams.
    Mylenium

  • How to create Box in scripts

    hi
      can anyone send how to create box, like table including vertical and horizontal lines in sap-scripts
    regards
    ratna

    BOX Command
    Syntax
    /: BOX
    Effect: draws a box of the specified size at the specified position.
    Parameters: For each of XPOS, YPOS, WIDTH, HEIGHT, and FRAME, you must specify both a measurement and a unit of measurement. Specify the INTENSITY parameter as a percentage between 0 and 100.
    XPOS, YPOS
    Upper left corner of the box, relative to the values of the POSITION command.
    Default: Values specified in the POSITION command.
    The following calculation is performed internally to determine the absolute output position of a box on the page:
    X(abs) = XORIGIN + XPOS
    Y(abs) = YORIGIN + YPOS
    WIDTH
    Width of the box. Default: WIDTH value of the SIZE command.
    HEIGHT
    Height of the box. Default: HEIGHT value of the SIZE command.
    FRAME
    Thickness of frame.
    Default: 0 (no frame).
    INTENSITY
    Grayscale of box contents as %.
    Default: 100 (full black)
    Measurements: You must specify decimal numbers as literal values (like ABAP numeric constants) by enclosing them in inverted commas. Use the period as the decimal point character. See also the examples listed below.
    Units of measurement: The following units of measurement may be used:
    · TW (twip)
    · PT (point)
    · IN (inch)
    · MM (millimeter)
    · CM (centimeter)
    · LN (line)
    · CH (character).
    The following conversion factors apply:
    · 1 TW = 1/20 PT
    · 1 PT = 1/72 IN
    · 1 IN = 2.54 CM
    · 1 CM = 10 MM
    · 1 CH = height of a character relative to the CPI specification in the form header
    · 1 LN = height of a line relative to the LPI specification in the form header
    /: BOX FRAME 10 TW
    Draws a frame around the current window with a frame thickness of 10 TW (= 0.5 PT).
    /: BOX INTENSITY 10
    Fills the window background with shading having a gray scale of 10 %.
    /: BOX HEIGHT 0 TW FRAME 10 TW
    Draws a horizontal line across the complete top edge of the window.
    /: BOX WIDTH 0 TW FRAME 10 TW
    Draws a vertical line along the complete height of the left hand edge of the window.
    /: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15
    /: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW
    /: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
    /: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
    Draws two rectangles and two lines to construct a table of three columns with a highlighted heading section.
    SIZE Command
    Syntax
    /: SIZE
    Effect: Sets the values of the WIDTH and HEIGHT parameters used in the BOX command. When a window is first started, the SIZE value is set to the same values as the window itself (default setting).
    Parameters: If one of the parameter specifications is missing, then no change is made to the current value of this parameter. If a parameter value does not have a leading sign, then its value is interpreted as an absolute value. If a parameter value is specified with a leading sign, then the new value of the parameter is calculated relative to the old value.
    WIDTH, HEIGHT
    Dimensions of the rectangle or line.
    WINDOW
    Sets the values for the width and height to the values of the current window (default setting).
    PAGE
    Sets the values for the width and height to the values of the current output page.
    /: SIZE WINDOW
    Sets WIDTH and HEIGHT to the current window dimensions.
    /: SIZE WIDTH '3.5' CM HEIGHT '7.6' CM
    Sets WIDTH to 3.5 cm and HEIGHT to 7.6 cm.
    /: POSITION WINDOW
    /: POSITION XORIGIN -20 TW YORIGIN -20 TW
    /: SIZE WIDTH +40 TW HEIGHT +40 TW
    /: BOX FRAME 10 TW
    A frame is added to the current window. The edges of the frame extend beyond the edges of the window itself, so as to avoid obscuring the leading and trailing text characters.

  • I am creating box for two coloums in sap script

    hi,
    i am creating box for two coloums
    when i am creating box for this two coloums this box is displaying from the top.
    when i am decreasing this hight it is decreasing from the buttom of the window
    i want to decrease from the top of window
    can u explan plz
    this requirement
    plzz

    see this:
    BOX Command
    Syntax
    /: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]
    Effect: draws a box of the specified size at the specified position.
    Parameters: For each of XPOS, YPOS, WIDTH, HEIGHT, and FRAME, you must specify both a measurement and a unit of measurement. Specify the INTENSITY parameter as a percentage between 0 and 100.
    XPOS, YPOS
    Upper left corner of the box, relative to the values of the POSITION command.
    Default: Values specified in the POSITION command.
    The following calculation is performed internally to determine the absolute output position of a box on the page:
    X(abs) = XORIGIN + XPOS
    Y(abs) = YORIGIN + YPOS
    WIDTH
    Width of the box. Default: WIDTH value of the SIZE command.
    HEIGHT
    Height of the box. Default: HEIGHT value of the SIZE command.
    FRAME
    Thickness of frame.
    Default: 0 (no frame).
    INTENSITY
    Grayscale of box contents as %.
    Default: 100 (full black)
    Measurements: You must specify decimal numbers as literal values (like ABAP numeric constants) by enclosing them in inverted commas. Use the period as the decimal point character. See also the examples listed below.
    Units of measurement: The following units of measurement may be used:
    TW (twip)
    PT (point)
    IN (inch)
    MM (millimeter)
    CM (centimeter)
    LN (line)
    CH (character).
    The following conversion factors apply:
    1 TW = 1/20 PT
    1 PT = 1/72 IN
    1 IN = 2.54 CM
    1 CM = 10 MM
    1 CH = height of a character relative to the CPI specification in the form header
    1 LN = height of a line relative to the LPI specification in the form header
    /: BOX FRAME 10 TW
    Draws a frame around the current window with a frame thickness of 10 TW (= 0.5 PT).
    /: BOX INTENSITY 10
    Fills the window background with shading having a gray scale of 10 %.
    /: BOX HEIGHT 0 TW FRAME 10 TW
    Draws a horizontal line across the complete top edge of the window.
    /: BOX WIDTH 0 TW FRAME 10 TW
    Draws a vertical line along the complete height of the left hand edge of the window.
    /: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15
    /: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW
    /: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
    /: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
    Draws two rectangles and two lines to construct a table of three columns with a highlighted heading section.
    POSITION Command
    Syntax
    /: POSITION [XORIGIN] [YORIGIN] [WINDOW] [PAGE]
    Effect: Sets the origin for the coordinate system used by the XPOS and YPOS parameters of the BOX command. When a window is first started, the POSITION value is set to refer to the upper left corner of the window (default setting).
    Parameters: If a parameter value does not have a leading sign, then its value is interpreted as an absolute value, in other words, as a value that specifies an offset from the upper left corner of the output page. If a parameter value is specified with a leading sign, then the new value of the parameter is calculated relative to the old value. If one of the parameter specifications is missing, then no change is made to this parameter.
    XORIGIN, YORIGIN
    Origin of the coordinate system.
    WINDOW
    Sets the values for the left and upper edges to match those of the current window (default setting).
    PAGE
    Sets the values for the left and upper edges to match those of the current output page (XORIGIN = 0 cm, YORIGIN = 0 cm).
    /: POSITION WINDOW
    Sets the origin for the coordinate system to the upper left corner of the window.
    /: POSITION XORIGIN 2 CM YORIGIN '2.5 CM'
    Sets the origin for the coordinate system to a point 2 cm from the left edge and 2.5 cm from the upper edge of the output page.
    /: POSITION XORIGIN '-1.5' CM YORIGIN -1 CM
    Shifts the origin for the coordinates 1.5 cm to the left and 1 cm up.
    Pre-Setting BOX Position Arguments
    You can use the POSITION and SIZE commands to preset some arguments in the BOX command. POSITION presets the start point (upper left corner) of a box or line. SIZE specifies the width and height of a box.
    You can use POSITION and SIZE to preset arguments, but you can also set the start point and size arguments of a box or line directly in the BOX command.
    By default, if no positioning is specified, the upper left corner of a box or halftone or the top of a line is aligned with current SAPscript window. That is, the upper left corner of the box, halftone, or line starts at the upper left corner of the current window in the active form. By default, the height and width of a box are set to the height and width of the current window.
    Use POSITION and SIZE to preset the arguments in a BOX command in the following situations:
    The BOX command exceeds the 132-character (1 line in SAPscript) length limitation if you specify all arguments directly in the command. You may exceed this length limit if, for example, you use symbols in a command.
    By pre-setting arguments with POSITION and SIZE, you can work around the limitation on the length of a command. You do not need to specify the preset arguments in the BOX command.
    You want to use the enhanced capabilities of POSITION for adjusting the starting point of a box or line.
    With BOX, you can specify an offset for the starting point only as a whole number (non-negative integer). This command would print a box starting 1 CM to the right and 1 CM down from the left upper corner of a window:
    /: BOX XPOS '1' CM YPOS '1' CM
    With POSITION; you can adjust the position of a line or box relative to a window much more precisely. In the POSITION command, you can specify positive and negative offsets and use non-integer numbers.
    Example: The commands shown below position a box slightly to the left and slightly above a window. This leaves a margin between the edge of the box and the text in the window.
    /: POSITION XORIGIN '-.2' CM YORIGIN '-.2' CM
    /: SIZE WIDTH '.2' CM HEIGHT '.2' CM
    /: BOX FRAME 10 TW
    (Note that the box must be enlarged to accommodate the shift. If it is not enlarged, then it will not cover all of the window.)
    You can also use POSITION to set the starting point to the upper left corner of the active page format. Example: POSITION PAGE moves the starting point from the active window to the active page format.
    You want to use the relative sizing capabilities of SIZE to adjust the size of a box, line, or halftone.
    With BOX, you can make only absolute size specifications. BOX HEIGHT, for example, overrides the default height setting to the height of the current window.
    With SIZE, you can adjust the size of a box or a line with respect to its previously-set dimensions. The following commands would, for example, draw a frame 1 CM in from the margins of the paper:
    /: POSITION PAGE
    /: POSITION XORIGIN 1 CM YORIGIN 1 CM
    /: SIZE PAGE
    /: SIZE HEIGHT '-2' CM WIDTH '-2' CM
    REWARD IF HELPFUL

  • Need to creat box to fill

    i everybody,
    i need to creat boxes to fill with quantity.
    can you help me please.
    thanxs a lot

    I believe you are referring to user input field or a drop down option where user can select quantity.
    You can either use checkbox field in form with different label for quantities , or you can check this option :
    http://musewidgets.com/collections/all/products/forms-bundle
    Thanks,
    Sanjit

  • Need To Create Box That Shows Previous Month Label And Amount Of Sales

    I am using CR2008
    I am creating a report for our salesmen and one of the fields in the report will be a text box that shows what the last month was. For instance, if the report is run this month, the report will plug July 2011 into the box because that was what last month was. Tied to this will be a salesman's total sales for last month that should show up in a box. I will place this box right next to the salesman's name on the report as the names will be static.
    I have several of these to do and if I can see the method I can re-create it for the others.
    How would I do this?

    Hi
    You can create a formula to get last month and this formula can be placed in a text box.
    dateadd('m',-1,currentdate)
    or
    Month(currentdate)-1&" ,"&Year(currentdate)
    This formula can be placed for all your salesmans
    Thanks,
    Sastry

  • Creating Box in Sap Scripts

    HI Gurus,
    I am working on Check Printing. My issue is that I want to create a box frame  for the Check amount window.
    My Windoys attributes are :
    LEFT MARGIN     : 14.90 cm
    UPPER MARGIN  : 22.20 cm
    WINDOW WIDTH : 3.90 cm
    WINDOW HEIGHT: 1.15 cm
    I want a box frame to be created for the particular window , just like we outline the window in Smartfom.
    How should I wirite the box Command?
    If possible please wrte the code as I am new to scripts.
    Thanks in advance.
    Regards,
    Asish Dash

    Hi,
    /:           POSITION WINDOW
    /:           POSITION XORIGIN '-0.5' CH YORIGIN '-0.25' LN
    /:           SIZE WIDTH '0.5' CH HEIGHT '0.25' LN
    /:           BOX FRAME 10 TW
    /:           BOX HEIGHT '1.7' LN INTENSITY 15
    I guess this will resolve your problem

  • Create box in realistic 3-D perspective

    I would like to create a box that looks realistic in 3 dimensions. I used to know how to do this. You start by unfolding the three visible sides of the box so that the two sides each share an edge with the end of the box. Then a combination of rotate, shear, and scale operations give you a box in nice 3D perspective. Alas, I have lost my notes on how to do this. Can anyone help. Thanks.

    > Then a combination of rotate, shear, and scale operations give you a box in nice 3D perspective
    Cape,
    Do you specifically want to construct it in 2D? Your description of lost notes (rotate, shear, scale) sounds like you are talking about parallel perspective (isometric, etc.), not converging perspective.
    If so, see
    http://www.IllustrationETC.com/AIbuds/http://www.illustrationetc.com/AIbuds/AIAxoBox.pdf%3 Ethis%20PDF.%3C/a%3E%3Cbr%20/%3E%3Cbr%20/%3EJET

  • Creating box for margins

    I purchased Dreamweaver CS3 The Missing Manual and I'm
    learning the basics of this program. When I went through the steps
    in the book the first time I very easily created a margin around my
    page so that there is a white area where my page is and my
    background image in the margins. This worked fine on the tutorial
    program, but whenever I try to make it on my site I am just able to
    come up with a small box in the middle of my page, which is of no
    use to me, obviously. I went through the book again and did all of
    the steps and the same thing is happening. Does anyone know if
    there is an option that I have overlooked or something that I have
    checked that I need to uncheck? Thanks.

    pstanfo0 wrote:
    > I purchased Dreamweaver CS3 The Missing Manual and I'm
    learning the basics of
    > this program. When I went through the steps in the book
    the first time I very
    > easily created a margin around my page so that there is
    a white area where my
    > page is and my background image in the margins. This
    worked fine on the
    > tutorial program, but whenever I try to make it on my
    site I am just able to
    > come up with a small box in the middle of my page, which
    is of no use to me,
    > obviously. I went through the book again and did all of
    the steps and the same
    > thing is happening. Does anyone know if there is an
    option that I have
    > overlooked or something that I have checked that I need
    to uncheck? Thanks.
    >
    I am not an expert, but do you have a valid doctype?
    ie: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    Harvey

  • Creating boxes around text....

    Hi,
    I'm hoping there is a better solution to this problem then what I've using.
    I would like to be able to create a box around text that is able to resize when increasing/decreasing font.
    My working solution is to create a text box with text then use direct selection tool to select the anchors and convert that into a shape, either a rectangle or rounded rectangle. This isn't bad since it allows an equal amount of space around the text but it does have problems. If the font size increases or decreases, the box remains the same. I have to use the Area Type Option to resize the box. Also, if I wanted to do this for lots of boxes then I have to select all of the individual anchors which will be time consuming.
    Is there a simpler solution?
    Thanks.

    Use the Selection Tool (Black Arrow) to select the text and then add a new Fill via the Appearance Panel.
    Move the new fill below the Characters item in the Appearance Panel
    With that fill highlighted choose Effect > Convert to Shape > Rectangle

  • Trying to create box for text but....

    Hi all.
    So I am new to the software.  What I am trying to do is create a box for text.  I want it to be "above" the background so that the background color does not color in the back of the text box.
    An example can be found http://www.tree.com/
    At the "about tree.com" that is (a more coloful, rounded version) of what I am looking for. It is a very common thing to see in sites, I just can't figure it out.
    Thanks,
    Patrick

    Patrick
    Your question is so basic it really requires a fairly lengthy answer, the best advice is for you to find a beginner totorial on html/css. The software is really just a tool, but you really need to understand the underlying code..
    Text, as well as all content sits in elements, which reside in the body of the html code. Each element has its own properties, such as a background color or image. (not to mention the content has its own stylings)  These are set in the CSS (Cascading Style Sheets). So to give you an anwer to your question is not that simple.
    So best adviced is to google beginner HTML/CSS and see what pops up.
    HTH
    Gary

  • Photoshop creating boxes on layer mask after sharpening

    I don't even know how to explain this but I hope the screen shot I've included explains it better. I have a problem with Photoshop automatically creating strange boxes on the layer mask when I'm sharpening the image, first with high pass, then unsharp mask. After I've already created a stamp visible layer on top of the layer mask. I don't understand! Can anyone help me with this?

    It seems that you are saying that you applied Unsharp Mask to the top layer and it resulted in black blocks suddenly appearing in the mask of an untargeted lower layer.
    Looks like image tile corruption of the mask. There's a lengthy thread where some Mac users have reported apparently similar corruption arising from using Gaussian Blur and Unsharp Mask filters. That seemed to involve Smart Objects, though, and your example has no SO.
    Link: Gaussian Blur in Photoshop CS5 Corrupting files
    Here are a few comments:
    "using gaussian blur, and then photoshop starts drawing blocks on my files. Sometimes it's on the actual layers themselves, and sometimes just in my layer masks."
    "It's not just gaussian blurring that does it for me though (though it does); for me, it's way worse layers with masks, or groups of layers with masks that really get things tweaked out."
    "Didn't even get to apply the Gaussian Blur. Saw the corruption happening while I was in the effect preview, hit cancel but it still messed up my image. Interestingly, it only effected the layer beneath the one I was attempting to apply the blur to."

  • Creating a PDF from a SAAS app creates boxes instead of Japanese characters

    I'm using an online app (Unleashed Software) to "print" invoices, and the printed invoices show boxes instead of Japanese characters. The really weird thing about this problem, is that it occurs only on certain devices. I've tested on Macs, Windows, Android, and iOS, and on some devices I get the problem, and on some devices I don't. It's not just a Windows problem, or a iOS problem. Additionally, I use different browsers, from Chrome, to IE, to Firefox, to Safari. Changing the browser doesn't seem to help when it's on a device that won't output Japanese characters in a PDF properly.
    I'm wondering how PDFs are generated when using online software. Since I can't reproduce the problem on certain devices, it seems to me that the software is using some local settings to render the PDF incorrectly.
    Any ideas of how I could go about troubleshooting this problem?

    Hi,
    Could you please answer the following questions
    1.What version of Crystal Reports are you using?
    Go to Help-> About to find out.
    2.What is the font you are using on the report?
    Try to change the font style to MS Gothic or Arial Unicode MS, most preferably MS Gothic.
    And export the report to PDF format.
    This may help you
    Thanks,
    Praveen G

  • How to create box in the sap script.

    I have a address like
    SAP America,
    Pala alto,Ca
    USA
    I want to put the above address in the box in sap scritp.
    How to do it .
    Please let me know.
    Any help would be highly appreciated.
    Thanks
    Edited by: mark_yellow mark on Jul 8, 2008 1:54 AM

    Hi Mark,
    If u you what to display the window with a box thw u can simply write this way
    /: BOX FRAME 10 TW
    You can use the POSITION and SIZE commands to set default parmeters for a box.
    You can write:
    /: POSITION XORIGIN '11.21' YORIGIN '5.31' MM
    /: SIZE HEIGHT '2' MM WIDTH '76' MM
    /: BOX FRAME 10 TW INTENSITY 10
    This can be usefull if you gave several boxes that share the same parameters.
    If you want to set the position realtively to the window use POSITION WINDOW
    to set the position to the top/left start of the window. Then use POSITION
    to set the current position relatively to the start of the Window.
    Note that you uses "+" or "-" in the ORIGIN position to the set the position relatively.
    /: POSITION WINDOW
    /: POSITION XORIGIN '+5' MM YORIGIN '+10' MM
    the position is now 5 MM from the left and 10 MM from the top of the window
    Drawing a line. You can draw a line by setting the Height or Weidth to 0
    and add a frane. E.g. a horizontal line:
    /: SIZE HEIGHT '0' MM WIDTH '200' MM
    Best regards,
    raam

  • Anyone using 4.0 Beta 5 on MAC and noticing Adobe Flash creating boxes when moving away from site where flash is used?

    Just upgraded to FF 4.0 beta 5 - noticing that when I visit a new page that uses Flash, I navigate away or to other sites and the box that Flash used is blanked out and super-imposes itself over the page. That means when I move from the flash page, the only thing I can do it close the browser and reopen.
    Yes, I am using 10.1 (or whatever the latest flash is for my MAC - that also has all its updates). Reverted back to FF 4.0 beta 4 and NO PROBLEM using the older beta version. HELP.

    That sounds like a known problem on OS X. From the known issues section of the [http://www.mozilla.com/en-US/firefox/4.0b5/releasenotes/ Firefox 4 Beta 5 Release Notes]
    "Plugin content can be rendered incorrectly leaving blank white squares over web content. Scrolling or switching tabs will often fix the problem, although sometimes you must close the tab which contains that plugin content (see [https://bugzilla.mozilla.org/show_bug.cgi?id=592453 bug 592453])"
    This should be fixed in the next beta.

Maybe you are looking for

  • Alunn no longer working with KDE 4.6

    I use alunn to be notified about available package updates. After upgrade to KDE 4.6, alunn still shows the package updates, but they can't be installed any more using alunn. The internally by alunn issued command is kdesu "konsole -e alunn_updatescr

  • How do i remove my old phone from my account

    How do i remove my old phone from my Apple account and link this new one?

  • E-Mail as text attachment Exception

    Hi, When iam sending E-Mail as a text attachment iam not able to send email. <i><b>exception occured ( document_not_sent )</b></i> This is the error what iam getting. Below is my code.Please help me. DATA : DOC_CHNG LIKE SODOCCHGI1,        OBJPACK LI

  • U300s Trackpad does not appear in device manager

    Recently I had an issue where I needed to reinstall windows. I downloaded a legitimate ISO and reinstalled it. When I went to reinstall all of the drivers, I had an issue with the TrackPad driver. I know it is a Cypress Touchpad. When I try to instal

  • Data and time

    Hello fellow Numbers-users! I've been using excel spreadsheat earlier, but I thought I might use numbers; since I'm on mac. My idea is to calculate my income each week, since work also wants my sheat for each week. Now my problem is that I work funny