Several lines/attributes in a textview?

Hello,
i want to display several attributes in a textview (which is in a table.)
Additionally each attribute should be placed in a new line within the textview.
Can anybody help me?
(i've read something about string_table ............but i don't know if it's suitable - i don't get it work)

hi koen,
when i use textedit it works. but i only want to display data within the table. And the layout of a textedit uielement is very different to my table ...
How can I adjust the layout, that it fits in my table .....?
Or is ther an alternative to string_table and textEdit?
... a further problem is, that i don't know the amount of rows i have to display. So it's difficult to set the rows and columns...
Message was edited by:
        Chris Rukar

Similar Messages

  • HP officejet Pro L7590 Prints 1/2 of the text line on several lines of document

    I got an email for diagnosing the printer and I was prompted to install updated drivers and I did that and now when I print the test page I get several lines of text that only prints the top or bottom 1/2 of the letters across the page, I Printed a self test diagnostic Page and it printed everything in pink but it did not print 1/2 letters across the page like the test page,Then I printed a Print quality page and it did the same as the test page and it did the same as the test page, then I tried to calibrate the line feed thinking that may correct the problem but did not, What what can I do ????
    Irven
    This question was solved.
    View Solution.

    Hi mmcmret8,
    Thank you for your reply! It is possible the printheads might need to be changed, at this point I would recommend to please call our phone support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region. Country-language selector.
    Best regards!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • The ability to customize line attributes in a line graph (3 series)

    Hello all,
    I have a line graph page that plots three lines (series 1, series 2, series 3).
    line 1 - upper boundary of a confidence interval
    line 2 - actual estimate
    line 3 - lower boundary of a confidence interval
    Visualize three lines running along the axis. If the estimate line dips above the upper line or below the lower line, then that would indicate a problem for us to investigate.
    It looks pretty but the end user wants the upper and lower boundaries to be 'dotted' lines instead of solid to help differentiate it from the estimate. Currently, I don't have any control over the line attributes using the built in wizard. Anybody know how I could customize the display so that lines 1 and 3 would be dotted while leaving line 2 as a solid line?
    Thanks for any help.
    James

    James -
    You are going to need to use Custom XML for this task
    This link outlines (among other things) how create a process to create XML to replace the #DATA# in the Custom XML: Re: Chart with 2 Y Axis
    In addition to this, the following link is useful in seeing how the page process can work: http://apex.oracle.com/pls/apex/f?p=36648:30:4466603909194692:::::&tz=-8:00
    Next, you will need to create a new line style in your Custom XML (not the #DATA# tag portion, but the Custom XML of the chart) Here are a couple of references that may help: http://www.anychart.com/products/anychart/docs/xmlReference/index.html and http://www.anychart.com/products/anychart/docs/users-guide/index.html
    Once you have defined a style in your custom XML, then your page process will need to make decisions about what style to use and apply the correct style to the appropriate lines.
    I know this process is quite confusing at the beginning, however, with a little practice, it becomes much easier.
    Austin

  • Several line in a cell

    is it possible to create several line in one cell in a table?

    it's nothing to do with wrapping text, i just want to create multiple line in one cell,
    i want to create
    cell1   cell2     cell3
    ab       ab1     1
              ab2     
              ab3     
    but..... ab1, ab2, and ab3 in one cell

  • FS that updates several lines in the table-part

    Hi!
    I use 2005A B1..
    Can i make FS that updates several lines in the table-part of the marketing doc? For example, i press Shift+F2 in the "Tax Code" cell of the 1st row of the doc, the rest of the lines in the table will have "Tax Code" also updated?
    Regards,
    David

    Hi,
    You can do this using formatted searches.  Please try the following:
    1.  Create a UDF on the 'Marketing Document - Title' called 'VATCODE'
    2.  Add a FS to the UDF with the following query
    SELECT T0.\[Code\] FROM OVTG T0
    3.  Add the formatted search to the Tax Code field in the lines with the following query
    SELECT $\[ORDR.U_VATCODE\]
    The key thing is when setting up the FS at line level you need to set it so that it Auto Refreshes 'When Field Changes' and not 'When Exiting Altered Column'.  The column will be the VATCODE UDF you set up earlier.
    Now if you add a few lines to your order and then select the VAT Code in your UDF by pressing Shift F2 then it will copy down to all the lines.  The only issue is that it will not automatically copy down to any lines added after you have selected the VATCODE UDF.
    I hope this helps.
    Regards,
    Adrian

  • How to comment several lines in single go in LSMW?

    Hi,
    How to comment several lines in single go in LSMW? in SE38 we can select the code and CTRL+< . But in LSMW this will not work out. So how to comment several lines in single go?
    Regards
    Sreekanth

    Sreekanth,
    I've worked with LSMW for awhile but never found an easier way.  The editor is old so you won't even see multiple comment command.  I figure that you can select a block and cut it and put on se38 and do the comment from there then paste it back into lsmw.
    Good luck.
    Tai

  • Mapping, splitting linen in several lines

    Hi,
    I have the following situation.
    The source structure contains a field that can be up to 4000 characters long,
    The target structure contains a field than has a length of 132.
    These fields have to be mapped with each other but how can I split the field of 4000 characters
    into several lines of 132 characters long?
    kind regards Maarten

    Hi,
    You can do this with a UDF.
    Create a advanced UDF of type Context and use the following code.
    while(a[0].length() >132)
    String tem = a[0].substring(0,132);
    a[0] = a[0].substring(132,a[0].length());
    result.addValue(tem);
    Note that this UDF splits only for the first occurance of the source field i.e. a[0] if you require for all the occurance loop through the source field and also the single target field should have a unbounded occurance.
    Thanks
    SaNv...

  • Group several lines in different ports

    Experts:
    I used the Labview andI met a problem by group several lines in different ports. For example, I had 11 address lines, there are 8 in port C and 3 in port D. I want to group them into a group. I used the group configration and group write function to write signal to those lines. But it seems didn't work. Plese gave me some suggestion. Thanks!
    --Ying

    Typcially, when you group multiple ports together the port or channel size should be multiple of 8. This means that if you want to group 11 lines together, you will have to group port C and D, a total of 16 lines together. When you read from those 16 lines, you can ignore the upper 5 bits of data. When you write to those 16 lines, you can write zero to the upper 5 bits.

  • Split table record into several lines - pdf forms

    hello experts
    im trying to split a table record into several lines in order to present the whole table record in the form.
    for example:
    table T has 4 fields F1 F2 F3 F4
    if the tables has 2 records - R1 and R2 (every record contains 4 data fields) then i want to present my table in the following way:
    R1-F1 R1-F2
    R1-F3 R1-F4
    R2-F1 R2-F2
    R2-F3 R2-F4
    please do not refer me to links - i really need a specific procedure
    thanks ahead to all
    Eyal
    P.S i am using the adobe lifecycle - SFP tran.

    hey everyone
    it has been solved
    for the record:
    subform table (flowed content) contains 2 positioned subforms
    subforn header
    subform lines contains 2 flowed subforms 1 for the first two fields and 1 for the ladt two fields
    thank anyway
    Eyal

  • Printing web pages prints several lines of info on second sheet

    when i print a web page it always prints superfluos info on several lines of second sheet of paper i.e., site name and date and some other info. is this a margins issue or????

    This web printing utility may offer some help:
    http://www8.hp.com/us/en/partner/microsoft/bing-bar-for-hp/smart-print-download.html?jumpid=reg_r100...
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

  • How do I print Avery labels?  I can do the address only using address book, but I need to add several lines of additional information.

    How do I print Avery mailing labels?  I can do them using my address book, but I need to have several lines of additional info. on the label.  Thanks.

    You chose a group of addresses you want to print and then use command-P. You will get a drop down menu where you have to select the Avery number or size of labels. It's pretty rigid.
    I can't stand the limitations of the Contacts method of printing address labels. I don't want to waste a partial sheet if my selection doesn't come out even with the number of labels. I'd like to duplicate addresses which I use often to fill up the partial sheet. I like being creative with fonts, colors and even borders or images. Your ability to be creative with Contacts printing is severely limited.
    I've used Pay&Play's Label Printer Pro software for years. I originally paid MUCH more for this program. It's extremely versitle. Design one label and you can copy it to the rest of the labels in the drop down menu with one click. Chose how many of whichever lablel you want to duplicate with a simple cut and paste to fill up the page.
    I can vouch that it works perfectly with Mountain Lion, v 10.8.2.
    Here's the link to their direct download from their website for $6.95:
    http://www.payplaysoftware.com/download.html
    Or you can look up Label Printer Pro 7 on the app store and pay $9.99.
    No, I don't work for or have any ties to the company other than being a satisfied customer of a product which suits my needs perfectly.

  • PO lines attributes getting picked up in place of null PO headers attribute

    Hi,
    I am having a problem with the hierarchy problem. We are populating attribute 15 of a PO header. some times it can be null. FYI, we are using 11.5.10 instance where oracle supports direct PO template rather than having a rdf file.
    And now in the xml report, if attribute15 of po header is not null then it is fine.
    But if attribute15 is null, then the template is picking from the next available attribute15 that is from the po lines. As the line level group of "LINES" is between the "PO_DATA" (header group), hence the template is checking for next available attribute15.
    Can any one please suggest how to design the template where we can make the template to check only for that tag at the header level group rather than the line level group tag?
    Thank You in advance.
    Regards,
    Srinivas.

    Hi,
    I am having a problem with the hierarchy problem. We are populating attribute 15 of a PO header. some times it can be null. FYI, we are using 11.5.10 instance where oracle supports direct PO template rather than having a rdf file.
    And now in the xml report, if attribute15 of po header is not null then it is fine.
    But if attribute15 is null, then the template is picking from the next available attribute15 that is from the po lines. As the line level group of "LINES" is between the "PO_DATA" (header group), hence the template is checking for next available attribute15.
    Can any one please suggest how to design the template where we can make the template to check only for that tag at the header level group rather than the line level group tag?
    Thank You in advance.
    Regards,
    Srinivas.

  • Drilldown by several different attributes - several distinct multilevel hierarchies or just one

    Currently I have a schema that includes orders and the details associated with each order.  Nothing real special or complicated.  However both the Order and the Details can have a multitude of attributes associated with them.  For example,
    an Order can have:
    BusinessType
    MarketType
    SalesPerson
    Account
    Department
    Order Details might include:
    TransactionType
    TransactionAmount
    ItemNumber
    OrderId
    So, Im setting up my DW and have used the AdventureWorks 2008 sample for a lot of guidance.  I want to provide users the ability to see order revenue by grouping on one or more of several of the attributes on the Order.  Right now I have a single
    Measure group and fact table for Revenue.  It includes the Order Details along with the OrderId.  Then I made a Fact Dimension that includes just the Account and OrderNumber (similar to order id but different).  This leaves me with the question:
    If your main fact table has several related Dimensions that users might want to slice by
    and in each case, the grouping will be at least 2 levels deep, will I need to build several different Fact dimensions, each with just the attributes that will be included in that hierarchy?  Seems like it.  This looks like what the
    Adventureworks sample is doing with the different Fact dimensions that are setup for Internet Sales vs Reseller Sales.  

    IF I understand you question completely, you want to know that you need to create as many fact dimension as attributes you have in the fact table.
    Yes this is right and this is called Degenerated dimension in the Data Warehousing concepts.
    If you have too many attribute in the fact for the dimensional analysis then you can create a junk dimension as well including all the attributes in single database table. IN your case the ItemNumber and OrderID can be included in single junk dimension.
    http://byobi.com/blog/2013/09/dimensional-modeling-junk-vs-degenerate/
    Regards,
    Rahul
    lntinfotech

  • Line attributes "stick"

    hi -
    I'm another Freehand holdout. 'nuff said.
    I'm using Freehand MX 11.0.2 on an iMac running 10.5.7 4 GB RAM. Anyway...
    I've found that I can't change the attributes like reducing the width of a line or removing (previously assigned) arrow points on the ends. When I create a (new) line then go to the Inspector panel to change the attributes, nothing happens. I also went inside of the Preferences and unchecked the "Changing objects changes defaults" box. I even tried creating a box, ungrouping it, then using the Knife tool to get what I wanted...but the arrowhead still shows up on one end.
    I am thrilled that I got FH to work on this new machine but am a bit frustrated as many of the familiar tools and their functions don't operate like they used to (last time I used FH was at vers. 9 running OS 9.2
    Thanks!

    You may have a second stroke, with arrowhead, attached to the same path, or if the path is part of a group, you may have a stroke with arrowhead applied at group level.
    Compared to FH9, FHMX allows you to apply multiple strokes to a single path. It allows you to apply fills, strokes and effects at either path level or group level. It's a bit disconcerting at first to keep it all sorted out.
    A few hints:
    Remember that every time you click on the pencil icon in the Object panel, you add a new stroke. To edit an existing stroke, click on the stroke's name in the Object panel list.
    I like to keep my Info toolbar open so I can see at a glance whether I have a path or group selected.
    I have set a custom keyboard shortcut of F1 to Subselect. Since the tilde key (~) is Superselect, I can navigate groups easily with these two shortcuts.
    It's a good idea to leave the preference "Changing objects changes defaults" turned off. It will help you access the stroke and fill contents of selections of multiple objects with the same attributes.

  • Output several lines in ALV report

    Hi all,
    My requirement is to output multiple lines (i.e. text lines) in a grid of an ALV report, so that user could later download it to an MS Excel sheet.
    Is there any solution to it?
    Many Thanks!
    e.g., target output is like this and all the text lines in Col B should belongs to 1 single record...
    Col A | Col B          |
    ===============
    rec1  | text line 1   |
    text line 2
    text line 3
    ===============
    rec2 |  text line 1  ||
    text line 2
    text line 3

    Thanks!
    Yes, I populated it, but each text line occupies one row ID, how can make it?
    can I display it as a table in a grid ?
    Thanks!

Maybe you are looking for

  • Layer mask missing from my adjustment layer

    Hello Photoshop gang, Sometimes when I make an Adjustment layer (like a Vibrance Adjustment) the layer will either have or not have an attached layer mask thumbnail. It lately is NOT showing a layer mask thumbnail. When I have an active selection and

  • Problem Re-Partitioning/Reformatting.

    Ok... history of the problem here. I set up a 15 GB partition on my hard drive in my 2GHz Macbook Pro with Leopard on it. I eventually installed Ubuntu onto that partition. Eventually that partition fell into misuse and I decided I wanted to get rid

  • Aperture: easily clear keyword selection ?

    Searching your Aperture library through a keyword search is a great way to find the images you need. Yet, the way it is implemented in Aperture raises a question: is there a simple way (preferably a single action) to clear the check boxes in the keyw

  • Combining movies in iphoto

    how do you combine or join 3 separate movies in iphoto to make 1 movie??

  • How to add arrow in FCP

    My friend's football coach wants me to add an arrow over a player on the video to show the viewer which player to focus on. The video is supposed to be used to help the player get recruited to play for college football. What plug-ins are available fo