CFGRID lock columns

Using Coldfusion MX7. Does anyone know if you can lock/freeze
columns in CFGRID so that you can scroll horizontally while keeping
a set a columns in place for user readability? I've seen a way to
do this using CSS, but prefer the functionality and speed of
CFGRID.

Hello
It's not a foreign version !
If my guess is right it's mine too and French is not a foreign language, isn't it ?
In the main language the item is named: "Afficher la vue avant impression"
In one foreign language it is named "Print View"
Yvan KOENIG (from FRANCE mardi 30 octobre 2007 20:52:02)

Similar Messages

  • Locking column widths

    greetings,
    i have set up various pages and templates in dreamweaver with
    editable regions . however, when i add or remove content, my
    columns automatically adjust and throw my whole design off. this
    also happens when editing these remotely in contribute.
    is there a way to lock column widths in dreamweaver so they
    don't automatically adjust?
    thanks in advance,

    Yes. Don't use tables. Or build tables that are intended to
    collapse
    around their contents thereby retaining their shape. What you
    have
    described is simply how HTML tables behave.
    If you have used any 'wizard' HTML (i.e., that written by
    ImageReady, or
    Fireworks) in the process, then you no doubt have tables that
    are filled
    with not only invalid HTML but also col- and rowspans. The
    combination of
    the two is sure to exacerbate the problem - to see why I say
    that, read this
    page -
    http://apptools.com/rants/spans.php
    To get specific comments about how to triage your tables
    (including throw
    them out and start over recommendations), please post a link
    to one of your
    pages.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "macrotn" <[email protected]> wrote in
    message
    news:eiiie7$clf$[email protected]..
    > greetings,
    >
    > i have set up various pages and templates in dreamweaver
    with editable
    > regions
    > . however, when i add or remove content, my columns
    automatically adjust
    > and
    > throw my whole design off. this also happens when
    editing these remotely
    > in
    > contribute.
    >
    > is there a way to lock column widths in dreamweaver so
    they don't
    > automatically adjust?
    >
    > thanks in advance,
    >
    >

  • Locking columns in template

    Hi Gurus,
    I want to lock the columns in my template so that users won't be able to insert new columns and send data to server. How to lock columns in the template?
    Best Regards,
    Suresh.

    Also bear in mind, any security approach that relies on workbook protection of an input schedule has 2 flaws:
    1.) anyone with a hacker mentality, 15 minutes to kill, and Google can figure out how to break Excel workbook protection.
    2.) anyone with basic BPC training (or access to eSubmit -> dynamic template library) can build their own input schedule, and submit data to any data intersection they want.
    The common theme to these is, the system is only as secure as your users are ignorant of how it works. And users are always smarter & more creative than you can expect, particularly when they're being told not to do something that they'd like to do.
    So it pays to secure the appropriate dimensions, use work status settings to lock data that shouldn't change, and use task profiles to restrict access.

  • I can't move my column guides (lock column guides in unchecked)

    I can't move my column guides (lock column guides in unchecked)
    I have created a text box with 4 columns, I want the first column to be wader than the other 3.
    I have unchecked 'Lock Column Guides' (and double checked I have done this correctly!)
    If I use either selection tool to try and drag the colun guides it just picks up and moves my entire text box.
    What am I missing? Sorry if it's obvious, it's driving me mad!
    Thanks

    You can't have a multi-column text frame with variable width columns. Unchecking "Lock Column Guides" will allow you to reposition the COLUMN GUIDES not the text frame itself. Right now your text frame might be getting in your way, but if you move the text frame, you should be able to click on the COLUMN GUIDES and reposition them. I'd recommend moving these column guides on the Master Page so that the new guide setup will appear on all pages that are based on that Master Page. You can then create separate text frames linked together for each column on the Master Page. There are pros and cons to this. One con is that Span Columns can't be used with this method.

  • Lock Columns for Scrolling

    Hi,
    Is there a way to anchor or lock my columns like in excel so that I can still see those columns, yet work with other columns?
    i.e. Lock columns A&B and work with columns AA-AF?
    Thanks,
    GrMagi

    Hello
    It's not a foreign version !
    If my guess is right it's mine too and French is not a foreign language, isn't it ?
    In the main language the item is named: "Afficher la vue avant impression"
    In one foreign language it is named "Print View"
    Yvan KOENIG (from FRANCE mardi 30 octobre 2007 20:52:02)

  • Locking column view in Finder

    Is there a way to lock the Column View format, column widths in Finder so they remain the same in all Finder windows, and remain after quitting Finder and opening up a new window?

    Thanks ... that worked partially for me ... it appears that all columns have to remain the same width unless you drag one column to adjust it (but doing that does not lock the width for that column for later).

  • Locked columns in Table Settings (e.g. MD04)

    Hi gurus, I notice that in many areas of SAP, there are these "grid-like" tables. They all have an icon in the upper-right corner that allows you to create a variant after you move the columns around.
    My issue is this. I notice that in a lot of these tables, some columns are locked and cannot be moved around. For instance in transaction MD04, the very first column (Date) cannot be moved and I cannot put any other column before it.
    Is there a way to "unlock" these columns so they can be freely moved around?
    Thanks!

    I would have answered if you followed forum rules (as I can see in your previous posts, missing feedback, closed without any info)

  • CFGRID shifting column values

    Hi,
    I have a CFGRID that has 5 columns in which its values are
    obtained from the database. There is a single submit button that
    would submit to a processor page that updates any records with
    changed cells. The problem that I'm having is that the processor
    page would shift the values of the columns one over. For example,
    the value of column 4 would display as column 3 on the processor
    page. Below is the code:
    cfgrid page:
    <cfform method="post" name="adcost"
    action="index.cfm?fuseaction=process_advertising_cost_grid">
    <cfgrid name="advertizingCosts"
    format="HTML"
    query="advertizingcosts"
    selectMode="edit"
    colHeaders="true"
    colHeaderBold="yes"
    width="600"
    maxRows="25"
    stripeRows="yes"
    stripeRowColor="efefef"
    >
    <cfgridcolumn name="AdvertizingCostsID" header="ID"
    width="20" select="no">
    <cfgridcolumn name="AdvertizingCostsDate"
    header="Advertizing Costs Date" mask="MMMM D, YYYY" width="160">
    <cfgridcolumn name="Amount" header="Amount"
    width="60">
    <cfgridcolumn name="Details" header="Details">
    <cfgridcolumn
    name="StoreFrontName"
    header="StoreFront"
    width="150"
    values="#ValueList(storefronts.StoreFrontCode)#"
    valuesDisplay="#ValueList(storefronts.StoreFrontName)#"
    >
    </cfgrid>
    <input type="submit" value="submit" class="button" />
    </cfform>
    processor page:
    <cfif
    IsDefined("form.advertizingCosts.RowStatus.Action")>
    <cfloop index="counter" from="1"
    to="#ArrayLen(form.advertizingCosts.RowStatus.Action)#">
    <cfoutput>
    <p>
    counter is #counter#<br />
    The row action for #counter# is
    #form.advertizingCosts.RowStatus.Action[counter]#<br />
    AdvertizingCostsID is
    #form.advertizingCosts.AdvertizingCostsID[counter]#<br />
    AdvertizingCostsDate is
    #form.advertizingCosts.AdvertizingCostsDate[counter]#<br />
    Amount is #form.advertizingCosts.Amount[counter]#<br
    />
    Details is #form.advertizingCosts.Details[counter]#<br
    />
    StoreFrontName is
    #form.advertizingCosts.StoreFrontName[counter]#
    </p>
    <cfif #form.advertizingCosts.RowStatus.Action[counter]#
    eq "U">
    <pre>
    Original AdvertizingCostsDate:
    #form.advertizingCosts.Original.AdvertizingCostsDate[counter]#
    Original Amount:
    #val(form.advertizingCosts.Original.Amount[counter])#
    Original Details:
    #form.advertizingCosts.Original.Details[counter]#
    Original StoreFrontName is
    #form.advertizingCosts.Original.StoreFrontName[counter]#
    </pre>
    <cfelse>
    </cfif>
    </cfoutput>
    </cfloop>
    </cfif>
    The Amount data would end up going to the details column, the
    date appears as the amount on the second page. This page only
    displays values.
    It looks to be correct, but I'm not sure what is causing the
    shifting.
    Any help would be great!
    Jason

    This fixed it for me. Only do this if you have version 9.01 of coldfusion.
    Open cfide/scripts/ajax/package/grid.js
    find this line of code
    var _5aa=$G.computeActualRow_editField(this.editFieldState,this.selectedRow);    (IT is in the $G.Actions.afterEdit=function(_5a8))
    change it to
    var _5aa=$G.computeActualRow_editField(this.editFieldState,_5a8.row+1);
    every thing should now be in sync

  • How do I lock columns and rows in numbers?

    I have a large spreadsheet and I want to scroll up, down, left and right without the need to go up and down to find the name of the column or row where the information goes into.
    In Excel you lock a column or row just as easy but in numbers I have looked everywhere and don´t find an answer to this (otherwise) simple procedure.
    Thanks tho anyone who can help me.

    Hi Laura,
    The commands you are looking for are "Freeze Header Rows" and "Freeze Header Columns", both found in the Table menu.
    To use them, you must first convert the rows and columns you want to keep visible as Header Rows and Header Columns. You can define up to five of each. Rows must be at the top of the table and columns at the left, and multiple header rows/columns must be contiguous.
    Be aware that the conversion is not (easily) reversable, and that multiple headers (and footer rows) tend to slow large tables significantly.
    To convert an eligible row, hover the mouse over the row reference tab, then click the triangle when it appears. If the row is eligible for conversion (ie. if it is the top non-header row on the table, and is in the top five rows), you will see the option to "Convert to Header Row, seen below for row 2:.
    Regards,
    Barry

  • CFGRID (html) column a href issue

    Hello All,
    I am using the new cf8 html cfgrid. My Grid column is as
    follows:
    <cfgrid name = "NewReports" format="html" height="170"
    width="780" pageSize=5 sort=true>
    <cfgridcolumn width="160" name = "VIEWREPORT"
    header="Report" href="ViewReport.cfm?status=new"
    hrefkey="REP_REPORT_ID" target="_blank">
    </cfgrid>
    on the rows that do not have data (example if the query
    returns only 1 row.. there are 4 blank rows on the grid for page 1)
    the viewreports column shows a link. How do I go about not showing
    this link for blank rows? This was never an issue for flash grids,
    it seems that this is only appearing in html grids.
    Thanks
    Anusha
    Anusha

    it's not strange at all. your href is not inside a cfloop or
    cfoutput,
    so any reference to a query column will reference the first
    row only.
    one thing you can do is add a column that contains the full
    href text to
    your query, i.e.:
    SELECT categoryID, categoryName, CONCAT('/l/listing/tag/',
    categoryName,
    '.html') AS hreflink
    FROM...
    the above syntax is for MySQL, but your db will have its own
    CONCAT()
    function equivalent.
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • Lock columns and rows

    Hi I am trying to create a form/spreadsheet for shift bosses at work. I want them to be able to imput certain data but I also want to lockout certain columns and rows. Mostly so the formulas aren't tampered with. Is this possible?
    Also, is it possible to save to a database?
    Any help would be much appreciated.

    dogg,
    Create separate Input and Calculation tables. Lock the calculation table (Arrange > Lock), leave the input table accessible. If you don't want the calculations to be viewed during input, you can change the colors of all lines, fills and text to White before locking, and put them on a different Sheet for good measure.
    Another technique that plays on Numbers graphics advantage is to cover areas of your sheet that you wish to protect with a shape. Create a Shape and place it to cover your sensitive equations. Then set the Shape's Fill Color to 0% Opacity and lock the shape. Now you have what I call the salad bar sneeze guard effect for spreadsheets. You can defeat it if you try hard, but it works most of the time.
    Jerry
    Message was edited by: Jerrold Green1

  • How do I lock columns or rows from change

    I want to keep a couple of columns from changing.
    This is to prevent inadvertent changes in passwords or user Id.
    How do i do that.

    Waterdoc,
    Numbers allows you to lock a whole table but individual cells.  This means that it is best to design, upfront, your data so that user input data is in one table and calculations are in other tables (which you can lock).  There is no facility for login access by user.  There is the ability to lock a document using the document inspector:
    See the last section.  This is single password for the whole document.
    You can post suggestions to Apple directly using the menu item "Numbers > Provide Numbers Feedback"
    Best regards,
    Wayne

  • Locking column headers

    I want to lock down the headers for each of my columns so when I scroll down, the headers stay in place. I can do this with Appleworks, but not Numbers. Suggestions.
    TiA,

    Numbers 09 has the scroll lock feature for Header Rows, Numbers 08 does not. Numbers 08 will show the Header at the top of each new page in Print View mode if you select that option, but it won't lock for scrolling.
    Jerry

  • Lock column

    i want to create a ALV report in which i want to lock first column while horizontal scrolling...

    Hi,
    U have to specify in te fieldcatalog <b>FIX_COLUMN = 'X'</b>
    DATA:      i_fieldcat TYPE slis_t_fieldcat_alv,
           wa_fieldcat TYPE slis_fieldcat_alv,
      report_id = sy-repid.
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
           EXPORTING
                i_program_name         = report_id
                i_internal_tabname     = 'T_FINAL'
                i_inclname             = report_id
           CHANGING
                ct_fieldcat            = i_fieldcat
           EXCEPTIONS
                inconsistent_interface = 1
                program_error          = 2
                OTHERS                 = 3.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      LOOP AT i_fieldcat INTO wa_fieldcat.
        CASE wa_fieldcat-fieldname.
          WHEN 'NAME1'.
            wa_fieldcat-col_pos = 1.
            wa_fieldcat-fix_column = 'X'.
          WHEN OTHERS.
        ENDCASE.
        MODIFY i_fieldcat FROM wa_fieldcat.
      ENDLOOP.

  • Locking column height

    Ok, pretty new on iWork--trying to use Pages simply. Starting to get pretty frustrated becuase its NOT doing it the Apple way--just drag, drop, move on. I'm sure its just because I am doing something wrong.
    I'm using a newsletter template. They've got 3 wonderful columns. I want to lock the height of the columns so I can design the rest of the page. but when I start to add or take away text, everything moves around. The columns grow and shrink which screws up the rest of the page. I've just lost about an hour's worth of work trying to get the stinking columns to stay still.
    I'm stuck using my old Powerbook (800 Mhz) so typing is painfully slow (not exactly what I would expect from a word processor). Or, I'm guessing its that my powerbook is old; I sure hope you guys with newer Macs are not stucking typing about 1 keystroke per 10 seconds. Anyway, at that speed, I simply can't get the page to hold still, so any pictures I've put on the page move around.
    Neither the help nor the PDF manual tell me how to do this. Please help me before I throw the computer out the window!!

    You can 'kind of' limit the height of the columns by inserting a layout break at the end of the second column. It will resize both documents so they will remain the same height, but that height will change as you place items or text before the end of that layout break.
    (View Layout to see what is happening, and place your cursor in the lower half of the page. Then change the lower to one column and you will see what I mean. As you enter text in the upper columns the bottom of the upper columns will change accordingly.)
    I agree that not being able to lock the preset layout so it doesn't move is incredibly annoying.
    Personally I wish I could set up the page, with the blocking text they include, and then capture it. Set up all the pages the way you want in the order you want, link all the text areas together automatically and then delete all the text so you could write and everything you wrote would flow automagically into the layout you chose.
    The current method is a bit quirky, and limits how useful the program can be.
    The concept of Sections is an interesting one, but I stub my toes on it's nuances constantly while designing templates.

Maybe you are looking for

  • Drilldown Issue

    Hi I am using drilldown from table to a chart. In table i am showing 'Country' & in chart i am showing 'States' for the selected country. Now i want to show selected country in the chart. User gets confused on which state is selected, so to avoid thi

  • P12 certificate doesn't work with mozilla 4

    Hi, After I've updated my browser to FireFox 4 my bank certificate stopped working. It's a .p12 certificate. Is there a solution for this problem? It was working on the previous version 3.6. I've tested the certificate on other browsers - working.

  • How to manually create a Report Layout using Crystal

    I am trying to create a new layout using Crystal for my Statements using BP Aging .  the out of the box Crystal report for that will not work and it would be easier if i just decide what tables I want to look at.  The problem is i am not sure how to

  • Unable to overwrite 'Dispatching Country' field in Purchase Order

    Hi All, We are using SRM Extended Classic Scenario with ECC 6.0 as backend. I am able to replicate some customer fields to the backend system. However, i am not able to replicate the value under Item -> Import ->  Origin /Destination / Countries -> d

  • Java I18N Questions

    Hello, I've come across a problem trying to internationalize my program (web application, spring). I've successfully be able use UTF-8 encoding to add french characters, however I'm running into an issue with Japanese (multi-byte) characters. I've be