Template title problem

hi i have designed a dreamweaver template which has a main
content editable region and another region further up which i want
to include the title in. Therefore this piece of code i made as
follows:
<head>
<link rel="stylesheet" type="text/css"
href="../admin/Template/style.css" media="screen" />
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<meta name="description" content="MING Knowledgebase -
Administration" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
</head>
In the page which I want to apply the template to I have
this:
<head>
<meta http-equiv="content-type"
content="text/html; charset=iso-8859-1" />
<link href="templates/style.css" rel="stylesheet"
type="text/css" />
<title> CMS: Edit Article</title>
</head>
Now the problem is that when I try to apply the template I
get this result in the merged file
<head>
<link rel="stylesheet" type="text/css"
href="Template/style.css" media="screen" />
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<meta name="description" content="MING Knowledgebase -
Administration" />
<!-- InstanceBeginEditable name="doctitle" -->
<link href="templates/style.css" rel="stylesheet"
type="text/css" />
<!-- InstanceEndEditable -->
</head>
For some reason dreamweavver is picking up my link tag and
not the title tag. If I remove this link tag from the document and
try to apply the template again the doctitle editable region wont
show up as a possible place to place content in. What is the
problem? thanks

It's a bad practice to apply templates to pages that have
existing content.
To be absolutely sure, the very best way is to spawn a blank
page from the
template, and copy/paste from the existing page. Then save
the new page
over the old one.
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
==================
"drtanz" <[email protected]> wrote in
message
news:[email protected]...
> hi i have designed a dreamweaver template which has a
main content
> editable
> region and another region further up which i want to
include the title in.
> Therefore this piece of code i made as follows:
>
> <head>
> <link rel="stylesheet" type="text/css"
href="../admin/Template/style.css"
> media="screen" />
> <meta http-equiv="content-type"
content="text/html;charset=utf-8" />
> <meta name="description" content="MING Knowledgebase
- Administration" />
>
> <!-- TemplateBeginEditable name="doctitle" -->
> <title>Untitled Document</title>
> <!-- TemplateEndEditable -->
> </head>
>
> In the page which I want to apply the template to I have
this:
>
> <head>
> <meta http-equiv="content-type"
> content="text/html; charset=iso-8859-1" />
> <link href="templates/style.css" rel="stylesheet"
type="text/css" />
> <title> CMS: Edit Article</title>
> </head>
>
> Now the problem is that when I try to apply the template
I get this result
> in
> the merged file
>
> <head>
> <link rel="stylesheet" type="text/css"
href="Template/style.css"
> media="screen" />
> <meta http-equiv="content-type"
content="text/html;charset=utf-8" />
> <meta name="description" content="MING Knowledgebase
- Administration" />
>
> <!-- InstanceBeginEditable name="doctitle" -->
>
>
> <link href="templates/style.css" rel="stylesheet"
type="text/css" />
>
> <!-- InstanceEndEditable -->
> </head>
>
> For some reason dreamweavver is picking up my link tag
and not the title
> tag.
> If I remove this link tag from the document and try to
apply the template
> again
> the doctitle editable region wont show up as a possible
place to place
> content
> in. What is the problem? thanks
>

