Two questions - adding pages once the template is done and searching this site for already answered

I have my template in .dwt and am ready to add new pages.  I forgot where to begin.  I know it is something super easy (the whole point of making the template), but I scrubbed my brain over Christmas and now have no idea.  Thanks.
Is there an easy way to search this blog?  Maybe folks have asked my questions in the past and I can find their answers.  Couldn't find how to search.  Thanks, O Patient People.  -the newbie

To search this web forum, go to "Ask a Question" on top of the Discussions page.  Simply type your question and hit Enter.
Or use Google to search forums.adobe topic.
Nancy O.

Similar Messages

  • Stop rolling the the paper out in dot matrix priner once the print is done

    Hi,
    I have used the below code to print a document and the printer used is dot matrix But,it rolls out the page once the print is done.
    I want to control the printer so that it stops rolling out the page once the print is done. Or set the print based on the paper size and stop rolling the paper.
    public void Print_Doc(string Path)
    try
    Microsoft.Office.Interop.Word.Application word = new Microsoft.Office.Interop.Word.Application { Visible = false };
    Microsoft.Office.Interop.Word.Document doc = new Microsoft.Office.Interop.Word.Document();
    // where did you get this file name?
    // as you mentioned, you open your word document here
    doc = word.Documents.Open(Path);
    // in your button click handler, just call PrintOut() function
    // if doc == null, open the document
    if (doc == null)
    // here i assume fileName has been assigned
    doc = word.Documents.Open(Path);
    doc.PrintOut();
    catch (Exception ee)
    MessageBox.Show(ee.Message, "Exception", MessageBoxButton.OK, MessageBoxImage.Error);
    return;
    Please help me resolve this,
    Thanks,
    Shreyas M

    Not so much wpf there.
    Keep an eye out because this thread may be moved to another forum.
    I think Word will "throw" the page at end.
    You could check the advice here:
    https://support.microsoft.com/en-gb/kb/233493?wa=wsignin1.0
    See if you have an unwanted page break or something like an outsized table which is making it think it needs to print more.
    You might get lucky.
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

  • Updating the delivery document once the picking is done :

    Hi Iam designing a custom screen,
    Here i have a icon for automatic picking, should be a check box for that, if it is once checked all the lines items in the transaction should be automatically picked as of the delivery quantity.(The delivery quantity should be copied automatically in picking column if auto Picking is selected).
         Once the picking is done, and hit SAVE, then the data should be updated automatically to delivery document, all the picking quantities should be copied to delivery document for those concerned line item. The picking quantity should update field LIPSD-PIKMG, in delivery picking tab.
    Please advice how we can achieve this.
    Edited by: vinay raj on Jun 19, 2009 12:52 PM

    yes iam using the same function module.
    But for some reasons this function module is not updating the delivery document.
    Any suggestions.
    iam writing the code like this :
    LOOP AT IT_PICK.
        hvbpok-vbeln_vl = it_pick-vbeln.----
    delivery number
        hvbpok-posnr_vl = it_pick-posnr.----
    delivery item
        hvbpok-posnn = it_pick-posnr.----
    i have doubt here
        hvbpok-vbeln = it_pick-vgbel.----
    doubt here.
        hvbpok-vbtyp_n = 'Q'.
        hvbpok-ndifm = 0.
        hvbpok-taqui = ' '.
        hvbpok-charg = it_pick-charg.
        hvbpok-matnr = it_pick-matnr.
        hvbpok-lfimg = it_pick-lfimg.
        hvbpok-pikmg = it_pick-PICQTY.----
    picking quantity
        hvbpok-brgew = it_pick-brgew.
        hvbpok-gewei = tvblkp-gewei.
        hvbpok-volum = tvblkp-volum.
        hvbpok-voleh = tvblkp-voleh.
        hvbpok-orpos = 0.
        APPEND hvbpok.
      ENDLOOP.
      VBKOK-KZLSP = 'X'.
    *insert default value for test
      VBKOK-VBELN_VL = l_vbeln.----
    Delivery number.
    BREAK SKUMAR.
      CALL FUNCTION 'SD_DELIVERY_UPDATE_PICKING'
        EXPORTING
          VBKOK_WA                     = vbkok
          NICHT_SPERREN                = 'X'
          AUFRUFER_T                   = 'X'
        TABLES
          VBPOK_TAB                    = hvbpok.
      IF SY-SUBRC EQ 0.
        COMMIT WORK.
    Edited by: vinay raj on Jun 23, 2009 6:58 AM

  • Adding pages to custom templates

    Hi I'm returning to the Mac after many years away and I'm hoping someone can help me. I designed a recipe template in Pages with text boxes formatted the way I want. But I can't seem to add pages to the template or document that keep that specific format of 4 text boxes with certain attributes - nothing fancy. How do you add a page that keeps the same setup of text boxes as the first page? Thanks for any help you can give.

    I just happen to stumble across this question trying to get a question answered myself. I am not sure what formatting is getting changed when you attempt to add a new page or how you are adding a new page. So I will make the following assumptions. Please let me know how far off I am.
    When you are adding a new page I assume that you are using [Menu] Insert -> Page Break.
    When you say the formatting changes you mean that the Text Boxes move to locations that you do not want.
    If this is the case then you will want to select the text box and then look into the inspector [Menu] View->Show Inspector. Go to the Wrap Inspector (3rd tab from the left) and ensure the "Floating (doesn't move with text)" is selected. This should let you place the text boxes anywhere and the text will just "deal with it". This also means the text boxes don't care where page breaks are either.
    Another way of placing text in columns or in an arranged order is to use a Table. You can remove the headers and show or hide boundary lines. I often use table to layout my text and then remove the borders. This looks great when you need to write out terms and their definitions.
    Hope this helps.

  • Any way to turn off errors when updating pages from the template?

    I'm using Dreamweaver MX. My site is huge. It's an intranet
    spanning dozens of departments. Some of those departments have
    subsites that don't fall under the intranet's control, although
    they are embedded within our site's folder structure. When I make a
    change to the template and update pages, every time I hit one of
    those subsites I get tons of errors, from "template not found" to
    "unmatched body tag". The errors that pop up each have to be
    clicked on before the updating can continue. I get hundreds of
    these.
    Is there any way to make errors not pop up while updating
    pages from the template? Or even to exclude certain folders from
    being checked? (Cloaking doesn't do it.)

    > I'm using Dreamweaver MX. My site is huge.
    Both of these are problems, I'm afraid. Combining that with
    templates is
    really trouble.
    > "unmatched body tag".
    Errors such as this are definitely caused by errors in your
    page itself.
    Can you show me a page where you would get this?
    > Is there any way to make errors not pop up while
    updating pages from the
    > template? Or even to exclude certain folders from being
    checked? (Cloaking
    > doesn't do it.)
    Valid code will not produce these errors. Unfortunately, the
    only way to
    avoid them is to remove any validation hiccups from 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
    ==================
    "abna" <[email protected]> wrote in message
    news:f14ue2$pk5$[email protected]..
    > I'm using Dreamweaver MX. My site is huge. It's an
    intranet spanning
    > dozens of
    > departments. Some of those departments have subsites
    that don't fall under
    > the
    > intranet's control, although they are embedded within
    our site's folder
    > structure. When I make a change to the template and
    update pages, every
    > time I
    > hit one of those subsites I get tons of errors, from
    "template not found"
    > to
    > "unmatched body tag". The errors that pop up each have
    to be clicked on
    > before
    > the updating can continue. I get hundreds of these.
    >
    > Is there any way to make errors not pop up while
    updating pages from the
    > template? Or even to exclude certain folders from being
    checked? (Cloaking
    > doesn't do it.)
    >

  • HT5312 Dear Apple , kindly i need to change my ID password but they want from me to answer two question but i forgot the answers , so i surprised that their is secure email and i didn't add it so how can change my password and change the secure email ,urg

    Dear Apple , kindly i need to change my ID password but they want from me to answer two question but i forgot the answers , so i surprised that their is secure email and i didn't add it so how can change my password and change the secure email ,urgent plz

    You a renot addressing Apple here at all.
    We are all itunes users just like you.

  • Adding new field ,once the recording is done in LSMW

    Once the recording is done in LSMW...if we are asked
    to add an additional field later...then how do we add the
    field to the existing one...?
    I am not able to do using "+ Screen Fields" sysmbol....it gives all structure names...
      SP4_TAB-SPTXT01 Text, 40 Characters Long
      SP4_TAB-SPTXT02 Text, 40 Characters Long
      SP4_TAB-SPTXT03 Text, 40 Characters Long
      SP4_TAB-SPTXT04 Text, 40 Characters Long
      SP4_TAB-SPTXT05 Text, 40 Characters Long
      SP4_TAB-SPTXT06 Text, 40 Characters Long
      SP4_TAB-SPTXT07 Text, 40 Characters Long
      SP4_TAB-SPTXT08 Text, 40 Characters Long
      SP4_TAB-SPTXT09 Text, 40 Characters Long
      SP4_TAB-SPTXT10 Text, 40 Characters Long
    Here I am not able to recognize which field is used for what...
    Please suggest....
    Regards,
    Krishan

    You Can identify the fields name at screen,
    Go to the transaction screen and select the field and Press F1-> select technical description.
    And identify the field you want.
    like wise you can identify the field name.
    Regards
    Dhirendra

  • IPhoto - book question.  Can I change from soft cover to hard once the book is done?

    Can I change a book from soft cover to hard cover once the book is done?

    How do you safely duplicate book?
    Select your book in the Source List, ctrl-click or right-click it, and use the command "Duplicate" from the contextual menu.

  • TS3297 I'm trying to buy a song and it won't let me it keeps telling me to ask these two questions like what was my first pets name and what was my childhood nickname and I forget I need help please

    I'm trying to buy a song and it won't let me a page keeps popping up telling me to answer these two questions like what was your first pets name and what was your childhood nickname and I forget the answers and it says I will be locked out of my apple id and I don't want that so can u please help me thanks

    If you didn't establish a rescue email address, you will need to call applecare support.  Ask for account security to reset your security questions.  After the advisor is able to verify your identity, they can reset your security questions.
    HTH.
    If you are in the US, the number is 800-275-2273

  • In Address Book, why does Apple let you create custom fields in the Template cards but not have them available for importing?

    I open Address Book, go into Preferences, select Template and under the Names field (friend, assistant, father, etc) I add a custom field called "Principal".
    I also add two more custom fields in the Email area.
    Quit Address Book then relaunch. Add a new contact and the new custom fields, Principal, etc. are there. All good so far.
    I have a Now Contact file with about 200 contacts in it. I export all fields as a Text file, Tab delimited. No problems there. With Address Book launched, select Import, pick the text file, leave Text Encoding on Automatic and click Open.
    The window that shows the fields for Address Book and fields for the text file side by side opens. This is where you match up the correct fields for importing. If I go to one of the fields from the text file that I created a custom field for, click under the Address Book heading on the Do not import, scroll thru the Apple choices of fields, none of the custom fields show up. Only the original Apple ones are there. Why does Apple let you create them in the Template area but not have them available for importing? Does anyone have suggestions on getting around this?

    While most likely not of interest to you, Spotlight can also tell you where the files it finds are located
    Hover the mouse pointer over the name, and press Command-Option and the path to the file will be displayed.
    As for opening a terminal session in the directory where a file is located, there is Applescripts that do just that as well as specific features in Lion/Mountain Lion terminal:
    <http://stackoverflow.com/questions/420456/open-terminal-here-in-mac-os-finder>
    <http://hints.macworld.com/article.php?story=20110729034827358>
    <http://www.macworld.com/article/1047793/folderinterm.html>
    <http://www.macworld.com/article/1161876/open_finder_folder_in_terminal.html>
    <http://www.macobserver.com/tmo/article/os_x_lion_open_a_folders_location_in_term inal>

  • Error 1074395241: The template descriptor does not contain data required for rotation-invariant matching.

    Hello all,
    I am using the IMAQ Match Pattern 4 to detect the rotation angle of a template image. However, it shows the error: "Error 1074395241: The template descriptor does not contain data required for rotation-invariant matching." What is the problem exactly? How to solve this? The details are explained below.
    My project is a little bit complicated. Part of the block diagram containing the IMAQ Match Pattern 4 is shown below:
    The source image is a series of frames of images read from an AVI video (I used a for loop to process the images frame by frame). The template image is a selected region of the first frame. So it means, the user selected the object of ineterst in the first frame of the video, and in each of the following frames, we need to find the matched object of interest & determine its rotation angle. When I run the block diagram shown above, it does not have any error. However, it shows the rotation angle as zero no matter what it "really" is. Therefore, I changed the block diagram by adding the parameters, shown below:
    But in this case, when I run it, it shows the error that I have indicated in the subject line.
    If you need more details about my project to identify the problem, please let me know.
    Thanks in advance.
    Solved!
    Go to Solution.

    -Please go through pattern matching example which comes along with labview fiirst
    Go to labview Help>>Find Examples and you can search for example.
    -You have create template with angle range and what type of pattern matching you want use.
    -For this you have to use IMAQ Learn Pattern before using IMAQ Match Pattern 4
    Refer :http://zone.ni.com/reference/en-XX/help/370281U-01/imaqvision/imaq_match_pattern_4/
    Thanks
    uday,
    Please Mark the solution as accepted if your problem is solved and help author by clicking on kudoes
    Certified LabVIEW Associate Developer (CLAD) Using LV13

  • HT1414 When I search for stuff on the internet it says safari could not open the page because the server stopped responding and non of my games work either. What do I do to fix this?

    When I search for stuff on the internet it says safari could not open the page because the server stopped responding and non of my games work either. What do I do to fix this?

    Settings → scroll down to Safari → in Safari settings, I selected both Clear History and Clear Cookies and Data.
    IF that does not work -
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    Finally - if problem still present -
    Go to Settings>General>Reset
         Reset the network settings - you will need to add the password of your home WiFi in your phone once more
    The device should turn itself off & back on then go into Settings>Wifi and join your network

  • After upgrading to iOS8 my Exchange account has changed to an invalid address. I can change it but after a day or two it changes back to the invalid address. any help on this would be great.

    after upgrading to iOS8 my Exchange account has changed to an invalid address. I can change it but after a day or two it changes back to the invalid address. any help on this would be great. Other user on our exchange server that have iOS 7 or lower do not have this problem. All iOS 8 users in our company have this problem

    have you deleted the account and re-added it?  Have you done a reset or restore as outlined in the iPhone user guide?  What troubleshooting have you done?

  • Once the upgrade is done can we re-run the prepare

    Hi,
    Once the Upgrade Is done can we re-run the prepare.
    Regards,
    Asim Khan.

    This question was asked to my colleqe in an interview
    Did he pass the interview or is he still waiting for the answer?  ))
    You could start the PREPARE after the upgrade, but it would be completely pointless - my guess is that it would fail immediately with a release check as you are already on the target release.  Sounds like a trick question to me, intended to check someone's knowledge of the upgrade process.....

  • I am having problems because two phone numbers are on the Apple ID, how do I choose one for imessage?

    I am having problems because two phone numbers are on the Apple ID, how do I choose one for imessage?

    Hello,
    In my opinion, this is the best procedure to use to update your BB OS:
    http://supportforums.blackberry.com/t5/BlackBerry-Device-Software/How-To-Reload-Your-Operating-Syste...
    However, the official download site:
    http://us.blackberry.com/support/downloads/download_sites.jsp
    shows your installed OS to be the current version from your carrier. Therefore, how your friends got a newer OS is a question to ask them and/or your carrier.
    You are, of course, free to use (via the above procedure) any carriers OS package...if another has the newer OS you want, you can use it. If you choose to do so, then simply insert, between steps 1 and 2 in the above procedure, the deletion, on your PC, of a file named VENDOR.XML
    Good luck.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • File Content Conversion Error

    Hello, I have Async. File receiver scenario in which the following is the XML message structure. This is received by the file adpater. <ns1:MT_Info_File xmlns:ns1="urn:http://freemanco.com/xi/info_list">    <TYPE>      <FileItem>            <FileName

  • Pixellated jpeg

    When I place a jpeg into Indesign, it can often become very pixellated. I have tried saving the jpeg as a pdf and it still comes in pixellated. The jpeg is very clear when I look at it in other applications. I have tried changing the screen resolutio

  • My iTunes Library Duplicates

    My iTunes Library is displaying two versions of every song. How do I delete 1 leaving a single copy of each song in the Library. Thanks revds

  • Trouble with carrying values over to other pages and calculating

    Hi folks - I have a calcuation I'm trying to do with five fields.  Three of the fields come from other pages in my PDF (there are 10 pages total).  When the first value gets carried over to my calculation, that number should show up in my 'Total' fie

  • Discoverer 4.1, OLE, Oracle 8i

    I've tried the demo - no joy, won't start (not clear how to login to the demo so that's probably a problem, followed the directions but no clue if 'video4' is a user name, password or db or what values should be used for each). I've picked through th