Locked table cell?

Our studio inherited an ID3 document. A portion of the table cells are locked. When you mouse over with any of the arrow tools it seems fine. As soon as you try to select the text the lock icon shows up. We're not able to unlock the cell (no unlock item shows up in the menu).
We did try copying the table to a brand new document, which unlocked the cells in question. However, when we edit the text, it also applies the changes to yet another table cell (almost like it was cloning the text).
I've never seen anything like this. We're wondering if this was repurposed from a Quark doc or something.
Any insight is appreciated. TIA

<<Does conditional text work on tables?>> I don't think so. Once you make any change to the header text, such as hiding conditional text or applying a variable, the changes are reflected in the headers in subsequent frames. But here's a different solution that works a lot better than the goofy white box. Suppress the header in the first frame. To do this, create the entire header, such as "Header 2 (Continued)" and then choose Table > Table Options > Headers and Footers and select Skip First. Then, in the first frame, type the header text, such as "Header 2" in the first line of body text, and apply the same formatting you use in the header.
Bob Bringhurst
http://help.adobe.com/en_US/InDesign/6.0/

Similar Messages

  • Lock table cell size

    Hello,
    I am creating a web form and want everything to line up.  I am looking on how I can lock a table cell size.  I simply clicked on the <td> selector and typed 70 in the Width, but it readjusts.
    Thank you.

    Hi melanie,
    here the whole source code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Black Oak Sign Up</title>
    <!-- Link to the style sheet -->
    <link href="style.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    #wrapper {
    background-image: url(images/GurlBOC.gif);
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: 600px;
    width: 800px;
    position: relative;
    #body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    position: relative;
    height: 300px;
    width: 525px;
    padding-top: 330px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    -->
    </style>
    <script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
    </head>
    <body bgcolor="#c8cacb" marginheight="0" marginwidth="0">
    <div id="wrapper">
      <div id="body">
        <form id="form1" name='form1' method='POST' action="">
          <table width="500" border="0" cellpadding="0">
            <tr>
              <td width="20%">First*</td>
              <td align="left"><span id="sprytextfield1">
                <input type="text" name="FirstNAME" id="FirstNAME" />
              <span class="textfieldRequiredMsg"></span></span></td>
            </tr>
          </table>
          <table width="500" border="0" cellpadding="0">
            <tr>
              <td width="20%">Last*</td>
              <td align="left"><span id="sprytextfield2">
                <input type="text" name="LastADD1" id="LastADD1" />
              <span class="textfieldRequiredMsg"></span></span></td>
            </tr>
          </table>
          <table width="500" border="0" cellpadding="0">
            <tr>
              <td width="20%">Steet 1*</td>
              <td width="235" align="left"><span id="sprytextfield3">
                <input name="STEET1" type="text" id="STEET1" size="35" />
              </span></td>
              <td width="109" align="right">Street 2 </td>
              <td width="49" align="right"><div align="center">
                <input name="Steet2ADD2" type="text" id="Steet2ADD2" size="5" />
              </div></td>
            </tr>
          </table>
          <table width="500" border="0" cellpadding="0">
            <tr>
              <td width="20%">City*</td>
              <td width="151" align="left"><span id="sprytextfield4">
                <input type="text" name="city" id="city" />
              </span></td>
              <td width="41" align="right">ST*</td>
              <td width="37"><span id="sprytextfield5">
                <input name="state" type="text" id="state" size="2" maxlength="2" />
                <span class="textfieldRequiredMsg"></span></span></td>
              <td width="111" align="right">Zip*</td>
              <td width="49" align="right"><div align="center"><span id="sprytextfield6">
                <input name="zip" type="text" id="zip" size="5" maxlength="5" />
              </span></div></td>
            </tr>
          </table>
          <table width="500" border="0" cellpadding="0">
            <tr>
              <td width="20%">Email*</td>
              <td align="left"><span id="sprytextfield7">
                <input name="email" type="text" id="email" size="35" />
              </span></td>
            </tr>
          </table>
          <table width="500" border="0" cellpadding="0">
            <tr>
              <td width="20%">Birthday*</td>
              <td align="left"><span id="sprytextfield8">
                <input name="DayBirth" type="text" id="DayBirth" maxlength="10" />
              </span></td>
            </tr>
          </table>
          <p>* A value is required</p>
        </form>
      </div>
    </div>
    <script type="text/javascript">
    <!--
    var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1");
    var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2");
    var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3");
    var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4");
    var sprytextfield5 = new Spry.Widget.ValidationTextField("sprytextfield5");
    var sprytextfield6 = new Spry.Widget.ValidationTextField("sprytextfield6");
    var sprytextfield7 = new Spry.Widget.ValidationTextField("sprytextfield7");
    var sprytextfield8 = new Spry.Widget.ValidationTextField("sprytextfield8");
    //-->
    </script>
    </body>
    </html>
    HCH,
    Hans-G.
    updated: hans-g.

  • Locking Table Cell width/height

    Is there a way to lock a table size width or height?
    Thanks,
    Lorne

    > I'm open to suggestions for how to organize these
    galleries? We have
    > hundreds
    > of photos and we really are wanting to have ONE .html
    page per project.
    > Not
    > twelve or what not.
    >
    Go here -
    http://www.projectseven.com/
    Look at their slideshow extensions. You won't find better
    ones anywhere.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "lorne17" <[email protected]> wrote in
    message
    news:g4besi$dsh$[email protected]..
    > I'm trying to get an image gallery with thumbnails. But
    half our images
    > are
    > landscape the other half portrait. So it's hard to get
    them to be the
    > same
    > resolution. Some are panoramic too.
    >
    > So what I need is a way to have my images show up on the
    site without
    > disrupting the format the text.
    >
    > Look here: www.barleypfieffer.com Click
    portfolio/residential/any
    > project.
    > You'll see our current layout. The last web designer has
    each and every
    > image
    > a different webpage. So trying to add new projects and
    update current
    > just
    > takes entirely too long.
    >
    > I'm open to suggestions for how to organize these
    galleries? We have
    > hundreds
    > of photos and we really are wanting to have ONE .html
    page per project.
    > Not
    > twelve or what not.
    >
    > Thanks,
    > Lorne
    >

  • Problems placing graphic into table cell. It makes the iPad locks up when previewing that page.

    I have 3 table cells that need a jpeg graphic placed into them.
    I can paste a grahic into a table cell, but when i try to preview that page on the iPad, ibook shuts down. I must be placing the graphic wrong or formats are wrong, like object wrap or "inline" "floating" or "anchored". the graphic shows up in the fill once I copy and paste into the cell, but it doesnt show up when I look at the file info in the inspector. Also, once I preview the iBook author project on my iPad, that page will shut down the iBook app.

    Well KT.....I tried that. But it still didnt work. I have 2 pages that have tables. The first page is just a full page with text only with a gradient colored screen in the table column heads. The 2nd page has the graphic illustration in the 3 table cells. Both pages shut down when opened to full screen view. But when i remove the graphic, there is no problem with a shut down. I know its got to be something you have to do but is unwritten in any manual.

  • How do you lock individule cells in numbers on ipad

    how do you lock individule cells in numbers on ipad

    Wayne, are you sure its iOS numbers that can lock the table? If so, could you please show me how? Havent figured it out yet.
    Thanks
    Jason

  • Locking/Protecting cells

    I am new to this forum, therefore I apologize if I cross the rules here as I am sure this has been asked before, however I can not see a search feature on my screen to search past posts.
    I am trying to lock/protect certain cells, rows and columns so that poeple are unable to change them in the template. Is this possible in Numbers? I know how to do this in Excel... hoping there will be a way in Numbers

    Numbers does not have an equivalent feature to cell-locking. The closest that you can come to this is to lock an entire Table. You can get creative and divide input and output between unlocked and locked tables, and you can abut the tables to make them look like a single table. Next best is to protect the formula cells by placing a clear shape over them and locking the shape.
    Regards,
    Jerry

  • Table cells shift

    When I look at my page in Dreamweaver, the cells at the top
    of the page of my table are about 248 pixels in width, but when the
    page appears on the web, they are out of alignment. I wish I could
    lock each table cell so it will not shift.
    Here is my website:
    http://www.troyrecreation.org/
    The cells that have shifted are the image of the woman doing
    Pilates, the cell with text to the left, below and below left. It
    is a table with 4 cells.
    Any help would be appreciated.
    Thanks,
    Dan

    Does changing the table cell code the pilates2 image is in
    to:
    <td width="247" align="center" valign="top"><img
    src="pilates2.jpg"
    width="247" height="185"></td>
    fix it?
    Take care,
    Tim
    "troyrecreation" <[email protected]> wrote
    in message
    news:fpl04j$h47$[email protected]..
    > When I look at my page in Dreamweaver, the cells at the
    top of the page of
    > my
    > table are about 248 pixels in width, but when the page
    appears on the web,
    > they
    > are out of alignment. I wish I could lock each table
    cell so it will not
    > shift.
    >
    > Here is my website:
    >
    http://www.troyrecreation.org/
    >
    > The cells that have shifted are the image of the woman
    doing Pilates, the
    > cell
    > with text to the left, below and below left. It is a
    table with 4 cells.
    >
    > Any help would be appreciated.
    >
    > Thanks,
    > Dan
    >

  • Locking Table Size?

    Hi M.M Team,
    I noticed that my site can have uneven table cell sizes when
    viewed in different browsers. IE is good, but Firefox isn't. Is
    there a way to lock the table sizes please so that this doesn't
    happen?
    Thanks
    Ray

    You gotta stop using the Property inspector to set the font,
    the color, or
    the size. It creates 'spew' in your stylesheets.
    I believe the problem you are having can be simplified if you
    consider this
    example -
    Put a 2 row by 2 column table on the page. Merge the two
    right hand cells
    into a single column. Put an image into each left cell, and
    you will see
    that they merge vertically seamlessly. Now begin to add
    content to the
    merged cell on the right and you will see that at some point
    you will have
    forced the two left cells to begin to split apart vertically.
    The more
    content you add to the right, the further apart the two left
    cells will get.
    See what I mean?
    To solve the problem, instead of making your page sit in a
    single table,
    have it in several nested tables. You should be able to put a
    two column
    table on the page with a nested table in each column. Put
    your navigation
    in the left nested table, and the
    content in the right nested table. Now, changes to either of
    the inner
    table's
    structure will not affect either of the inner nested tables.
    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
    ==================
    "Ray Dar" <[email protected]> wrote in
    message
    news:ej4nqg$8bl$[email protected]..
    > Hi Murray,
    >
    > On this link
    >
    >
    http://www.myastrospace.com/newscientist.php
    >
    > The NASA TV cell is smaller in FireFox and larger in IE.
    >
    > Not sure why it does it.
    >
    > Thanks.
    >
    > Ray

  • Can I lock individual cells in Numbers like I can in Excel?

    I need to lock specific cells to protect the formulas in those cells.  Is there anyway to do this in Numbers like there is in Excel?

    Michelemazza wrote:
    I need to lock specific cells to protect the formulas in those cells.  Is there anyway to do this in Numbers like there is in Excel?
    No, Michele, you can only lock entire tables. What you must do is to segregate your stuff into what needs to be locked and what needs to be not locked, in separate tables, lock one table and keep the other open.
    Jerry

  • JExcel API : Locking a cell

    Hi all,
    Can anyone please suggest how to lock a cell so that it becomes non-editable/disabled using the WritableCellFeatures in JXL..
    Thanks in advance.

    Use CSS to style your table.
    table {
        width: 600px; /**adjust width as req'd**/
        margin: 0 auto;  /**width width, this is centered**/
        border: 1px solid #666; /**optional border**/
    th {
        background: #333;
        color: #FFF;
    td { padding: 0; }
    .bg { background: #C69 url(your_background.jpg) no-repeat; }
    HTML:
    <table>
    <tr>
    <th>Table Heading</th>
    <th>Table Heading</th>
    <th>Table Heading</th>
    </tr>
    <tr>
    <td class="bg">This cell has a background</td>
    <td>This cell has no background</td>
    <td>This cell has no background</td>
    </tr>
    </table>
    Nancy O.

  • Locking a cell position

    how do you lock a cell position over the background so it is in the same place on the background on any browser.

    Use CSS to style your table.
    table {
        width: 600px; /**adjust width as req'd**/
        margin: 0 auto;  /**width width, this is centered**/
        border: 1px solid #666; /**optional border**/
    th {
        background: #333;
        color: #FFF;
    td { padding: 0; }
    .bg { background: #C69 url(your_background.jpg) no-repeat; }
    HTML:
    <table>
    <tr>
    <th>Table Heading</th>
    <th>Table Heading</th>
    <th>Table Heading</th>
    </tr>
    <tr>
    <td class="bg">This cell has a background</td>
    <td>This cell has no background</td>
    <td>This cell has no background</td>
    </tr>
    </table>
    Nancy O.

  • Lock tables when load data

    Are there any way to lock tables when i insert data with SQL*Loader? or oracle do it for me automatically??
    how can i do this?
    Thanks a lot for your help

    Are there any problem if in the middle of my load (and commits) an user update o query data ?The only problem that I see is that you may run short of undo space (rollback segment space) if your undo space is limited and the user is running a long SELECT query for example: but this problem would only trigger ORA-1555 for the SELECT query or (less likely since you have several COMMIT) ORA-16XX because load transaction would not find enough undo space.
    Data is not visible to other sessions, unless, the session which is loading data, commits it. That's the way Oracle handle the read committed isolation level for transaction.
    See http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96524/c21cnsis.htm#2689
    Or what happens if when i want to insert data someone has busy the table?You will get blocked if you try to insert data that has the same primary key as a row being inserted by a concurrent transaction.

  • How to highlight the table cell color in respective colors as needed per the requirements??

    var aData = [
        {notificationNo: "10000000", description: "Maintenance for boiler", location: "G001-STG-UTLR-BLR", equipmentNo: "100000053", orderStatus: "ordered"},
        {notificationNo: "10000010", description: "Genreal Maintenance for boiler", location: "G001-STG-UTLR-BLR", equipmentNo: "100000053", orderStatus: "notordered"},
        {notificationNo: "10000011", description: "boiler Maintenance", location: "G001-STG-UTLR-BLR", equipmentNo: "100000053", orderStatus: "ordered"},
        {notificationNo: "10000012", description: "Pump breakdown", location: "G001-STG-UTLR-BLR", equipmentNo: "100000053", orderStatus: "ordered"},
        {notificationNo: "10000013", description: "External service boiler", location: "G001-STG-UTLR-BLR", equipmentNo: "100000053", orderStatus: "notordered"},
    jQuery.sap.require("sap.ui.model.json.JSONModel");
    var oEnterpriseAsset_NotificationConsole;
    sap.ui.model.json.JSONModel.extend("EAM_Notification_Console", {
        CreateNotificationConsole:function(){
            oEnterpriseAsset_NotificationConsole = this;
                var oTable = new sap.ui.table.Table({
                //title: "Table Example",
                visibleRowCount: 7,
                firstVisibleRow: 3,
                selectionMode: sap.ui.table.SelectionMode.Single,
            /*    toolbar: new sap.ui.commons.Toolbar({items: [
                    new sap.ui.commons.Button({text: "Button in the Toolbar", press: function() { alert("Button pressed!"); }})
                extension: [
                    new sap.ui.commons.Button({text: "Button in the Extension Area", press: function() { alert("Button pressed!"); }})
            }).addStyleClass("tableform");;
            oTable.addColumn(new sap.ui.table.Column({
            label: new sap.ui.commons.Label({text: "Notification"}),
            template: new sap.ui.commons.Link().bindProperty("text", "notificationNo").bindProperty("href", "href",
                    function(aValue)
            //    sortProperty: "notificationNo",
                //filterProperty: "notificationNo",
                width: "200px"
            oTable.addColumn(new sap.ui.table.Column({
                label: new sap.ui.commons.Label({text: "Description"}),
                template: new sap.ui.commons.Link().bindProperty("text", "description").bindProperty("href", "href"),
                //sortProperty: "notificationNo",
                //filterProperty: "notificationNo",
                //width: "200px"
            var oModel = new sap.ui.model.json.JSONModel();
            oModel.setData({modelData: aData});
            oTable.setModel(oModel);
            oTable.bindRows("/modelData");
        var idForTable= "DimTable"
            //alert("id of tbale " + idForTable);
            var htmlOutput = '<table id=' + idForTable + ' name="DimTab" style="border: 1px solid black;margin-left:15px;" cellpadding=6 cellspacing=0><tr style="background-color:#E5E5E5"><td><b>Dimension</b></td><td><b>Value</b></td></tr>';
            for(var i=0;i<aData.length;i++)
             alert(aData[i].notificationNo);
            htmlOutput += '<tr style="display:none;"><td style="border-right:1px solid #e5e5e5;">Contract No</td><td>'+ aData[i].notificationNo+'</td></tr>';
            htmlOutput += '<tr style="display:none;"><td  style="border-right:1px solid #e5e5e5;">Unit No</td><td>'+ aData[i].description+'</td></tr>';
            htmlOutput += '</table>';   
             var html2 = new sap.ui.core.HTML({
                 // static content
                 //content : "<div style='position:relative;background-color:white;'>Weather</div><script src='//www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/builtin_weather.xml&synd=open&w=320&h=200&title=__MSG_weather_title__&lang=en&country=ALL&border=http%3A%2F%2Fwww.gmodules.com%2Fig%2Fimages%2F&output=js'></script>",
            content : htmlOutput,
                  //2 wrkng sydney content : '<div id="cont_Mzc0NjN8NXwxfDF8NHxlZGY1ZjV8M3xGRkZGRkZ8Y3wx"><div id="spa_Mzc0NjN8NXwxfDF8NHxlZGY1ZjV8M3xGRkZGRkZ8Y3wx"><a id="a_Mzc0NjN8NXwxfDF8NHxlZGY1ZjV8M3xGRkZGRkZ8Y3wx" href="http://www.weather-wherever.co.uk/australia/sydney_v37463/" target="_blank" style="color:#333;text-decoration:none;">Weather forecast</a> © weather</div><script type="text/javascript" src="http://widget.weather-wherever.co.uk/js/Mzc0NjN8NXwxfDF8NHxlZGY1ZjV8M3xGRkZGRkZ8Y3wx"></script></div>',
                  //content : '<div style="margin-left:-10px;margin-top:10px;width:100%;"><LINK rel="StyleSheet" href="http://weatherandtime.net/new_wid/w_5/style.css" type="text/css" media="screen"><div class="ww_5" id="ww_5_2119"><div class="l_b"></div><div class="c_b"><div class="day" id="d_0"><span class="den"></span><br><span class="date"></span><br><span class="temp"></span><div class="pict"></div><span class="press"></span><br><span class="hum"></span><br><span class="vet"></span><br></div><div class="day" id="d_1"><span class="den"></span><br><span class="date"></span><br><span class="temp"></span><div class="pict"></div><span class="press"></span><br><span class="hum"></span><br><span class="vet"></span><br></div><div class="day" id="d_2"><span class="den"></span><br><span class="date"></span><br><span class="temp"></span><div class="pict"></div><span class="press"></span><br><span class="hum"></span><br><span class="vet"></span><br></div><div class="cl"></div><div class="links"><a target="_blank" title="Pune Weather forecast" href="http://weatherandtime.net/en/Asia/India/Pune-weather.html">Pune Weather forecast</a><br><a style="font-size:12px !important;color:#12A0D7 !important;text-decoration:none !important;" href="http://weatherandtime.net/en/widgets-gallery.html" title="weather"></a></div></div><div class="r_b"></div></div><script type="text/javascript" src="http://weatherandtime.net/w_5.js?city=2119&lang=en&type=2&day=3"></script></div>',
              // initially behaves the same as Sample 1
                 preferDOM : false,
                 // use the afterRendering event for 2 purposes
        return     oTable;
    /* In the screen shot as u can see.. I have to highlight the table cell in green color and red color for ordered and unordered status(which is binded to a json data) respectively....anyone please help??

    Hi Abhi,
                   Check this link it may helpHow I made highlight of specific values in Table

  • Looping table cells....... is it possible to loop more than one table cell?

    Hi there
    Hope everyone is doing well
    I have been using the addt looper wizard and it works great.....
    I usually put all the things I want to loop into one cell.... then select all the things and apply the looper.... which works fine....
    But..... it is hard to align all the elements I want to loop
    I have been using transparent gif images to space the loops evenly but when I space dynamic taxt on top of each other there is a large gap.....
    It is a nightmare to get it looking even
    Ok say I want to loop this.....
    A thumbnail
    Product ID
    Price
    It would look like this
    A thumbnail
    Product ID
    Price
    Because I cannot reduce the space between the lines......
    So I would like to place all the different elements in separate table cells and loop them..... I have tried and get really strange results....
    When you look at most online shops, their product pages have a thumbnail image the id, price, description, etc.... all spaced evenly.... and looks like is looped...... So.... how do I do it?
    Is there any easier way to align the things I want to loop?
    Any help would be great

    Hi there
    I seem to have figured out how to loop cells....
    Should have thought of it earliar but anyway
    Was easy....
    Just create a looped (repeat) region and insert a table into the region and edit the table to align all the looped elements easily....
    Cool

  • Highlighting text in a table cell

    Im trying to get text in a table have it background shaded a different colour to the rest of the table cell but it doesnt work. No exceptions are thrown does anyone have any idea.
    public Component getTableCellRendererComponent(JTable table,
            Object value,
            boolean isSelected,
            boolean hasFocus,
            int row,
            int column)
            setFont(table.getFont());     
            this.setText(value));
            this.selectAll();
            this.setSelectionColor(new Color(0,0,255,100);
            return this;
        }

    The answer is similar to what someone else asked recently for highlighting text in a JFormattedTextField cell.
    class MyFocusListener extends FocusAdapter
    public void focusGained(FocusEvent e)
    SwingUtilities.invokeLater(new Runnable()
    public void run()
    selectAll();
    Put that in your cell editor or its base class. You can change the color or whatever you want. I think the problem is a timing thing where normal focus processing is interrupting your changes. So give the focus processing time to run with this Runnable triggering your processing to occur on the Awt thread (as is proper) after the system is doing whatever it wants to do. Let us know if it works for you.

Maybe you are looking for

  • Waiting components some time to be rendered after login

    Hi all, I have an ADF application with a login page. When I run the application for the first time with integrated weblogic server and click the login button ,go to the second page after login, it takes about 5 seconds for the all components to be re

  • How do you change a color on an imported tif file in adobe illustrator?

    Hi, I have put together an illustrator file by importing various tiffs and putting them togetherfor a figure in a scientfic journal.  I have to change the red in all my images to magenta for those that are colorblind.  I was hoping someone could help

  • Disconnection Problems

    Hi, Can someone explain what this means: 12:01:05, 25 Jul. (56210.710000) Admin login successful by 192.168.1.65 on HTTP 12:00:37, 25 Jul. (56183.020000) New GUI session from IP 192.168.1.65 11:56:28, 25 Jul. IN: BLOCK [16] Remote administration (ICM

  • Opening Remote terminal in JCOP

    Hello, I am trying to run a JCOP script file from the JCOP shell by typing in the script name. This is fine except for the line in my script /terminal Remoteto which I get the error jcshell: C:/eclipse/plugins/com.ibm.bluez.jcop.eclipse.targetpack_1.

  • I want to Read a file throw any where..

    I want to read a file like www.yahoo.com how ?