Similar Messages

  • Layout Template - Alignment Problem

    Hi,
    I´m using EP6 Version 6.0.2.4.6 and made some Layout-Templates for my Pages. It works fine, but the alignment of the Ivies in it doesn´t match.
    A short Example:
    <%@ taglib uri="prt:taglib:com.sap.portal.reserved.layout.TagLibHtmlb" prefix="hbj" %>
    <%@ taglib uri="prt:taglib:com.sap.portal.reserved.layout.TagLibLayout" prefix="lyt" %>
    <lyt:template>
        <hbj:content id="myContext" >
            <hbj:page title="Portal Page">
           <hbj:gridLayout id="GridLayout1" rowSize="2" columnSize="2" debugMode="TRUE">
                    <hbj:gridLayoutCell width="50%" rowIndex="1" columnIndex="1" horizontalAlignment="LEFT" verticalAlignment="top">
                        <lyt:container id="column1" />
                    </hbj:gridLayoutCell>
                    <hbj:gridLayoutCell width="50%" rowIndex="1" columnIndex="2" horizontalAlignment="LEFT" verticalAlignment="top">
                        <lyt:container id="column2" />
                    </hbj:gridLayoutCell>          
                    <hbj:gridLayoutCell width="50%" rowIndex="2" columnIndex="1" horizontalAlignment="LEFT" verticalAlignment="top">
                        <lyt:container id="column3" />
                    </hbj:gridLayoutCell>
                    <hbj:gridLayoutCell width="50%" rowIndex="2" columnIndex="2" horizontalAlignment="LEFT" verticalAlignment="top">
                        <lyt:container id="column4" />
                    </hbj:gridLayoutCell>
                </hbj:gridLayout>
            </hbj:page>
        </hbj:content>
    </lyt:template>
    When I look to a page with this Template, all my Iviews on it have an alignment on the right bottom corner of the cells. Is there no way to correct this? I tried a normal html-table but with the same result. Does anyone have a clue for this problem?
    Regards,
    Marcus

    Hi Marcus,
    the JSP looks fine for me.
    Probably you know http://help.sap.com/saphelp_ep60sp2/helpdata/en/d5/1b083e7623445ae10000000a11405a/frameset.htm
    The only thing where differences to the original layouts could exist seems to be the layout description within portalapp.xml, especially (and only?) the designClass value (prtlPageConR (right), prtlPageConL (left), prtlPageConM (mid) and prtlPageConF (full)). These css classes are defined within the themes, for example the most used will be under irj/root/portalapps/com.sap.portal.themes.lafservice/themes/portal/sap_standard/prtl_std/prtl_std_ie6.css, but they only define the margin and padding...
    Maybe you should copy a standard layout (from irj/root/WEB-INF/portal/portalapps/com.sap.portal.layouts.default) and start with this under new names; if they behave normal, start to manipulate them...
    Hope it helps
    Detlev
    PS: For better reading you can surround code / indentions with [ code ] and [/ code ] (without spaces). So checking the syntax would be much easier.

  • IE (6 and 8) and different page template Body problem

    Hi - is that normal that IE don't recognize page template body? I have a structure like this:
    page template body 1:
    column 1 | column 2
    page template body 2:
    column 1
    everything work fine in firefox and chrome (I'll check also safari and opera) but not in IE.
    In IE (6 or 8) I have page template body 2 on the right of page template body 1 (not bottom the region).
    Anyone know how to fix this? of course in the easiest way :)

    I have had this issue often, and I finally figured out a workaround:
    You have to place a hidden REGION right where the breaking/newline (or whatever is happening with the in the template) isn't occuring properly.
    This will force a break.
    So I created a new region:
    Type: HTMLText
    Template: Button Region without Title
    Region Source:
    <br>
    & nbsp ;(or something similar)
    Condition (optional): Client Browser is Internet Explorer
    See this post for more details:
    Problems displaying regions in desired Template positions

  • Interior Design Template slider problem

    Can anyone help me with the Interior design template? I edited the title tag and suddenly the sliders decided to stack on top of each other. I figured that the home page template must be screwed up so I created a new site with the template. I copied and pasted the Home page code into a new Page Template on the site and changed the module numbers. But the sliders are still stacking on each other.
    Here's the page: feetforlife.com/index2.html
    I need  help FAST if anyone can help.

    Problem solved thanks to Curtiss Prickett. See his message to me below to solve the issue. Thanks Curtiss!!
    What I think may have happened is that the BC default editor may have stripped a critical piece of data from the UL that is required for the orbit slider. The only way to fix it would be to upload the fixed template file and upload via Dreamweaver, or you can open the "Develop" tab and open the "Home Page.html" file in the template folder. The slider code should look like the code below paying attention to the "data-orbit" on the UL:
    <div class="slideshow-wrapper touch" id="hero">
        <div class="preloader"></div>
        <ul data-orbit>
            {module_webapps,....,a} <---- (your module number)
        </ul>
    </div>
    Hope this works for you. - Curtiss

  • Templates- titles??

    I've designed my website using templates...am I right in
    saying ...that titles have to be general and not specific to each
    page? Thanks

    > if they are built with a template (which has its own
    title)
    No, it doesn't. A properly built template allows each child
    page to have a
    unique title.
    Do this -
    Create a new page (Basic HTML).
    Use FILE | Save as Template....
    Look at the code in the head region of the page, particularly
    the editable
    region around the <title> tag, and the other editable
    region in the head
    called "head".
    Make your template file look like that.
    Always use FILE | Save as Template when you create your
    templates and you
    won't have this problem again.
    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
    ==================
    "cripaustin" <[email protected]> wrote in
    message
    news:g79oe5$lit$[email protected]..
    >i no i shud use them.. maybe my question wasn't
    clear...is it possible to
    >hav your pages with unique titles if they are built with
    a template (which
    >has its own title)

  • Template url problem in Dreamweaver CS4

    Hi there,
    Thank you very much for reading this post.  I am having a problem with templates in Dreamweaver CS4, I am following the correct procedures to build a template, but when I link the pages together and update the template, the url has not been changed/updated on the child pages.
    Here is an example:
    Template:
    ../content/section/pagename.html
    Child Page:
    /section/pagename.html
    Missing out the first part of the link, when the pages are loaded, obviously, they are not going to the correct part of the website
    Please, can anybody give me some advice, as this problem is very quickly, driving me mad.
    Thank you.
    John

    I observe this problem too on my Vista x64 machine with CS4
    using dual monitors and split code/design views, and have found
    others who have this problem by searching Google.
    Description of problem: Roughly 50% of the time, when
    switching between files (regardless of type) and trying to select a
    block of code with my mouse (dragging over some code with the left
    button), it appears to work normally (the intended code is
    highlighted). However, when then attempting to CTRL-C (cut) or
    paste, the selected code instantly changes to a much larger block
    of code (usually selecting a specific div block or something). The
    cut or pasted code is then the larger (unintended) block of code.
    Once the code view selection works for a particular file
    (either it worked from the start or I poked at it long enough to
    work), it seems to remain working until switching to another file
    and then returning.
    Also, Dreamweaver CS3 didn't have this problem, so it's CS4
    only.
    This is a workflow nuisance much like a word-processor
    deciding to insert a % character randomly every 10 seconds while
    typing.
    I found a Google groups thread
    here
    in which a poster writes that deleting the Dreamweaver
    configuration file fixes this temporarily (the problem eventually
    shows up again, and you lose all your customizations by doing
    this). The posters in this thread also describe the same problem
    with other hardware configurations.
    My current workaround is to type return then backspace when
    dropping in to the code-view of another file--kind of a pain, but
    at least predictable. I also tried avoided the issue by: (a)
    selecting something in the design view and then selecting something
    in the code view, and/or (b) telling Dreamweaver to show the
    "element view" (right click in design view, element view, Full),
    but this latter action may be superfluous.
    I'd be very interested if someone were to post a simple fix
    for this problem.
    thanks!
    JP
    PS. David: I've learned a lot from your books. Thanks for
    writing them!

  • Report Manager - Template Conversion Problems Excel 2003/2007

    Hello,
    We are having an issue in which templates created using excel 2003 are showing incorrectly formatted outputs in excel 2007. We have performed testing by creating new templates in Excel 2007 and most formatting is correct as long as we only make minimal changes to the initial template. Once the template is changed to a further extent the formatting is correct but no actual output shows, just the token defaults. Patches have been applied for both the issue of incorrect formatting caused by Excel's smartcutandpaste and also the problem with the token defaults showing instead of actual Oracle data. We would prefer not to have to recreate the templates as this would be a lengthy process. To me it seems as something was modified that affected the existing templates (other than the Generic FSG Template, which works fine), but does not affect newly created templates. Other methods of viewing the data work fine (pdf and html).
    Any ideas?
    References:
    Patches Applied to try and fix problem: 8792030, 9020608, 86607013
    Metalink Ref: 960409.1, 1082349.1, 811853.1
    Thanks,
    -Steve
    Edited by: sanstey on Oct 15, 2010 12:08 PM

    The BNE.log for the report that would not show the data (due to column deletion):
    10/20/10 3:12 PM ERROR BneAsyncUploadPage.renderPage Error trying to check whether the job will be importing.
    10/20/10 3:12 PM ERROR BneAsyncUploadPage.renderPage Parameter value is not a Boolean.
    10/20/10 3:12 PM ERROR BneAsyncUploadPage.renderPage Error trying to check whether the job will be importing.
    10/20/10 3:12 PM ERROR BneAsyncUploadPage.renderPage Parameter value is not a Boolean.
    10/20/10 3:12 PM ERROR BneAsyncUploadPage.renderPage Error trying to check whether the job will be importing.
    10/20/10 3:12 PM ERROR BneAsyncUploadPage.renderPage Parameter value is not a Boolean.
    The same error appears on the report that works fine (one without deleting columns):
    10/20/10 3:22 PM ERROR BneAsyncUploadPage.renderPage Error trying to check whether the job will be importing.
    10/20/10 3:22 PM ERROR BneAsyncUploadPage.renderPage Parameter value is not a Boolean.
    10/20/10 3:22 PM ERROR BneAsyncUploadPage.renderPage Error trying to check whether the job will be importing.
    10/20/10 3:22 PM ERROR BneAsyncUploadPage.renderPage Parameter value is not a Boolean.
    10/20/10 3:22 PM ERROR BneAsyncUploadPage.renderPage Error trying to check whether the job will be importing.
    10/20/10 3:22 PM ERROR BneAsyncUploadPage.renderPage Parameter value is not a Boolean.
    The client is testing now and believes the report output is what she needs and will not need to delete the columns afterall, but for my curiosty, any ideas?
    Thanks,
    -Steve

  • Templates, Title /Head Info, & other bits....

    I have DW8.0.2 and used one of the DW CSS Design Pages to
    create a small web site. Used the 3 col_nav.css file to create a
    Template file. All seemed to go well other than:
    1. Can't seem to change Title information for each web page
    based on the Template.
    2. Also, once I have placed the pages on to the remote server
    (excluding the Template) you can view the pages in IE and all seems
    OK, however, when you click on View/Source in the browser it shows
    following:
    <html><head>
    <title></title></head>
    <!-- Redirection Services Redirector2C-DAL H1 -->
    <frameset rows='100%, *' frameborder=no framespacing=0
    border=0>
    <frame src="
    http://xxxxx..xxxxxxxx.com/XXXXXXX/YYYYYYY"
    name=mainwindow frameborder=no framespacing=0 marginheight=0
    marginwidth=0></frame>
    </frameset>
    <noframes>
    <h2>Your browser does not support frames. We recommend
    upgrading your browser.</h2><br><br>
    <center>Click <a href="
    http://xxxxx..xxxxxxxx.com/XXXXXXX/YYYYYYY">here</a>
    to enter the site.</center>
    </noframes></html>
    Please note I have take out the name of the web location and
    added xxxxxx etc. for confidentiality....
    Why does it not show the full code as seen DW??
    3. I am unable to even see the pages form another PC which is
    still on Windows XP SP1 with IE6...
    4. The site also includes two pages which are not based on
    the Template and they do not show any of the above issues.
    I have spent much time in learning basic CSS and using the DW
    Template to create the pages and really do not want to re-work
    them. Many Thanks in Advance

    > or did you?
    Heh - yeah. I did. 8)
    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
    ==================
    "Baxter" <baxter(remove:-)@gtlakes.com> wrote in
    message
    news:[email protected]...
    > My bummer Murray! I never read past the 2. Frames (uhg)
    > I was hoping you would answer this op as you could write
    the book on
    > templates (or did you?)
    > Dave
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> a) this is not a template page.
    >> b) this is a frameset page, and you cannot use
    templates with frames
    >>
    >> > I have spent much time in learning basic CSS
    and using the DW Template
    > to
    >> > create the pages and really do not want to
    re-work them.
    >>
    >> Based on this code that you have shown, I'm worried
    that you need to work
    >> more on the basics of HTML first....
    >>
    >> --
    >> 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
    >> ==================
    >>
    >>
    >> "masl" <[email protected]> wrote in
    message
    >> news:[email protected]...
    >> >I have DW8.0.2 and used one of the DW CSS Design
    Pages to create a small
    >> >web
    >> > site. Used the 3 col_nav.css file to create a
    Template file. All
    > seemed
    >> > to
    >> > go well other than:
    >> >
    >> > 1. Can't seem to change Title information for
    each web page based on
    > the
    >> > Template.
    >> >
    >> > 2. Also, once I have placed the pages on to the
    remote server
    > (excluding
    >> > the
    >> > Template) you can view the pages in IE and all
    seems OK, however, when
    > you
    >> > click on View/Source in the browser it shows
    following:
    >> >
    >> > <html><head>
    >> >
    >> > <title></title></head>
    >
    >

  • Solaris 10 branded zone VM Template Install Problem

    Hi,
    I don't seem to be able to install the template on a system that uses an aggregate NIC (aggr0).  The template install script is looking for physical NICs, which it can't use since the NICs are assigned to the aggregate link.
    Any suggestions for a clean solution or workaround?
    Thanks

    On line 1 of /tmp/zcfg.final:
    SYSsolaris10: No such zone configured
    Problem configuring the zone10 zone, exitingThis indicates one of two things:
    1. You are not running Solaris 11. You may be running Solaris 11 Express, where that template zone name would have been SUNWsolaris10 rather than SYSsolaris10.
    2. You do not have the solaris10 brand installed. You can fix that with:
    # pkg install pkg:/system/zones/brand/brand-solaris10In either case, it would probably be better for the script that wraps the archive to check before trying to install the zone to give a more helpful error message.
    rm: Cannot remove any directory in the path of the current working directory
    //bootimage.7Oayzm/bootstrap
    rm: Unable to remove directory //bootimage.7Oayzm: Directory not emptyThis seems to be an unrelated bug in the error handling routines in the script that wraps the archive. I'll raise this thread to the attention of those that assemble the VM Templates.

  • Project 2007 (with server) - Visual reports custom templates export problem

    Hi,
    someone fimiliar with this situation?
    While creating
    and saving a new template in visual report using Project Professional 2007, some of the reports that was saved as template lose connection between Project cube and Excel.
    Those reports include Enterprise global custom fields, and on the first few times I open them (on different computers) it works fine but later some of the report
    templates won’t open, and error messages are received.
    Those are the steps I did to reproduce the problem:
    When I create the template I used “New template” and then I added the fields (some of the templates are “Task usage” based, and some “Task summary” based).
    Then when I try to open it later…
    Step 1 –Open the template
    Step 2 – the export gets stuck –
    Step 3 – if I check the excel that was opened I get error messages -
    Step 4 – another error message (after clicking OK on the previous one)
    When clicking OK or Cancel the excel is closed
    Step 5 – when going back to check visual reports on project another error appears 
    Ofir Marco , MCTS P.Z. Projects

    Easily fixed.  Just take the Excel.exe file and copy/paste from your Program
    Files/Microsoft Office/Office14 folder to the Office12 folder.
    As near as I can tell, Project is looking for the file in Office12.
    I think you also need to restart Project after doing so.
    -A
    Andrew Lavinsky [MVP] Twitter: @alavinsky Blog: http://blogs.catapultsystems.com/epm

  • RTF Template formatting problem

    Hi,
    I am designing a report layout using MS Word.
    The report format is like this
    Employee: EmpID                           Date of Joining: DOJ
    Employee Name: Ename                      Department     : DeptThe problem is that when i generate pdf preview, when the size of EmpId or Ename increases DOj and Dept shifts to further right
    eg
    Employee: 1                           Date of Joining: 12-Oct-2000
    Employee Name: Scott                  Department    : Accounting
    Employee: 123                                     Date of Joining: 12-Oct-2000
    Employee Name: John Smith                             Department    : SalesIs there any way that i can fix the prompts/labels from shifting depending upon the size of the data?
    I am using fields option to insert fields insert --> Fields
    Thanks and Regards
    AT

    Exactly,
    Your understanding of Free format report is different,
    to align to the output you need, you have to use the microsoft word options available,
    if you dont want that,
    you got to create xsl template , which is going to some declarative syntax, where you got to give the exact positions and coordinates of each field, which will be difficlut
    so by putting this table from word ,your work of giving the declarative co-ordinates is highly reduced for each field.

  • Reuse_alv_grid_display TITLE problem after refresh

    All,
    I have a alv report using fm reuse_alv_grid_display. While calling initially this fm i am passing the grid tile in I_GRID_TITLE parameter. its displaying in grid, then after user click on the app toolbar button , i am doing some filteration , then coming back to grid the TITLE is missing in display
    Any Info .  below is the code snipet
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
         i_callback_program             = sy-repid
         i_callback_pf_status_set       = 'F_PF_STATUS_SET'
         i_callback_user_command        = gc_user_com
         i_grid_title                   = gv_gtitle "<< passing initially
    then in User_command i am filering some values on the basis of button clicked (Button placed in app toolbar)
    FORM f_user_command USING p_ucomm    LIKE sy-ucomm
                              p_selfield TYPE slis_selfield .
        WHEN '&EXP'.
          perform f_expand.
          p_selfield-refresh = 'X'.  "<<<----- refresh the grid
      code for f_expand
    form f_expand.
        CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_GET'  " Getting current layout
          IMPORTING
            es_layout      = ls_layout
            et_filter      = lt_filter
            es_grid_scroll = ls_grid_scroll
            es_print       = ls_print
          EXCEPTIONS
            OTHERS         = 1.
    " Here doing some filteration. ie append some values to IT_FILTER table for enabling then filter
        perform f_set_fltr_val_exp using lt_filter[].
        ls_layout-colwidth_optimize = gc_x.
        read table gt_sfieldcat into gv_fieldcat
                          with key fieldname = 'REGIO'.
        if sy-subrc eq 0.
          gv_fieldcat-no_out = ' '.
          modify gt_sfieldcat from gv_fieldcat index sy-tabix.
        endif.
    * Set the grid title to include the parameters and the report type
      CONCATENATE text-027 p_bukrs text-028 p_perio
                  text-029 p_gjahr
             INTO gv_gtitle SEPARATED BY space.
        CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_SET'
          EXPORTING
            is_layout      = ls_layout
            it_fieldcat    = gt_sfieldcat
            it_sort        = gt_sort
            it_filter      = lt_filter
            is_grid_scroll = ls_grid_scroll
            is_print       = ls_print
          EXCEPTIONS
            OTHERS         = 0.
    endform.                    " F_expand

    Hi All,
    Thanks for your replies.  I have done all that has been said.  My problem is that when the user double clicks on the ALV without pressing the sort button in the ALV display, the index provided in the user-command subroutine is the same as the index of the record in the internal table.  But, when the user sorts dynamically when the ALV is displayed and then double clicks, the index of the record provided by ALV is different from the index of that record in the internal table.
    For example, when the ALV grid is shown a record is in the 1st row, and when the user double clicks now, the index of this record provided is 1 which is same as the index in the internal table.
    But, after the user sorts in the display, if this record moves to the 5th row, the index provided by ALV will become 5, but, actually the index in the internal table is still 1.
    Hope I have clarified my problem.
    Thanks,
    Sridhar

  • Iphoto file name / title problem

    Trying to figure out why titles are not consistent. Some batches show the .JPG or .CRW extension in the title and some batches do not. What is the cause, and is there a way to force the extension to either display or not for all photos in the library.
    Also, unrelated, I realized that at some point my file numbers got screwed up. Specifically, after the import that ended with MG0718, the next import started with file MG7054. Some 1000 photos later I noticed. I'd like to be able to renumber these. And if I can , I'd then like to get (trick) my camera into saving new photos, starting with maybe MG2000.
    IPHOTO 6.0.6
    Thanks for any help.
    Ron

    rtpeters:
    Welcome to the Apple Discussions. First, you've posted in the iPhoto 08 forum and may not get the responses you'd would in the iPhoto 6 forum.
    As far as numbering is concerned that's a camera issue an I don't know of any way to set a start point in any camera. FWIW here's how I handle file naming:
    1 - I upload to a folder on the desktop.
    2 - date and name the folder: 03/08/08-Temecula Rod Show. This will give me an event with the same title when imported.
    3 - I use R-Name to batch rename the files with the date taken and a brief description: 2008-03-08-TemRodShow-01.jpg.
    4 - import the folder.
    That avoids problems down the line with duplicate file names during exporting. It also gives me excellent chronological sorting and searching.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto 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), 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 08 libraries 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.

  • Prime Infrastructure 2.1. Configuration template deploy problem.

    Hello! I have a problem with the CLI template deployment on Cisco Prime. PI version is 2.1.
    There is the following template, which contains:
    logging on
    logging 10.10.10.10
    When I try to deploy it on the router 1800 IOS Version 12.3(14)T7 all is going well and the report I get the following:
    Device
    Status
    Transcript
    10.5.5.1
    Success
    configlet: logging on logging 10.10.10.10 response: terminal width 0 config t logging on logging 10.10.10.10
    But, when I try to deploy the same template on the router 3825 IOS Version 15.1(4)M5, the system issues the following error:
    Device
    Status
    Transcript
    10.5.5.2
    Failed
    Error : Exception while sending interactive commands to device, Expect timeout: Failed to match expected device output due to Expect timeout current timeout 60000. Current output : Enter configuration commands, one per line. End with CNTL/Z. MAIN_VOICE_gate(config)# Current expects : (MAIN_VOICE_gate:579|MAIN_VOICE_gate:579)\([^\)]+\)#\s*\z MAIN_VOICE_gate:579#
    In what may be the reason that Prime cannot deploy the configuration on IOS version 15.1?
    Thank you!

    Good day! Yes, maybe we have the same BUG
    https://tools.cisco.com/bugsearch/bug/CSCub57283
    but in the status written that it is Fixed and applies to releases 1.2 and 2.0, but we used version 2.1.

  • Search by title problems...

    Someone please tell me if this is just me, but searching by title seems terribly broken in LR 1.1.
    Try searching for Title "is empty" or Title "isn't empty". It behaves for me as if all of my photos have titles when in fact almost none do.
    I've also had very strange problems where I change the title of an image and then search for that title and it can't be found. However if I *restart* LR it can then find those images. I have tried syncing the metadata to disk, but that doesn't help.
    I'm having a hard time trusting LR with all my work when basic stuff like this doesn't seem to be stable in a 1.1 release.
    thanks,
    Pat

    Hi ,
    You can use multiple managed properties in search box to restrict the search results, try the following string format in search box for restricting by "Title" and "Created By" when you click "Search" icon/button from search
    box.
    Title:"test" AND Author:"john"
    Please see more from the following article.
    http://msdn.microsoft.com/en-us/library/office/ee558911(v=office.15).aspx
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] 
    Daniel Yang
    TechNet Community Support

