Possible to mark thread as question after marking it as answered?

I posted this topic a little earlier: http://forums.adobe.com/thread/756129?tstart=0
I thought I had got all the help I needed, but then followed it up with a further question. Is there any way for me to mark that thread as a question again? Or should I start a new topic? What is the best forum etiquette?

Salut Nicolas
Yes you are right especially about the people that are asking something (with the question flaw activated) but it seems that they aren't using the feature of question answered.
Would it be possible to send an email reminder to the people that have got answers and that they have to response giving the best answer to the questions?
Unfortunately I have also to agree that it is in deed useless if the questions still pending as non answered, but people have got the correct answer. Sometimes we can see that the people that asked something write back "thanks a lot for your help this is giving me the answer" but the status of the question still in answered.
regards,
Hubert

Similar Messages

  • Possible to mark and unmark every line of the list (ALV

    Hi Experts,
    I would like to develop stock compensation report for a client my requirement as below.
    It must be possible to mark and unmark every line of the list (ALV). On top of the list a button (Create Sales Document) is needed. Pressing this button starts the creation of the sales documents for every line of the list which is marked. The button is only active when the simulation flag is initial!
    Since this is a working list it must be possible to double-click on each line and see the line item details. The line item details should be shown as a ALV list as well. The list contains the following fields:
    u2022     Sold-to (VBPA-KUNNR u2013 VBPA-PARVW = u2018AGu2019)
    u2022     Name of sold-to (VBPA- ADRNR u2013 VBPA-PARVW = u2018AGu2019  ADRC-NAME1)
    u2022     Ship-to (VBPA-KUNNR u2013 VBPA-PARVW = u2018WEu2019)
    u2022     Name of ship-to (VBPA- ADRNR u2013 VBPA-PARVW = u2018WEu2019  ADRC-NAME1)
    u2022     Material number (VBRP-MATNR)
    u2022     Material description (VBRP-ARKTX)
    u2022     Old Price List (determination see above)
    u2022     New Price List (determination see above)
    u2022     Compensation Value List (determination see above)
    u2022     Compensation Quantity List (determination see above)
    u2022     New Compensation Quantity List (determination see above)
    After pressing the creation button a sales document for every marked line is created. When this is finished a log is issued for every line. The log shows the following information:
    u2022     Sold-to (VBPA-KUNNR u2013 VBPA-PARVW = u2018AGu2019)
    u2022     Name of sold-to (VBPA- ADRNR u2013 VBPA-PARVW = u2018AGu2019  ADRC-NAME1)
    u2022     Ship-to (VBPA-KUNNR u2013 VBPA-PARVW = u2018WEu2019)
    u2022     Name of ship-to (VBPA- ADRNR u2013 VBPA-PARVW = u2018WEu2019  ADRC-NAME1)
    u2022     Sales document number or error message if no document is created
    How to create check boxes for eachline in the ALV output for mark or unmark purpsoe and how to create create sales document button in the output and how to create the sales order process . please help me out.
    Moderator message: more "spec dumping", please work yourself first on your requirement.
    Edited by: Thomas Zloch on Mar 29, 2011 4:32 PM

    hi
    i have a code for drop down list use this
    this code is for selection-screen deop-down list yu can add this same code in ALV
    REPORT  ZCHETANA_PRAC10                         .
    Type-pools: VRM.
    data: name type vrm_id,
          list_month type vrm_values,
          list_year type vrm_values,
          value type vrm_value.
    selection-screen: begin of block b with frame.
    parameter: p_year(10) type c as listbox visible length 10,
               p_month(10) type c as listbox visible length 10.
    selection-screen: end of block b.
    at selection-screen output.
    value-key = 'JAN'.
    value-text = 'JAN'.
    append value to list_month.
    value-key = 'FEB'.
    value-text = 'FEB'.
    append value to list_month.
    value-key = 'MAR'.
    value-text = 'MAR'.
    append value to list_month.
    value-key = 'APR'.
    value-text = 'APR'.
    append value to list_month.
    value-key = '1998'.
    value-text = '1998'.
    append value to list_year.
    value-key = '1999'.
    value-text = '1999'.
    append value to list_year.
    value-key = '2000'.
    value-text = '2000'.
    append value to list_year.
    CALL FUNCTION 'VRM_SET_VALUES'
      EXPORTING
        ID                    = 'P_MONTH'
        VALUES                = list_month
    EXCEPTIONS
      ID_ILLEGAL_NAME       = 1
      OTHERS                = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'VRM_SET_VALUES'
      EXPORTING
        ID                    = 'P_YEAR'
        VALUES                = list_year
    EXCEPTIONS
      ID_ILLEGAL_NAME       = 1
      OTHERS                = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    start-of-selection.
    write:/ p_year,
           p_month.

  • My form has a list of yes or no questions.  I want to use either cheboxes or radio buttons.  I can't make it work.  When I check yes for one question, it marks all yes answers for all other questions.  If I mark some radio buttons to answer, it unmarks la

    My form has a list of yes or no questions.  I want to use either cheboxes or radio buttons.  Unfortunatly I can't make it work.  When I check yes for one question, it marks all yes answers for all other questions.  If I mark some radio buttons to answer, it unmarks later.  Need immediate help!!!

    Is it that you are using a PDF-based form? Did you copy and paste the Yes/No fields all the way down your form? If so, then all of the yes/no boxes are copies of each other and have the same name and properties in the PDF.
    For example, if you had:
         Question 1 and Question 1 Yes/No checkboxes
         Question 2 and Question 1 Yes/No checkboxes
         Question 3 and Question 1 Yes/No checkboxes
         Question 4 and Question 1 Yes/No checkboxes
    Then whatever answer you selected in Question 1 would populate down through the rest of the form.
    Changing the Yes/No field properties in questions two through four would eliminate the problem.
    I hope that helps,
    Brian

  • I don't understand the thing you call live bookmarks never used it, and most forums I have used notify VIA E-mail not giving out my E-mail address information when a reply has been made to the thread in question.

    So how do I get notified of updates in this forum? As I said: I don't understand the thing you call LIVE BOOKMARKS I have never used them, and most forums I have used notify VIA E-mail not giving out my E-mail address, or other private information when a reply has been made to the thread in question, so how do I get notified of updates in this forum? I have seen no normal options for setting my viewing preferences used for this forum. Thank You.

    Thanks for your reply via email/msg. He wrote:
    If you are interested in the actual design data for the Xeon processor, go to the Intel site and the actual CPU part numbers are:
    Xeon 4 core - E5.1620v2
    Xeon 6 core - E5.1650v2
    Xeon 8 core - E5.1680v2
    Xeon 12 core - E5.2697v2
    I read that the CPU is easy to swap out but am sure something goes wrong at a certain point - even if solderedon they make material to absorb the solder, making your work area VERY clean.
    My Question now is this, get an 8 core, then replace with 2 3.7 QUAD CHIPS, what would happen?
    I also noticed that the 8 core Mac Pro is 3.0 when in fact they do have a 3.4 8 core chip, so 2 =16? Or if correct, wouldn't you be able to replace a QUAD CHIP WITH THAT?  I;M SURE THEY ARE UO TO SOMETHING AS 1) WE HAVE SEEN NO AUDIO FPU OR PERHAPS I SHOULD CHECK OUT PC MAKERS WINDOWS machines for Sisoft Sandra "B-E-N-C-H-M-A-R-K-S" -
    SOMETHINGS UP AND AM SURE WE'LL ALL BE PLEASED, AS the mac pro      was announced Last year, barely made the December mark, then pushed to January, then February and now April.
    Would rather wait and have it done correct than released to early only to have it benchmarked in audio and found to be slower in a few areas- - - the logical part of my brain is wondering what else I would have to swap out as I am sure it would run, and fine for a while, then, poof....
    PEACE===AM SURE APPLE WILL BLOW US AWAY - they have to figure out how to increase the power for 150 watts or make the GPU work which in regard to FPU, I thought was NVIDIA?

  • Are these things possible in PDF forms? Questions for the experts

    Hi,
    I have a project where I need to create an online application system, where the user has to fill in a form where the results have to be saved into a database.
    I wanted to create a html based form, but then someone told me PDF can also do cool things, so I’m researching that road.
    I already managed to create a simple form and submitting it to a web service (java servlet in my case) and that works pretty nicely.
    I'm new to the whole PDF form creating and I’m wondering if certain things are possible. So I’m trying the experts in this form for a yes/no answer.
    Are the following things possible with PDF forms:
    1) validation: number & date checks, eg, a number should be higher than 4, or be a valid number/date
    2) If I answer A at question 1, I should skip Question 2 and go directly to Question 3. Is it possible to hide Question 2, depending on what I answered at Question 1?
    3) Is it possible to attach files to the form, like a photo? And also upload it to the web service.
    4) After I submit the form, is it possible to lock the form so that no other changes can be made? In other words, you may only submit once.
    5) Possible to activate the print button after the form has been submitted?
    6) Can a drop-down lists be dynamic? Instead of hard coding the list, calling a web service to fill the values?
    Thanks in advance for any insight,
    Kind regards
    Ido

    Hi Paul,
    thanks for the quick answer. No my next challange is how to do things
    1) validation: number & date checks, eg, a number should be higher than 4, or be a valid number/date
    <answer> Yes
    I think this is done through the object properties
    2) If I answer A at question 1, I should skip Question 2 and go directly to Question 3. Is it possible to hide Question 2, depending on what I answered at Question 1?
    <answer> Yes
    This is done with subforms and scripting?
    3) Is it possible to attach files to the form, like a photo? And also upload it to the web service.
    <answer> PDF does support the ability to have attachments. They would be includeed as part of the PDF so you woudl have to submit the entire PDF and then extract the attachments when you get the file to the server. Note that you will require to Reader Extend the document to allow a Reader user to add the attachment. This is not a requirement if you are using Acrobat.
    Have to look into this one.
    4) After I submit the form, is it possible to lock the form so that no other changes can be made? In other words, you may only submit once.
    <answer> Yes
    Also through scripting?
    5) Possible to activate the print button after the form has been submitted?
    <answer> If you add a print button on the form then the answer is Yes. The application that houses the PDF will jhave print capabilities and that one is much more difficult to hide. You can set it up so that the form cannot be printed then return back the locked version with printing enabled but a round trip to the server is required for that.
    Print button will be fine by now, probably also done by scripting
    6) Can a drop-down lists be dynamic? Instead of hard coding the list, calling a web service to fill the values?
    <answer> Yes but the form will require LiveCycle Reader Extensions if you are using Reader. Reader Extensions is not required if you are Acrobat.
    Ahh, perhaps fixed list will be ok for version 1

  • Is it possible Encrypt files in document library after uploading OOB

    Is it possible Encrypt files in document library after uploading using  OOB?
    if so please share how the above can be achieved.
    V Jean

    hi
    there is no easy OTB mechanism for that. The most closer OTB functionality is Rights Management Services (see
    e.g. Plan Information Rights Management), which seems like can be used for configuring policy for data encryption, like mentioned in the following forum thread:
    How to Encrypt SharePoint data. Also you may use the following methods to make file upload safer:
    1. use https instead of http
    2. use Sharepoint rights system in order to restrict access to the uploaded documents to only allowed persons (e.g. you may use unique permissions on the doclib level or on file level)
    3. if encryption is crucial and you don't want to enable it to all doclibs via RMS, you may use custom solution via event receivers: during file upload it may encypt it by using some standard encryption algorithm (see
    Which built-in .NET cryptography algorithm is the most secure).
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • Is possible to create a TO automatically after production order confirmation?

    Hi all
    I have just a question in order to know if we can configurate a procedure to a Production Order, so my question
    is possible to create a TO automatically after production order confirmation in a standard enviroment?
    Thanks in advance for all your comments

    Hi Gurus,
    Thank you for your help in this case.
    Process:
    The customer create a production order in CO01 and then they confirm the order in CO15, after confirmation TR is created ( we can see this in LB10 ) and negative stock is created (  we can see this in LS24 ).
    Requirement:
    They are asking to create the TO automatically after the production order confirmation. Negative stock is afecting the process.
    Workaround:
    They are creating the TO in background in LB10. ( negative is fixed )
    Question:
    Can we create the TO automatically after confirmation in standard configuration?
    if no ,  how can we confirm this TO .using a JOB option?
    TR created after confirmation
        TR header
    LS24 negative units.
    Regards!!
    Ronald

  • Is thread still active after main method exits?

    Hi All,
    Yesterday we were discussing. wether it is possible for a thread to be active even after the main method, from which it was spawned, exits.
    any comments?

    Hello,
    If you start a thread from the main() method and then return from main(), the thread will remain running. Just try it out:
    public class Test
        implements Runnable
        public static void main(String[] args)
            Thread t = new Thread(new Test());
            t.start();
            System.out.println("Returning from main()");
        public void run()
            try
                Thread.sleep(5000);     // Wait for 5 seconds
                System.out.println("Hello, I'm still here!");
            catch (InterruptedException ie)
                ie.printStackTrace();
    }Note: If you exit main() using System.exit(), all threads will be killed!
    Jesper

  • Why am I unable to delete the default track (which seems to act as the master, right?) after making a rough mix?  Is it possible to delete the default track after having rendered a mix?

    Why am I unable to delete the default track (which seems to act as the master, right?) after making a rough mix?  Is it possible to delete the default track after having rendered a mix?  I did a rough mix and now cannot change the song as the tracks that were a part of the rough mix seem to remain in the song even though I mute the tracks for a new mix.  For instance, I played and recorded a different bass line.  Muted the original, but when trying to create the new mix I can hear the original bass line even though I have muted that track.  It seems to remain in the previous master (default) track.  Please send help.  Thank you.

    Before answering your question, you have to make sure you understand the difference between the different track types in GarageBand.
    Tracks, you record your music on
    There are three types of those Tracks.
    MIDI Tracks (aka Software Instrument Tracks)
    Audio Tracks (aka Real Instrument Tracks)
    Drummer Track (only one per Project)
    Global Tracks
    These are the Tracks that can be shown/hidden at the top of the Tracks Area for specific purposes.
    Arrangement Track
    Movie Track
    Transposition Track
    Tempo Track
    Master Track
    This Track can also be shown/hidden in the Tracks Area. Please note, you cannot delete that Track, only hide it, similar to the Global Tracks
    Regarding the Tracks you record your music on,  you can delete any of those. It doesn't matter if you created them or there are part of a Template (maybe that  is what you refer to as the default track). Once you delete the last Track, the "New Track Window" will pop up to add a new track.
    I will explain all that in much more detail in my manual "GarageBand X - How it Works".
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Is it possible to switch back to ios5 after having installed ios6 on ipad 2? Cant open web pages and dont like some functinalities so would like to go back.

    Appart from the non indefferent fact that is becoming just like that other giant microsoft and it took me 20 minutes to get everything settled before i could actually ask a **** question which by chance arose from the fact that i was wasting time not being able to access some login page i usually can access from my ipad2. The problem seams to be the new ios6 which i fullheartly installed but appart from the everchanging funcionalities that are fine when you are a teen but are a nuisance when you have little time there seam to be changed under the hood to that dont allow for the normal use i make of the internet.
    Question: is it possible to switch back to IOS5 after having installed IOS6? How long can the proccess be ? Will it have any other magic apple effect?
    Ps: im starting to think that other guy microsoft was not that much of an evil money making babylonlike creature. Maybe is just the scale of success that turns friendly companies to anonymous "robbers".

    Appart from the non indefferent fact that is becoming just like that other giant microsoft and it took me 20 minutes to get everything settled before i could actually ask a **** question which by chance arose from the fact that i was wasting time not being able to access some login page i usually can access from my ipad2. The problem seams to be the new ios6 which i fullheartly installed but appart from the everchanging funcionalities that are fine when you are a teen but are a nuisance when you have little time there seam to be changed under the hood to that dont allow for the normal use i make of the internet.
    Question: is it possible to switch back to IOS5 after having installed IOS6? How long can the proccess be ? Will it have any other magic apple effect?
    Ps: im starting to think that other guy microsoft was not that much of an evil money making babylonlike creature. Maybe is just the scale of success that turns friendly companies to anonymous "robbers".

  • Possible way to prevent basic questions being asked repeatedly

    hi,
    could this be a possible way to prevent basic questions being asked repeatedly (and to encourage search before post)  (may be atleast for newcomers to the forum, to minimize one-liner questions).
    when a user tries to post the question, as the user types or in the preview screen or before he clicks on the submit button, the SCN should show the similar questions/threads (or atleast threads with exactly the same text) asked/discussed before.
    then the forum user might click on the links, instead of posting a new one, as the answer could be readily available in existing threads.
    this functionality i have seen in yahoo answers.
    if you go to answers.yahoo.com and ask a very simple question like
    "what is difference between sql  and mysql"
    then yahoo provides a popup "Wait, we might already have the answer you are looking for:" and it also shows the possible similar questions like:
    What is the difference between a MySQL, SQL, and Access database?
    Programming & Design - 6 answers
    What is the difference between mysql and mico sql softserver 2005?
    what is MYSQL? what is Microsoft SQL server 2005
    Programming & Design - 2 answers
    What is the difference between mySQL and MS SQL server database?
    I am starting a website but I am not sure what to use. It is a wensite with a very large database. Please help!
    Programming & Design - 3 answers
    What is the difference between MySQL and the Microsoft SQL? Which one is better?
    How is the Microsoft SQL better than MySQL? Which is better for security? E-Commerce? Most importantly, Which uses a cheaper server to ...
    Programming & Design - 4 answers
    if you want to try, go to:
    http://answers.yahoo.com/question/ask?title=whatisdifferencebetweensql%0D%0Aandmysql
    may be similar mechanism can be used by sap forums.
    thanks,
    Jagdishwar

    I also think it is a cool idea, but unfortunately the "no brainers" are a small group in my experience and will not be detered by this.
    We are using a new secret weapon in the past weeks against repeat offenders. Please use the Abuse Report button to report such basic questions when the person is "hard of hearing".
    As a side note, also consider that some people are not fluent in English. Or even have no English language skills and use enterpreters. That is of course no reason to be a pain and break the rules (cross-posting, etc) but it does explain isolated misunderstandings.
    I once called a repeat offender on the phone because he posted his telephone number in the forums. He could hardly speak any English at all, let alone write it...
    Cheers,
    Julius

  • Input thread - loop question

    Sorry for all the annoying questions. Just one more answered would be great, I know the problem in this code is my Input class only reads and sends one line to the server and as it isn't in a loop thethread terminates immediately, after one line leaving only the thread that's reading data from the server. I've tried a few loops but nothing seems to work. Can anyone point out what kind of while loop and where i can put it in.
    import java.net.*;
    import java.io.*;
    class Input extends Thread
    private PrintWriter toServer;
    private BufferedReader keyBoard;
    private Socket socket;
    public Input(Socket sock)
    socket = sock;
    public void run()
    keyBoard = new BufferedReader(
    new InputStreamReader (System.in));
    try {
    toServer = new PrintWriter(
    new OutputStreamWriter(
    socket.getOutputStream()),true);
    catch(Exception e) {
    String command ="";
    try {
    command = keyBoard.readLine();
    catch (IOException e) {
    toServer.println(command);
    }

    try
    try {
         command = keyBoard.readLine();
         while (command != null) {
               toServer.println(command);
              command = keyBoard.readLine();
    } catch (IOException e) {
         e.printSTackTrace();
    }

  • I want to cut and paste iCal entries on iPad.  Have seen a number of questions raised but no definitive answer - is it possible or not?  (I use Bento but that doesn't sync with ICal now so can use that solution)

    I want to cut and paste iCal entries on iPad.  Have seen a number of questions raised but no definitive answer - is it possible or not? 
    (I use Bento but that doesn't sync with ICal now so can use that solution)
    Hope to hear helpful news soon....
    C

    No, the camera connection kit only supports the copying of photos and videos to the Photos app, it doesn't support copying content off the iPad. For your second camera instead of the SD reader part of the kit, does the iPad to camera cable not work with it for direct transfer to the iPad ?
    For Lightroom and Nikon software again no - you can only install apps that are available in the iTunes app store on your computer and the App Store app on the iPad, 'normal' PC and Mac (OS X) software are not compatible with the iPad (iOS). There are some apps that perform fairly basic editing functions that are available in the store, but nothing as sophisticated as, for example, Lightroom.

  • Is it possible to restore from a backup after initial setup on my iPad air?

    is it possible to restore from a backup after initial setup on my iPad air?

    You don't even have to do to an erase all content and settings.
    Just connect the iPad to iTunes. Once it appears on the left, right click on it and select restore from backup. It's that easy.

  • HT4623 a question: after downloading the recent updates to my iphone 4s l can no longer put pictures into my phone ?

    A Question; after attempting to download the itunes 11.01 update l can no longer put pictures into my iphone 4s

    Hi there pandion,
    You may find the troubleshooting steps in the article below helpful.
    iTunes: Unable to sync photos
    http://support.apple.com/kb/TS3697
    -Griff W. 

Maybe you are looking for

  • Use keywords in Adobe Bridge

    This question was posted in response to the following article: http://help.adobe.com/en_US/creativesuite/cs/using/WSBCB2D1F5-98B8-45cc-950A-58E8347FD2F8a .html

  • TS2734 I cant find how to unlock my phone

    I have locked up my ipod and cant unlock it at all it says to connect it to itunes but I can't even do that

  • Customer Statement via Email

    HI, I have config the Customer statement by means of correnpondence & it working fine. But I need to send it through email maintained in customer master when i run f.27 mails should be send automatically. For doing this do we need to do any config re

  • Language query

    The following compiles correctly: import java.util.*; public class MyVector extends Vector { However, import java.io.*; public class MyPs extends PrintWriter { gives the following error: C:\LocalJava\Webserver\MyPs.java:3: cannot resolve symbol symbo

  • Credentials

    Might be a basic question., When user run a report ( Webi or CR ) in Infoview , On what type of credentials will they hit the database. I know we will be creating user name and password for BOE to acess but from database point how will they access th