Wird 2010 - Mailings / Write & Insert Fields / Rules / ASK....

I am creating form letters, and the mailings tab, write & insert fields / Rules / Ask... input the rule in the letter, and when creating the letter it asks the questions, I prefill the answer in the box, and when it completes, the answers are not being
input into the letter.  I have tried Alt + F9 and no resolve.  It is prefilling my other mail merge options.  Please help, I have about 70 letters to create with this Ask box needed on alot of them.

An ASK field only populates a bookmark; you must then insert a cross-reference to that bookmark for the response to appear. An alternative is to use a FILLIN field.
Cheers
Paul Edstein
[MS MVP - Word]

Similar Messages

  • Word Insert Field

    In the Report Generation option , I want to include some text inbetween a report. I have created bookmarks for these. After that can i use Word Insert Field block to update these text in the report. But it is not updating in the report. Any body knows how to add text not in the end of report, in between against bookmark ?

    Bose,
    I'm not sure I fully understand your question but it sounds like you are trying to add text to a bookmark with the Word Insert Field.vi, but the text is instead inserted at the end of the document. The Word Insert Field.vi only inserts the text at the end of the document if no bookmark is specified in the bookmark input of the VI. Make sure that you are specifying the correct bookmark at this input in order to add text there.
    If I've misunderstood your question, feel free to ask again, but try to clearly explain what you are trying to do, how you've tried to do it so far, and how those attempts have failed.
    Regards,
    E. Sulzer
    Applications Engineer
    National Instruments

  • Cummulative write up field

    I am creating a query and i need cummulative write up field i.e to show the cummulative write up .As like we have accumulated ord dep or cumm unplanned dep ..i need cummulative write up field in logical data base table ADA.
    Please suggest which table or field.

    Hi,
    sorry, but that requirement makes no sense to me. Write-up is aggregated with its depreciation type with the next fiscal year carry forward. So it flows into the accumulated depreciation field at fiscal year start as of the next year.
    If you want to know the cumulative write-up in a current year, then you can find the fields in structre ANLCV in the logical database. If you need to know the accumulated write-up over the complete asset useful life, then you must read all transactions of the asset, also the ones in the former years, which have been posted with a write-up transaction type, and aggregate this on your own.
    But be aware that there may be not all transactions existing any more, for instance when line items are archived already, when a legacy transfer has been done, when the asset has been transferred and the write-up has been posted on the transferring asset which may be inactive ... and so on ...
    Markus

  • How to write a validaton rule for Cost Center and plant in PO

    Hi,
    I need to write a Validation Rule for Cost center and Plant in Purchase Order to get the error message if the Plant and cost center combination didnot match.
    But i am not sure in which transaction code do we need to write this validation. Kindly help me by giving T.Code or path to do validation at PO level.
    Thanks
    Sunil

    >
    Sunil Pal Raj wrote:
    > Hi,
    >
    > I need to write a Validation Rule for Cost center and Plant in Purchase Order to get the error message if the Plant and cost center combination didnot match.
    >
    > But i am not sure in which transaction code do we need to write this validation. Kindly help me by giving T.Code or path to do validation at PO level.
    >
    > Thanks
    > Sunil
    Check OKC7
    Regards,
    Indranil

  • Best Practice to Atomic Read and Write a Field In Database

    I am from Java Desktop Application background. May I know what is the best practice in J2EE, to atomic read and write a field in database. Currently, here is what I did
    // In Servlet.
    synchronized(private_static_final_object)
        int counter = read_counter_from_database();
        counter++;
        write_counter_back_to_database(counter);
    }However, I suspect the above method will work all the time.
    As my observation is that, if I have several web request at the same time, I am executing code within single instance of servlet, using different thread. The above method shall work, as different thread web request, are all referring to same "private_static_final_object"
    However, my guess is "single instance of servlet" is not guarantee. As after some time span, the previous instance of servlet may destroy, with another new instance of servlet being created.
    I also came across [http://code.google.com/appengine/docs/java/datastore/transactions.html|http://code.google.com/appengine/docs/java/datastore/transactions.html] in JDO. I am not sure whether they are going to solve the problem.
    // In Servlet.
    Transaction tx = pm.currentTransaction();
    tx.begin();
        int counter = read_counter_from_database();  // Line 1
        counter++;                                                  // Line 2
        write_counter_back_to_database(counter);    // Line 3
    tx.commit();Is the code guarantee only when Thread A finish execute Line 1 till Line 3 atomically, only Thread B can continue to execute Line 1 till Line 3 atomically?
    As I do not wish the following situation happen.
    (1) Thread A read counter from Database as 0
    (2) Thread A increment counter to 1
    (3) Thread B read counter from Database as 0
    (4) Thread A write counter as 1 to database
    (5) Thread B increment counter to 1
    (6) Thread B write counter as 1 to database
    What I wish is
    (1) Thread A read counter from Database as 0
    (2) Thread A increment counter to 1
    (4) Thread A write counter as 1 to database
    (3) Thread B read counter from Database as 1
    (5) Thread B increment counter to 2
    (6) Thread B write counter as 2 to database
    Thanks you.
    Edited by: yccheok on Oct 27, 2009 8:39 PM

    This is my understanding of the issue (you should research it further on you own to get a better understanding):
    I suggest you use local variables (ie, defined within a function), and keep away from static variables. Those local variables are thread safe. If you call functions within functions, its still thread safe. If you read or write to one record in a database using sql, its thread safe (you dont need a transaction). If you read/write to multiple tables and/or records, you probably need a transaction. Servlets are thread safe. You usually dont need the 'synchronized' word anywhere unless you have a function updating/reading a static variable and therefore want to ensure only one user is accessing the static varible at a time. Also do so if you are writing to some resource (such as a file, a variable in applicaton scope, session scope, or resource that everyone uses such as email server). You dont want more than one person at a time to write to it). Note the database is one of of those resources that is handled by transactions rather than the the synchronized keyword (the synchronized keyword is applied to your application only (not other applications that someone is running), whereas the transaction ensures all applications are locked out while you update those records in the database).
    By the way, if you have a static variable, you should have one and only one function (synchronized) that updates it that everyone uses. If you have more than one synchronized function, that updates it, its probably not thread safe.
    An example of a static variable you would use is a Datasource object (to obtain your database connections). You only need one connection pool in your application and you access it via the datasource variable.
    If you're unsure your code is thread safe, you can create two seperate threads that call the same block of functions repeatedly to ensure it works as expected.

  • How to enter values for newly inserted field for maintenace view table

    Hi ,
    I have inserted new field for custom table which consits of maintance view..
    I want to put some values in to this newly inserted field..
    When i try to insert values bu useing se16,iam unable to view this newely inserted field..
    Can you please let me know how can i insert values to this newely created field
    Thanx,
    Parnith

    Hi Parnith,
    It is easy to use a table maintainance to enter values to a database table....
    if you have a table maintainace generator and you are not able to see the newly added field here is the reason
    Everytime you add a new field , the table maintainance needs to be regenerated..The reason is that the screen you are using in the table maintainance is created within a program with respect to the fucntion group and not directly linked to the table..whenever you change the table,the function group is not affected and changes are not reflected in the table maintainance , so you have to regenerate by utilities-> table maintainance generator in sell for that table..once you do it , the function group assigned to the table automatically creates a new one with the latest fields added
    Reward if helpful
    Regards
    Byju

  • Cannot insert field or paste in existing Local Variable (container of booleans)

    Cannot insert field or paste in existing Local Variable (container of booleans)...  TestStand 4.1.
    This is very strange, especially since I have done it before. 
    The "paste" and "insert field" selections are greyed out and disabled from the right-click menu.  I have tried everything I could imagine, and searched various combinations of posts.  I am sure it is something redicoulously simple, bu I cannot find the redicule to solve this annoying issue.
    The local variable is a container of booleans.  It has 90 elements and I need to add one more.  I cannot edit / rename or do anything with this Local.  Must be karma (for thos who know me in the LabVIEW forum).  Usually, you right click, insert field and it's there..  Not this one..
    Has anyone seen this before?  Closing and re-opening TestStand did not change anything.  There is a matching cluster in LabVIEW which feeds the local in TestStand.
    It is a container of custm data type.  The Edit Flags are ok (edit is allowed).  Can't think of any other valuable info..
    Solved!
    Go to Solution.

    I should correct an erratum in my original post.. 
    Since I am not the original author of the code, I am not sure it is a custom container.  As a matter of fact, I don't think it is.
    It does not appear in the custom data types.  So it must be a Local.
    I will attempt to clarify what I am dealing with...  (TestStand 4.1)
    Maybe pictures are worth thousands of words.
    As with typical TestStand projects, there are various variables:  Locals, Parameters, FileGlobals, etc..  Nothing odd here.
    The one I am concerned about is the Options_Present which is a container of booleans.
    I am sure I have edited this one before.  Although I seem to recall that it was automatic after changing the cluster in LabVIEW.
    Within the Locals, the  2 that are underligned in red do not allow to edit anything (change name, add, delete, paste).
    Trying to Insert Field or paste are not possible.
    Attachments:
    Variables.PNG ‏8 KB
    Locals.PNG ‏28 KB
    cannotInsert.PNG ‏9 KB

  • Error in inserting field to CV01n

    Hello Dears,
    I should insert new Zfield to Tcode CV01n.
    Then,
    I created a new Zfield and added it to the tabel ( DRAT table ),
    and want add this Zfield to the screen layout.
    Program: SAPLCV110
    Screen No: 102
    I'm going to Layout Editor and try to change layout, but unfortunately after edit screen, some errors occur and some I/O fields hide and I can't find them into the layout and they deleted from element list.
    (For Exp: : "Input/output field "DRAT-DKTXT" not defined.")
    Therefore, kindly request you to guide me on this matter.

    Hi Dear Chandra,
    I added I/O field DART-DKTXT and other necessary fields to screen and I could activate screen.
    But status of my inserted fields (And other I/O fileds like DART-DKTXT) are not correct.
    For exp: in view mode (CV03n) these fields are editable.
    Regards,

  • Http - http redirection using header-field rule

    Hi,
    Is it possible to configure an http -> http redirection using header-field rules if the CSS is NOT performing the SSL encryption/decryption ?
    We can get the redirect working not using the header-field rule but not with it configured.
    cheers,
    Mike

    Gilles,
    The header-field rule works to redirect the http traffic to a specific service, but we also want the header-field rule config under the port 443 content rule.
    Can the CSS see the header or is it encrypted ?
    service 10.10.10.1-443
    ip address 10.10.10.1
    protocol tcp
    port 443
    keepalive maxfailure 2
    keepalive retryperiod 45
    keepalive frequency 45
    keepalive type script testscript "10.10.10.1 4000 3179 archepns"
    active
    service 10.10.10.2-443
    ip address 10.10.10.2
    protocol tcp
    port 443
    keepalive maxfailure 2
    keepalive retryperiod 45
    keepalive frequency 45
    keepalive type script testscript "10.10.10.2 4000 3179 archepns"
    active
    service archepns_redirect
    keepalive type none
    type redirect
    no prepend-http
    ip address 1.1.1.1
    domain https://www-knowledge-epe.company.com
    active
    header-field-group archepns_url
    header-field Request-Line request-line contain "/archepns"
    header-field-group archepns_url2
    header-field Request-Line request-line contain "/archepns"
    content archepns-redirect-sso
    vip address 20.20.20.1
    protocol tcp
    port 80
    url "/*"
    header-field-rule archepns_url weight 0
    add service archepns-redirect
    active
    content archepns-443
    vip address 20.20.20.1
    port 443
    url "/*"
    header-field-rule archepns_url weight 0
    add service 10.10.10.1-443
    active
    content archepns-redirect-sso
    vip address 20.20.20.1
    protocol tcp
    port 80
    url "/*"
    header-field-rule archepns_url2 weight 0
    add service archepns-redirect
    active
    content archepns-443
    vip address 20.20.20.1
    port 443
    url "/*"
    header-field-rule archepns_url2 weight 0
    add service 10.10.10.2-443
    active

  • Write Back field size

    Hi,
    I created a table with a write back field. I have set up everything according to the guide, tested it and it all works. Data is written back to the database.
    When I select from the write back field the Column Properties -> Column Format -> Value interaction -> Field Size you can set the field length. My question is....is it also possible to set the height of the field?
    One of our customers wants to use this as a field to enter remarks and follow up actions. So I actually want a square field, so the text entered in it is more readable on the screen.
    Any suggestions?
    Thanks and Regards,
    Jeroen

    Hi Venkat,
    Thanks for your reply. It's been a while ago since i posted this question, but this write back feature is now actual for a customer. In the beginning it didn't seem that necessary, but now it is.
    I have tried to modify my writeback template, but i cannot manage to make it work. Or do I have to make another custom xml message? Do you maybe have a suggestion on which way to handle this?
    Thanks in advance!!
    Regards,
    Jeroen

  • Reg: Inserting field type name

    Hi,
    I am using MDM java API to insert record into MDM repository. I want to insert field of type name.
    Kindly suggest.

    Hi Prasanthi,
    Check the below constructor for setting the value of type Name.
    setName(String title,String firstName,String middleName,String lastName,String suffix)
    Regards,
    Jitesh Talreja

  • What mechanism Oracle 10g use for write (Insert/ Update) and Read (Select)?

    Hi
    What mechanism Oracle 10g use for write (Insert/ Update) and Read (Select)?
    Thank you

    Aren't the answers given in PL/SQL forum sufficient enough?Well, as the first answer in that forum directed the OP to this forum you can hardly blame them for the repost.
    There is some high-level stuff in the Concepts Guide. If that is insufficient the OP will need to tell us what more details they need to know (and perhaps why).
    Cheers, APC

  • How to write a script to ask the streaming video (FLV) to do something after it is finised playing...

    How do I write a script to ask a streaming video to go to
    play a next movie clip or to do something after it is finised
    playing automatically?

    follow the link here to get the fla example which I have just
    embeded a movie file straight on the root timeline and then I add
    another layer for scripting. look at the last frame of the timeline
    where I have add a very simple gotoAndPlay script.
    hope ths is what u looking for. otherwise you really need to
    get flash 8. or hopefully someone coming along on this forum and
    solve the MX problem for you.
    good luck.
    http://www.lauthiamkok.net/scripting_languages/ActionScript/Flash_8/video%20object/
    get this file - embeded video.fla

  • Cannot write anything when terminal asks for password

    I try to uninstall a F-secure product with uninstaller but when prompted about password I cannot write anything there

    Cannot write anything when terminal asks for password
    When using sudo in Terminal, which requires a password, typing the password will not show as asterisks. It does not visually echo the keystrokes, but it is accepting them.
    Just carefully type the password, and press Return when finished,

  • Using Word Insert Field VI to load a bookmark

    I'm using a VI from the MS Word/Excel Report Generation toolkit called Word Insert Field.  I have an MS Word document with a named bookmark.  I want to replace the bookmark text programmatically from LabVIEW.  I believe WordInsert Field is the right VI, but I can't find the proper input for type- there are something like 100 choices.  I just want to replace the bookmark text with the text I have provided in the text input.  Should be simple...
    In the example in the attached file, I'm trying to insert the text "XXX1234" at the bookmark named LotNum in the Word file BookTest.docx.  I don't know what to choose for the type constant.  There are many choices, and none I've tried work correctly.
    Solved!
    Go to Solution.
    Attachments:
    Word Insert Field.png ‏53 KB

    I have been able to replace existing text at a bookmark using Labview. My solution uses Word macros. In the Word template you use for your document, you create a Word macro that locates the bookmark you want. It is easier to create a macro for each bookmark but I think that you can pass the bookmark name as a parameter but it is not my area of expertise. Then, you create another macro that just deletes the number of characters you want to erase (once again, you can probably pass the number of characters as a parameter if you are a passable Word macro programmer). Then, you insert the new text at the bookmark. See code below.
    There might be another way to do it using the various sub-VIs within the Append Report Text.vi but I have not been able to figure out so far.
    Marc Dubois
    HaroTek LLC
    www.harotek.com