Maybe you are looking for

  • Important--Bug(ORA-22813) fixes in Oracle Database 10g  Release 10.2.0.4

    Hi, I found that in SELECT STATEMENTs where we use "xmlagg() functions with a GROUP BY/ORDER BY,it fails with ORA-22813 if the result is too large. This happens as there is a hard coded limit on the result size. (max 30k) Next,i confirmed that and wh

  • HDMI or DVI?

    I have just bought an MSI GTX 570 video card and it works great using a DVI connection to my Dell display panel.  The video card also has a HDMI output and my display panel has HDMI capability.  Can anyone please tell me the pros and cons of using a

  • How can I copy a PSK from one WLAN Controller to another

    I'm trying to replace a WLAN controller with a new one.  One WLAN is configured with WPA-PSK.  Nobody seems to know the key that was used. Anyone know if there is a way to extract the encrypted key out of a controller and put it into the new WLAN Con

  • How to sync older events?

    My isync works fine, but I can not sync older events 1, 2, 3 years back between iCal and my PDA. The limit is one month back! How can I freely define the sync time span? Please advise Powerbook G4 1.67 High   Mac OS X (10.4.6)   Nokia E61

  • Which printer for my Mac (and Windows 7 PCs)?

    Our printer just died and I need to purchase one tomorrow. I'll be buying it locally (not from the internet, etc.) and I've narrowed it down to these models so far: Epson Stylus SX525WD Manufacturer's website Brother DCP-J715W Manufacturer's website