Select column text in preview

I have a pdf with columns of text.
I'm sure that, pre-Lion, I used to be able to select a single column by alt-clicking and dragging.
Now if I do that, the selection is haphazard or, more often, it simply draws a rectangle around my target column but does not highlight it.
Any solutions out there?

I got that to work. Now I have another problem. The text looks fine in Design and Preview and Preview in Browser. I copied to the ftp folder for the site. It looks terrible, as you'll see. All the text is to the left and the color in the title lines doesn't appear. If I open the html file in Safari on the desktop, it's fine. Off the web it's bad. www.imagimedia.com. Page is FAQ

Similar Messages

  • Selecting Text from Preview

    well, actually selecting text is not the problem, it's the pasting of the selected text.
    Let me explain.
    I've got a friend who is blind. He is a music-teacher and I help him out, creating playlists in iTunes. Since he is not able to read pdf-files in Braille, I used to preview the playlist, select all text, copy and paste it in a Text-file.
    I did have this little trick of find & replace, that I used to add a Return to the end of a line, so he would get a readable list.
    Since I bought my new Mac, it did came with *Preview 5*, which works just the way Acrobat does. When I select text, it is selected in Columns, when I paste it, I get all information of column 1, followed by all information in column 2, a.s.o.
    Does anybody know a workable solution? Is it possible to install an older version of Preview (*Preview 2.1.0* worked fine) next to the newer one?
    aTdHvAaNnKcSe
    J. Pas

    Thank you for your response.
    Acrobat is the solution indeed. I can save the lists as pdf, open in Acrobat Reader & select the text like I used to in Preview.
    (Which, by the way is strange, it never was possible this way in Acrobat.... That's why I was so happy with the old Preview.
    Thank you again. I hope that in the future I can help somebody with the little things I know.
    Greetings
    J.Pas

  • Interactive Report - Include Non-selected Column in Row Text Search

    Hi,
    We have an interactive report that contains many columns. NAME VARCHAR2(30), TYPE VARCHAR2(30) etc and DESCRIPTION VARCHAR2(4000).
    Normally the DECRIPTION column would not be shown (avalilable for dispaly via 'Select Columns' but not selected), however we need the default Row Text Search (ie direct entry into the search field instead of creating a column filter) to search the DESCRIPTION field wether it is selected for display or not.
    This will allow the user to enter a term that may be contained in the DESCRIPTION to find records without trying to display a 4000 character field in the report - which just looks horrible.
    We are using ApEx 4.1.1.
    Thanks,
    Martin Figg

    Hi Ray,
    As I expected this has got us very close. We went with the code:
    select
    facility_id,
    facility_name,
    '<span title="' || facility_desc|| '">'||substr(facility_desc,0,50)||decode(sign(length( facility_desc)-50),1,' (More...)',NULL)||'</span>' facility_desc,
    equipment_id,
    equipment_name,
    '<span title="' || equipment_desc|| '">'||substr(equipment_desc,0,50)||decode(sign(length( equipment_desc)-50),1,' (More...)',NULL)||'</span>' equipment_desc,
    from
    rf_full_item_list_vwhich works well. The only issue is that when you download to csv you get the html tags etc as well. Put I am a lot closer to a solution than we were.
    Thanks again.
    Martin

  • Can no longer select text in Preview

    Hello there,
    A very annoying problem: I selected some text in a .pdf file that was opened with Preview and I marked it yellow, however once I saved it I could no longer select any more text, it is like the function has disapeared. I even tried restarting the computer, but I can no longer select text in that file. How odd?
    Funny enough, the phenomenon doesn't occur with all my .pfd files. I guess it is a bug, but quite annoying. Any one else having the same problem?

    Thanks for posting back though i'm sorry it didnt work.
    I believe there are also other dashboard plist files in that folder (i'm not currently at my Mac so can't say which exactly, though i believe one is called "client"). You could try trashing them (or dragging them to the desktop).
    Does the problem also happen if you log in to another account? Create a new account if necessary.
    /p

  • How can i define a boolean variable with the condition if i got a specific text on a selected column?

    How can i define a boolean variable with the condition if i got a specific text on a selected column?
    Example:
    my select results:
    [id = 102] [Company = 'Microsoft']
    If i got microsoft in 'Company' i want to my another table with the columnName "Microsoft" get "true".
    Can you help me?

    That is called 2-table UPDATE.
    Example:
    http://www.sqlusa.com/bestpractices2005/updatewithcorrelatedsubquery/
    Kalman Toth Database & OLAP Architect
    Free T-SQL Scripts
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • How to Change Column text of Iview HCM Process Overview

    ECC Ehp4 sps7
    Portal 7.01 sps7
    Please Help,
    I am trying to globally personalize the Copy of the Iview HCM Process Overview . The column texts have titles such as Object Type and Object Key. I want to rename them Person ID etc.
    I was able to "Hide" some columns in the Iview but when I change the text in the "Settings for Current Configuration" it does not Appy or change the Display.
    I am in the Portal Content Administrator, with Admin priveledges. I am opening the Iview objecyt then using Preview.
    I then Right cntl click to bring up the Settings for Current Configuration. I am looking at the View UI Element Tree and opening the Grouping of UI Elements. I see the text for the column "Object  Key" I change the text but when I save it does not change the Iview text. When I open the "Settings for Current Configuration again the changed text is still there but the Iview has not changed
    Any help on this matter would be appreciated.
    thank you,
    Sarah

    Yes,
    I have opened the Role object, edited the Work Overview Page inside the role, selected / clicked on the Iview HCM Process Overview, opened the IView  HCM Process Overview, previewed it, cntl right click for Settings for current configuration,
    Selected the UI Element "Object Type" TEXT and made my changes
    Sarah

  • How to export only selected columns of WD ALV to excel

    Hi,
    I have WD ALV report with EXPORT button (since standard button was not working properly i just hide that and added custom one) & standard dropdown to choose layout. Out of 20 columns user may choose n number of columns, the same number of columns i need to transfer to xls. How to export only selected columns to xls. Any method or FM to filter number of columns being transfer to xls. please advise
    Rgds
    sudhanshu

    Hi,
    Where exactly we are (or going to be) using this reference i.e., CL_SALV_WD_CONFIG_TABLE. Im passing contents, filename & MIME type as:
    call function 'SCMS_STRING_TO_XSTRING'
        exporting
          TEXT   = TEXT
        importing
          BUFFER = XTEXT.
    WDR_TASK=>CLIENT_WINDOW->CLIENT->ATTACH_FILE_TO_RESPONSE(
    **path to the word file
        I_FILENAME = 'WDP.xls'
    String Variable
        I_CONTENT =  XTEXT
    File Type
        I_MIME_TYPE = 'EXCEL' ).
    In CL_SALV_WD_CONFIG_TABLE we have few methods related to column settings however not sure where exactly we will be using this class reference. can you please give some idea so that i can do some r&d in that.
    Rgds
    Sudhanshu

  • Creating a two columns text reflow

    Hi
    I'm trying to create a two column page which needs to get data that will fill the columns. Upon filling one column, the text will need to reflow to the next one (as much as a two column text frame in a layout program does).
    Is it possible in a Designer ES? (version 8.2.1.5161.1.566259) What is the best practice to do so?
    Thanks,
    Yossi Maoz

    Are you trying to make it an interactive form or are you going to merge data onto the template and make a print form? In either case I modified your sample. The root Page subform must be set to flowed. You do not need a field in the second content area. I resized the 1st field to make it easier. I changed the layout to allow the field to expand in the Y direction (on the layout tab). I cahnged the Form Properties/Preview to Interactive so that I coudl enter in data. Now when the field fills up scroll bars will appear and when you tab off of the field the field will be redrawn to its actual size. Enter in enough data to case a page overflow and you will see the second column fill up.
    Paul

  • Selecting Overset Text In InCopy CS5 [AppleScript]

    I am trying to fix the AppleScript I used in InCopy CS3 to select overset text in CS5.
    In my old script I tell InCopy to select the overset text in the current story. Simple command:
    select text of last text column of myStory
    In CS5 it now selects the last column in the layout. So in CS3 the last column was defined as the overset set if there was overset text. Now it is the last column. I admit that I think this was a bug in CS3 but it worked for me.
    Now I have no way to select all Overset text. If I run
    set myOverset to overset text of myStory
    This will get me the number of lines of overset text. So I think, if I know the number of lines of overset set, then I can use the total number of lines of text, subtract the number overset lines, and that will tell me the first line I need to select. Doesn't work. If I try to find out the number of lines in a story, the result is less than the number of lines shown to me in Story View. The amount it is off varies.
    Does anyone have any ideas. Also, I have tried to select multiple lines using AppleScript but InCopy doesn't like that.

    Most logical answer would be that for some reason your specific text was not exported as InCopt text (you have to do this for every text story you have and want to be able to edit). If you click on such a text frame, does a name get selected in the assignment and/or Links panel? If not, the text is not an InCopy text.

  • Edit/delete text in Preview

    How do I edit/delete PDF text in Preview?  I can get the handles around the text, but can do nothing with the text.  Text is a note added within the original PDF (not at the  margin).

    Open your photo in Preview and convert it into a pdf file before you start your project. To convert it to pdf use the "Export" option and select "pdf".
    Once it is a pdf document you can use Preview to add text, speech bubbles and other annotations, and you will be able to remove them again, when you open your document again.
    Regards
    Léonie
    P.S: I can currently test this only in 10.8.2, but it should work the same on your system.

  • Selection screen text not appearing in other than engllish language .

    Hello All,
                On selction screen I have 3 select-option and 2 radio button for that I have the  selection text maintain in 'Selection Text".
                When I login to system using French language then on selection screen only select options text  is appearing in French language and Radio buttons text is not appearing in French language, it appearing in English  language. In the program where I have maintain the selction text one column is there name as  "Dictionary Object" which has the check box. In that, for select options check box is check in Dictionary object but for Radio button that check box is in disable mode.
                 So how can Radio buttons text is appearing in French language when login through french language.

    You've two options.  One, log in in French and maintain the texts for the radio buttons directly.  Two, use tx SE63 to maintain the texts for the radio buttons in French.
    The select-options are automatically translated because their texts come from the data dictionary, and (as presumably they're SAP standard types), they're already translated as part of the French language pack.  But the radio-buttons you have to do yourself.
    matt

  • Importing two-column text from Pages

    I've produced several successful calendars and books using the iPhoto service in the past couple of years, but one thing has me defeated.
    So far, I have used Pages to create text, then style it the way I want, and finally cut and paste it into the book project. It works perfectly. So far, so good.
    Now I want to do two-column text pages, instead of a full-width single-column layout, but I can't find a way to do it.
    I have tried exporting the two-column set out of Pages as a pdf, then using the Import command in iPhoto, but it is greyed out in the navigation window. No go.
    Any ideas?

    Do a Print to PDF of the Pages layout and select the Send PDF to iPhoto option. That will create a jpg image of the page which can be added to a full page layout in the Book. Here are a couple of crude examples of that from a Word document: Portrait oriented - Landscape oriented.
    Of course my example is single column but with a two column layout in Pages and in the landscape mode it would work just as well.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.
    Message was edited by: Old Toad

  • Javascript: select all text, break link to style

    Hi
    I'd like to select all text in a Document (in different independent textboxes) and then break the link to it's style (in the program in the Flyout-menu of the paragraph styles)
    Is this function scriptable (javascript)?
    How do I select all the text?
    InDesign CS6, OS10.7.4
    Thanks

    In fact, I use the adobe findchangebylist to modified, I want to do a clear setting script, not only break link to style, but when i run the script that will get error, can u help me to fix it, my script is shown as below:
    main();
    function main(){
    var myObject;
    //var myCheckSelection = false;
    //Make certain that user interaction (display of dialogs, etc.) is turned on.
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    if(app.documents.length > 0){
      if(app.selection.length > 0){
       switch(app.selection[0].constructor.name){
        case "InsertionPoint":
        case "Character":
        case "Word":
        case "TextStyleRange":
        case "Line":
        case "Paragraph":
        case "TextColumn":
        case "TextFrame":
        case "Text":
        case "Cell":
        case "Column":
        case "Row":
        case "Table":
         myDisplayDialog();
         break;
        default:
         //Something was selected, but it wasn't a text object, so search the document.
         //myFindChangeByList(app.documents.item(0));
                        //alert("Nothing Selected, Please Select Text Frame or Text.");
      else{
       //Nothing was selected, so simply search the document.
                //myFindChangeByList(app.documents.item(0));
                alert("Nothing Selected, Please Select Text Frame or Text.");
    else{
      alert("No documents are open. Please open a document and try again.");
    function myDisplayDialog(){
    var myObject;
    var myDialog = app.dialogs.add({name:"Joan New Clear Setting_v1.0"});
    with(myDialog.dialogColumns.add()){
       with(dialogRows.add()){
       with(dialogColumns.add()){
    staticTexts.add({staticLabel:"Search Range:"});
         var mySearchButtons = radiobuttonGroups.add();
         with(mySearchButtons){
         radiobuttonControls.add({staticLabel:"Current Document", checkedState:true});
                       if(app.selection[0].contents != ""){
        radiobuttonControls.add({staticLabel:"Selection", checkedState:true});
       with(dialogColumns.add()){
        with(borderPanels.add()){
         staticTexts.add({staticLabel:"Clear Setting:"});
         var myDateButtons = radiobuttonGroups.add();
         with(myDateButtons){
         radiobuttonControls.add({staticLabel:"English", checkedState:true});
         radiobuttonControls.add({staticLabel:"Chinese"});
    var myResult = myDialog.show();
    if(myResult == true){
      switch(mySearchButtons.selectedButton){
       case 0:
                     BreakLinktoStyleDocument();
                     TurnOffHyphenationDocument();
                     myObject = app.documents.item(0);
                     myCheckSelection = false;
        break;
                  case 1:
                     BreakLinktoStyleSelection();
                     TurnOffHyphenationSelection();
                     myObject = app.selection[0];
                     myCheckSelection = true;
        break;
      switch(myDateButtons.selectedButton){
      case 0:
      myFindChangeByList1(myObject, myCheckSelection);
      break;
      case 1:
      myFindChangeByList2(myObject, myCheckSelection);
      break;
      myDialog.destroy();
      //myFindChangeByList1(myObject);
    else{
      myDialog.destroy();
    function TurnOffHyphenationDocument() {
    app.activeDocument.stories.everyItem().texts.everyItem().hyphenation=false;
    myTables = app.activeDocument.stories.everyItem().tables.everyItem();
    myTables.cells.everyItem().paragraphs.everyItem().hyphenation=false;
    function TurnOffHyphenationSelection() {
    app.selection[0].texts[0].hyphenation=false;
    app.selection[0].cells.everyItem().texts[0].hyphenation=false;
    function BreakLinktoStyleDocument() {
    app.activeDocument.stories.everyItem().texts.everyItem().applyParagraphStyle(app.activeDoc ument.paragraphStyles.item(0), false);
    app.activeDocument.stories.everyItem().texts.everyItem().applyCharacterStyle(app.activeDoc ument.characterStyles.item(0), false);
    myTables = app.activeDocument.stories.everyItem().tables.everyItem();
    myTables.cells.everyItem().paragraphs.everyItem().applyParagraphStyle( app.activeDocument.paragraphStyles.item(0), false);
    myTables.cells.everyItem().paragraphs.everyItem().applyCharacterStyle( app.activeDocument.characterStyles.item(0), false);
    function BreakLinktoStyleSelection() {
    app.selection[0].texts.everyItem().applyParagraphStyle(app.activeDocument.paragraphStyles. item(0), false);
    app.selection[0].texts.everyItem().applyCharacterStyle(app.activeDocument.characterStyles. item(0), false);
    app.selection[0].cells.everyItem().texts[0].applyParagraphStyle(app.activeDocument.paragra phStyles.item(0), false);
    app.selection[0].cells.everyItem().texts[0].applyCharacterStyle(app.activeDocument.charact erStyles.item(0), false);
    function myFindChangeByList1(myObject, myCheckSelection){
    var myScriptFileName, myFindChangeFile, myFindChangeFileName, myScriptFile, myResult;
    var myFindChangeArray, myFindPreferences, myChangePreferences, myFindLimit;
    var myStartCharacter, myEndCharacter;
    var myFindChangeFile = myFindFile("/ScriptSupport/te.txt")
    if(myFindChangeFile != null){
            // Because the selection will change as we add/remove characters,
            // we'll need to reset the selection after each pass if we are
            // checking the selection. We'll get the index of the first character
            // in the selection (relative to the start of its parent story) and
            // the index of the last character in the selection (relative to the
            // *end* of the story, and we'll use them later in the script to
            // keep the ends of the selection in place.
      if(myCheckSelection == true){
       var myStart = myObject.characters.item(0).index;
       var myEnd = myObject.characters.item(-1).index;
       var myStory = myObject.parentStory;
       var myStoryEnd = myStory.characters.item(-1).index;
       myEnd = (myStoryEnd - myEnd)+1;
      myFindChangeFile = File(myFindChangeFile);
      var myResult = myFindChangeFile.open("r", undefined, undefined);
      if(myResult == true){
       //Loop through the find/change operations.
       do{
        myLine = myFindChangeFile.readln();
        //Ignore comment lines and blank lines.
        if((myLine.substring(0,4)!="text")||(myLine.substring(0,4)!="grep")||(myLine.substring(0, 5)!="glyph")){
         myFindChangeArray = myLine.split("\t");
         //The first field in the line is the findType string.
         myFindType = myFindChangeArray[0];
         //The second field in the line is the FindPreferences string.
         myFindPreferences = myFindChangeArray[1];
         //The second field in the line is the ChangePreferences string.
         myChangePreferences = myFindChangeArray[2];
         //The fourth field is the range--used only by text find/change.
         myFindChangeOptions = myFindChangeArray[3];
         switch(myFindType){
          case "text":
           myFindText(myObject, myFindPreferences, myChangePreferences, myFindChangeOptions);
           break;
          case "grep":
           myFindGrep(myObject, myFindPreferences, myChangePreferences, myFindChangeOptions);
           break;
          case "glyph":
           myFindGlyph(myObject, myFindPreferences, myChangePreferences, myFindChangeOptions);
           break;
         if(myCheckSelection == true){
          myStartCharacter = myStory.characters.item(myStart);
          myEndCharacter = myStory.characters.item(-myEnd);
          myObject = myStory.texts.itemByRange(myStartCharacter, myEndCharacter);
          app.select (myObject);
       } while(myFindChangeFile.eof == false);
       myFindChangeFile.close();
    alert("Done");
    function myFindText(myObject, myFindPreferences, myChangePreferences, myFindChangeOptions){
    //Reset the find/change preferences before each search.
    app.changeTextPreferences = NothingEnum.nothing;
    app.findTextPreferences = NothingEnum.nothing;
    app.findChangeTextOptions = NothingEnum.nothing;
    var myString = "app.findTextPreferences.properties = "+ myFindPreferences + ";";
    myString += "app.changeTextPreferences.properties = " + myChangePreferences + ";";
    myString += "app.findChangeTextOptions.properties = " + myFindChangeOptions + ";";
    app.doScript(myString, ScriptLanguage.javascript);
      myFoundItems = myObject.changeText();
    //Reset the find/change preferences after each search.
    app.changeTextPreferences = NothingEnum.nothing;
    app.findTextPreferences = NothingEnum.nothing;
    app.findChangeTextOptions = NothingEnum.nothing;
    function myFindGrep(myObject, myFindPreferences, myChangePreferences, myFindChangeOptions){
    //Reset the find/change grep preferences before each search.
    app.changeGrepPreferences = NothingEnum.nothing;
    app.findGrepPreferences = NothingEnum.nothing;
    app.findChangeGrepOptions = NothingEnum.nothing;
    var myString = "app.findGrepPreferences.properties = "+ myFindPreferences + ";";
    myString += "app.changeGrepPreferences.properties = " + myChangePreferences + ";";
    myString += "app.findChangeGrepOptions.properties = " + myFindChangeOptions + ";";
    app.doScript(myString, ScriptLanguage.javascript);
    var myFoundItems = myObject.changeGrep();
    //Reset the find/change grep preferences after each search.
    app.changeGrepPreferences = NothingEnum.nothing;
    app.findGrepPreferences = NothingEnum.nothing;
    app.findChangeGrepOptions = NothingEnum.nothing;
    function myFindGlyph(myObject, myFindPreferences, myChangePreferences, myFindChangeOptions){
    //Reset the find/change glyph preferences before each search.
    app.changeGlyphPreferences = NothingEnum.nothing;
    app.findGlyphPreferences = NothingEnum.nothing;
    app.findChangeGlyphOptions = NothingEnum.nothing;
    var myString = "app.findGlyphPreferences.properties = "+ myFindPreferences + ";";
    myString += "app.changeGlyphPreferences.properties = " + myChangePreferences + ";";
    myString += "app.findChangeGlyphOptions.properties = " + myFindChangeOptions + ";";
    app.doScript(myString, ScriptLanguage.javascript);
    var myFoundItems = myObject.changeGlyph();
    //Reset the find/change glyph preferences after each search.
    app.changeGlyphPreferences = NothingEnum.nothing;
    app.findGlyphPreferences = NothingEnum.nothing;
    app.findChangeGlyphOptions = NothingEnum.nothing;
    function myFindFile(myFilePath){
    var myScriptFile = myGetScriptPath();
    var myScriptFile = File(myScriptFile);
    var myScriptFolder = myScriptFile.path;
    myFilePath = myScriptFolder + myFilePath;
    if(File(myFilePath).exists == false){
      //Display a dialog.
      myFilePath = File.openDialog("Choose the file containing your find/change list");
    return myFilePath;
    function myGetScriptPath(){
    try{
      myFile = app.activeScript;
    catch(myError){
      myFile = myError.fileName;
    return myFile;
    and here is my text file, te.txt
    //001
    grep {findWhat:"."} {appliedLanguage: app.languagesWithVendors.item("English: USA"), kerningMethod: "無"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}
    //002
    grep {findWhat:"."} {kinsokuSet: "繁體中文避頭尾(s)"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}
    //003
    grep {findWhat:"."} {mojikumi: "nothing"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}
    //004
    grep {findWhat:"."} {ligatures:false} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}
    //005
    grep {findWhat:"."} {gridAlignment: 1852796517} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}
    //006
    grep {findWhat:"."} {leadingModel: 1248619858} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}
    //007
    grep {findWhat:"."} {characterAlignment: 1247896172} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}

  • Place in the center the column texts

    Hi BW knowledge broadcasters,
    I am looking for the method to place in the center the column texts. It seems it could be in the css implemented in the WAD web template. But I don't know neither for the queries built directly with the Query Designer.
    Thanks in advance.
    Geo

    One problem you will encounter is that the column headers and the rows have the same class associated to them and if you set this to center, your rows will also be centered.  You will need to either use the Table API to change the class of just the column headers or possibly with javascript.  To find the class, run the query in the web, right-click and select view source, search for the text in the columns and find the associated class referenced in the HTML. 
    Here is a link to all of the styles in the standard BWReports.css:
    <a href="http://help.sap.com/saphelp_bw33/helpdata/en/3f/ca453afbf37b54e10000000a11402f/content.htm">http://help.sap.com/saphelp_bw33/helpdata/en/3f/ca453afbf37b54e10000000a11402f/content.htm</a>
    This is specific to BW 3.x.  In 2004s, the styles are now driven from the Portal theme. 
    Thanks,
    Jeff

  • Return selected column header of table

    I'm sure there's probably a way of doing this.  But I haven't found it yet.
    I'm building an application that will act as a kind of "universal" report generator for tables in a MySQL database. 
    On startup, a Combo box is populated with table names of the database.  When the user selects one of those tables, the column names are retrieved from the database and used to populate the column headers of the LabVIEW table.  
    The idea is that the user will be able to select that column and enter filter contraints into a text box.  Those constraints will then be added to the WHERE statement for that column.  
    So far I've only been able to find a way to return the Active Cell or a Selection of Cells when the user clicks on the actual data in the table.  
    Is there a direct way to retrun a  selected column header value in LabVIEW?
    I'm musing there may be some kind of workaround using transparent controls on top of the headers.  But since different tables will have different numbers of columns that the user sets the width on, I'm not really sure this will work either.  
    Patrick Allen
    Solved!
    Go to Solution.

    falkpl wrote:
    If you make the headers editable, this allows active cells to specify your column selected active row is -1 column is the selected column. you might have to use mouse down? to filter out the ability for the user to edit your column headers though.
    Hmmm.....this has possibilities. 
    I definately don't want the user changing the actual headers.  Although in this case, maybe I could call that a "feature".   Eventually the idea is that when the user has all the data filtered to his liking , he pushes an "export" buttton and everything is dumped to an Excel worksheet.  He can then manipulate it.  Create graphs.  Etc. Etc.   So maybe changing the headers to something other than somewhat non-intuitive field names in our database is desireable.  
    Thanks for the suggestion. 
    Patrick Allen

Maybe you are looking for

  • Print Preview in PO

    Hi All, How do i make the Print preview buttion in Display mode in ME22N?(change PO) We have configured Release strategy so that the user should not print PO directly from this Tcode. After making the respective releases only,they have to print throu

  • How to update Boot Camp drivers when you already install Boot Camp?

    The last time i install Windows 7 (Boot Camp) and drivers on my Mac was a bit long time ago, and i realise that there is some new drivers available for mine, so how can i update my Boot Camp drivers, please help me, and thanks!!!

  • Restore from time machine on clean hard drive

    I want to change my current hard drive to a SSD hard drive. Unfortunately i lost the DVD that came with the Mac, so my question is whether i can do a complete restore from the time machine backup? Does it include all the iOs file and everything?

  • Possible to split one large pdf into multiple pages (in the same pdf?)

    I have some well logs that have been scanned - problem is they're coming is as one loooong page in the pdf.  Is it possible to split it up into several 8.5 x 11 pages within Acrobat, or do I need special software?

  • Mail IMAP after 10.5.2 can't read ANY mails in boxes with non-ascii names

    I have Mail with IMAP that connects to a regular MAC OS X Tiger server running IMAP. After upgrading to 10.5.2 on the client, Mail can no longer read ANY mails at all in any mailbox whose path contains a non-ascii character! Hence: If a box is called