Maybe you are looking for

  • The server was not found or was not accessible.

    I've upgraded to a Windows 8.1 machine, and installed SQL Server 2012 (version 11.0.3128.0), and SQL Server Express 2008 R2 (v 10.0.5500.0). I've created a database in the 11.0.3128.0 instance, and populated it by restoring it from a .BAK from anothe

  • Ad block plus is no longer working.

    Just today adblock plus stopped working, I think I down loaded lasted version 1.31 and since then Ads Now show up! I downloaded Ad block 1.2 old version I was using before problem and ads still come up. OS windows xp. Mozilla 3.6 .12

  • Condition type manually removed in back-end

    Hi! I am creating a purchase order in SRM.  The order is created with a foreign supplier. When replicated to back-end and looked at in ME23N the condition GRWR is 0 when it should be the same amount as the Gross price. When doing an analysis of the P

  • Problem in Converting string to float

    Hi, I am reading from textField and trying to convert that string value to float. Compiler is giving error cannot find symbol toFloat even though I have included java.lang in my program. Please help me with this one. Thanks.

  • 9.1 startup-no tone

    Hi- I just upgraded my 9.0 to 9.1 and on the restart no "b-flat ahhh" tone or whatever it is called happened, but it did start up and set up was no problem. Is there an issue if the tone doesn't happen?