Adobe Forms: Best way for logging?

Hi,
we're using Adobe Forms having very complex forms partially.
Because of it's complexity, the implementation is not free from defects. That's why I thought about proper logging of what users do within the form.
What's the best way to achieve this?
I thought of console messages - but this would require the user to send us the document in case of an error.
I also thought of writing a logging file in a central directory that all users have access to. But I don't know if this is even possible?
Does anyone have experience with proper logging of user actions in forms?
Thanks and BR Matthias

Test Screen Name wrote:
Something not secret could be a report button which generates information ready for the user to copy/paste into an email. Not sure of the best way to offer a large body of copyable text, any ideas?
A dialog box with a large, multi-line text field, where you can place the text and the user can copy it to an email and send to you. You can even generate the blank email message using a launchURL and a mailto command.

Similar Messages

  • Best Way for login???

    I was just wondering what everyone thought would be the best
    way for a secure login with 4 different access levels. It's going
    to do just how it sounds, different levels see/have different
    access to different functions and components in the program. Would
    an initial php login work? Would it be difficult to implement it
    inside Flex?? Any input would be greatly appreciated. TIA!!!

    It is absolutely possible using states. What you do is assign
    certain access level to the different states for example...
    <mx:states>
    <mx:State name="Visitor">
    <mx:RemoveChild target="{myLoginHBox}"/>
    <mx:AddChild relativeTo="{mainMenuHBox}"
    position="lastChild">
    <view:LogoutHBox/>
    </mx:AddChild>
    <mx:AddChild relativeTo="{mainMenuViewstack}"
    position="lastChild">
    <mx:Canvas label="Visitor Area" width="100%"
    height="100%" id="canvas1">
    </mx:Canvas>
    </mx:AddChild>
    </mx:State>
    <mx:State name="Youth" basedOn="Visitor">
    <mx:RemoveChild target="{canvas1}"/>
    <mx:AddChild relativeTo="{mainMenuViewstack}"
    position="lastChild">
    <mx:Canvas label="Youth Area" width="100%" height="100%"
    id="canvas2">
    </mx:Canvas>
    </mx:AddChild>
    </mx:State>
    <mx:State name="Member" basedOn="Youth">
    <mx:RemoveChild target="{canvas2}"/>
    <mx:AddChild relativeTo="{mainMenuViewstack}"
    position="lastChild">
    <mx:Canvas label="Member Area" width="100%" height="100%"
    id="canvas3">
    </mx:Canvas>
    </mx:AddChild>
    </mx:State>
    <mx:State name="PowerMember" basedOn="Member">
    <mx:RemoveChild target="{canvas3}"/>
    <mx:AddChild relativeTo="{mainMenuViewstack}"
    position="lastChild">
    <mx:Canvas label="Power Member Area" width="100%"
    height="100%" id="canvas4">
    </mx:Canvas>
    </mx:AddChild>
    </mx:State>
    <mx:State name="AssistantAdministrator"
    basedOn="PowerMember">
    <mx:RemoveChild target="{canvas4}"/>
    <mx:AddChild relativeTo="{mainMenuViewstack}"
    position="lastChild">
    <mx:Canvas label="Assistant Administrator Area"
    width="100%" height="100%" id="canvas5">
    </mx:Canvas>
    </mx:AddChild>
    </mx:State>
    <mx:State name="SeniorAdministrator"
    basedOn="AssistantAdministrator">
    <mx:RemoveChild target="{canvas5}"/>
    <mx:AddChild relativeTo="{mainMenuViewstack}"
    position="lastChild">
    <mx:Canvas label="Senior Administrator Area" width="100%"
    height="100%" id="canvas6">
    </mx:Canvas>
    </mx:AddChild>
    </mx:State>
    </mx:states>
    Then you create a loginResultHandler that first checks to see
    if the user is logged in. If the user is logged you then check for
    their access level. Personally I used digits (in my example roles 1
    through 6). The digit is what I store in my database. Once the
    logged in user's role is established the state is changed
    accordingly. Do some research on using states! It will absolutely
    help you to do what you are looking to do. An example of the code
    for the loginResultHandler is...
    // loginResultHandler function
    private function loginResultHandler(event:ResultEvent):void
    currentUser = event.result as User;
    if (currentUser.loggedIn)
    // If login successful
    if (currentUser.roles == "5")
    this.currentState='Youth';
    else if (currentUser.roles == "4")
    this.currentState='Member';
    else if (currentUser.roles == "3")
    this.currentState='PowerMember';
    else if (currentUser.roles == "2")
    this.currentState='AssistantAdministrator';
    else if (currentUser.roles == "1")
    this.currentState='SeniorAdministrator';
    else
    currentUser.roles == "6";
    this.currentState='Visitor';
    myLoginHBox.visible=false;
    else
    // If login unsuccessful
    Alert.show("Login unsuccessful", "Server Authentication");
    I just finished setting up role based authentication using a
    combination of Flex 2, ColdFusion MX 7.02 and MS SQL Server Express
    2005. It took my two weeks to set up my CFC's (ColdFusion
    Components) and ActionScript files properly.
    My user login form is authenticated against my database. If
    the user is properly logged in he can only view what he is
    authorized to view. :)
    John

  • Call for adobe form is going for dump for multiple users

    hi,
    i am calling an adobe form in a program i.e. for multiple users. now my problem is.....
    3 people are using same tcode to generate the adobe form output for different data. but when they click at a time on the button to generate the adobe output, then adobe form is coming for only one user and it is going for dump for other users.
    and this dump is coming because of exception "CX_FP_API_INTERNAL" in funtion module FP_FUNCTION_MODULE_NAME which i am using to get the function module name of the adobe form in my program.
    can u please give me some solution to rectify this issue....

    That's nothing!
    An engineer and I contacted Adobe technical support by phone to ensure the PC I was having custom built was configured to its optimum. They advised XP64 as the best operating environment. After that discussion we had to completely revise procurement, etc to get the bits and compatible XP64 compatible software, putting the build project back a few weeks as well, Imagine how I laughed when I found out on one of these forums that XP64 is the worst choice and totally unsupported by CS4!
    I have written to Shantanu Narayen, Adobe CEO and didn't even get an acknowledgement I raised this last week on the Adobe stand at BVE and was told they'd get someone to contact me asap but guess what, niet...! To be fair there has been one Adobe executive that recognises the problem and the damage poor customer support is causing the company; he has been as helpful as he can. Unfortunately, it seems the overall Adobe culture at the top is "get the money and run". If your problem goes beyond what's already on their web pages, tough luck!
    Regards,
    Graham

  • Best practices for logging results from Looped steps

    Hi all
    I would like to start a discussion  to document best practices for logging results (to reports and databases) from Looped Steps 
    As an application example - let's say you are developing a test for one of NI's analog input or output cards and need to measure a voltage across multiple inputs or outputs.
    One way to do that would be to create a sequence that switches the appropriate signals and performs a "Voltage Measurement" test in a loop.    
    What are your techniques for keeping track of the individual measurements so that they can be traced to the individual signal paths that are being measured?
    I have used a variety of techniques such as
    i )creating a custom step type that generates unique identifiers for each iteration of the loop.    This required some customization to the results processing . Also the sequence developer had to include code to ensure that a unique identifier was generated for each iteration
    ii) Adding an input parameter to the test function/vi, passing loop iteration to it and adding this to Additional results parameters to log.   

    I have attached a simple example (LV 2012 and TS 2012) that includes steps inside a loop structure as well as a looped test.
    If you enable both database and report generation, you will see the following:
    1)  The numeric limit test in the for loop always generates the same name in the report and database which makes it difficult to determine the result of a particular iteration
    2) The Max voltage test report includes the paramater as an additional result but the database does not include any differentiating information
    3) The Looped Limit test generates both uniques reports and database entries - you can easily see what the result for each iteration is.   
    As mentioned, I am seeking to start a discussion for how others handle results for steps inside loops.    The only way I have been able to accomplish a result similar to that of the Looped step (unique results and database entry for each iteration of the loop) is to modify the process model results processing.  
    Attachments:
    test.vi ‏27 KB
    Sequence File 2.seq ‏9 KB

  • What are the best ways (for best performance) in MII to process the incoming process messages from shop floor systems to SAP ECC 6.0 and vice versa?

    Hi All,
    Can you please suggest to choose the best ways (for best performance) in MII (12.2 on NW 7.3), to process the incoming process messages from shop floor systems to SAP ECC 6.0 and vice versa?
    Thanks

    Hi Surya,
    Best practices for flow of data from ECC --> SAP MII --> Shop floor & Vice verse:
    1. Send ECC data through IDOC's/RFC's as messages to SAP MII message listener and BSL transaction process data and update directly on shop floor database as if you configured in Data services or later send those data by web service to shop floor system (i.e. depends on Shop floor machines).
    From Shop floor:
    shop floor --> SAP MII --> ECC
    1. Use either Web service or fetch data from DB and pass data to BAPI's  for sending to ECC through BLS transaction.
    Regards,
    Praveen Reddy

  • Best way for building an application main frame

    I'm about to program a desktop application.
    The main frame will have menus, toolbar, status bar etc.
    There will be a lot of interaction between the menus, toolbar buttons and other custom gui components (such as an editor).
    My question is which is the best way for building it.
    Cramming all the code in one class file is out of the question.
    I thought about making my own custom JFrame and add API functions like for it so different GUI elements can be accessed.
    Each component which will be manipulated will be in its own class file with the constructor accepting a reference to my custom JFrame object which it is contained in.
    Any suggestions on the matter would be of great help since I've never done extensive Swing programming before.
    P.S.
    The application makes extensive use of RMI.
    What considerations should I take into account (except using SwingUtilities.invokeLater()) ?

    Hi,
    I have replied on this subject somewhere else today but what I do is have one simple entry point where I just instanciate a JFrame.
    On that frame I have a main JPanel. On that panel I add new objects like JPanels, tabs etc.
    I keep each new panel in a separate source as it is easier when the application grows, and it will. That also means that several programers can work with the same application without interfearing each other.
    I hope you understand what I mean the the thing is to split up the code into several sources.
    It may not suit everyone but I found this approach to be the best for me.
    Klint

  • WHat is the best way for other iphone users to share pictures with me?  I am doing a project which req. people to send me 100 pictures at a time that I'll be putting in my iphoto?

    WHat is the best way for other iphone users to share pictures with me?  I am doing a project which req. people to send me 100 pictures at a time that I'll be putting in my iphoto? thank you.

    ingridlisa,
    I'd suggest to ask them to create Shared PhotoStreams and to invite you to view the streams, see:
    iCloud: Using and troubleshooting Shared Photo Streams
    Regards
    Léonie
    Added:
    that I'll be putting in my iphoto?
    Will you be collecting the photos in iPhoto on your iPhone or on a Mac? On a Mac a Shared PhotoStream requires Mac OS X 10.8.2.

  • Acrobat Standard XI, but can only find the CD for windows.  I have a mac (I have access to an external CD drive and I have the product keys for windows).  What is the best way for me to install it?

    Hi, I purchased Acrobat Standard XI, but can only find the CD for windows.  I have a mac (I have access to an external CD drive and I have the product keys for windows).  I have never installed it anywhere else.  What is the best way for me to install it?

    Hi lintonm86921521,
    I can understand your concern & will guide you through this.
    I am so sorry to inform you that Acrobat XI Standard is not available on Mac, you can only use it on your Windows computer.
    You can also refer to the system requirements at : System requirements | Acrobat family of products—older versions (XI, X, 9)
    In case if you have any further query please let us know, we will be happy to help you.
    Regards,
    Aadesh

  • HT4914 I purchased iMatch because my old computer was failing and I was afraid of losing my music library. Now I bought a new laptop; what is the best way for me to transfer my library to my new laptop? Will iMatch help me do this?

    I purchased iMatch because my old computer was failing and I was afraid of losing my music library. Now I bought a new laptop; what is the best way for me to transfer my library to my new laptop? Will iMatch help me do this?

    Is/was failing or has failed?
    If the old computer still runs one of these methods may be best.
    Method 1
    Backup the library with this User Tip.
    Restore the backup to your new computer using the same tool used to back it up.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entire iTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    I'd recommend method 1 since it establishes an ongoing backup for your library.
    I don't have personal experience with iTunes Match, but in principle you should be able to download all the tracks currently registered to your iTunes Match account. This isn't quite the same as restoring your previous library exactly as it was. There is always the potential for iTunes match to provide the wrong version of a song and could be content such as movies, podcasts, audiobooks etc. that would have been excluded.
    tt2

  • I am looking to start developing apps for the iTunes Store, but I have no previous experience. What is the best way for me to start on this? As in which programs and materials must I need and what I need to know. Thanks!

    I am looking to start developing apps for the iTunes Store, but I have no previous experience. What is the best way for me to start on this? As in which programs and materials must I need and what I need to know. Thanks!

    You will need a Mac, with OS X 10.6+ on it, to be able to develop iOS apps.
    There is some info on these pages :
    developer site : https://developer.apple.com
    developing for iOS 7 : https://developer.apple.com/ios7/
    developer support : https://developer.apple.com/support/
    developer forums : https://devforums.apple.com/index.jspa (you will need to be a registered developer to access them)

  • Hello, what is the best way for me to convert RW2 raw format for use in Photoshop CC

    Hello, what is the best way for me to convert RW2 raw format for use in Photoshop CC. I would appreciate any help with this.

    Thanks for the quick help. I do have to leave for work. When I try to
    download the images from the camera they seem to only be in jpeg (I don't
    see any rw2 or raw files to download). If I select the jpeg file it seems
    to only download a jpeg file. I do understand that I do have the option to
    open the jpeg in RAW. In doing this, is all the extra information included
    in the RAW file there or is it lost coming from the camera
    Once again thank you for trying to make me understand how this works.
    Have a great day.
    On Sat, Sep 13, 2014 at 12:14 PM, ssprengel <[email protected]>

  • Best way for capturing HDV

    Best way for capturing HDV
    using easy setup setted to HDV1080 50i (camera is a Sony HDV HC1) captured video look like sh...
    and when exported with compressor is worst!
    some idea?

    Ok fantastic ! you are right (the frustration was talking for me)
    video is shooted in 16:9 HDV 1080 50i
    Captured video looks:
    full of orizontal lines (that look like scan lines) expecially evident on figure edges and on motion subjects
    and
    like it was resized 1440x1080i from a different lower resolution
    video is exported with compressor
    MPEG-2 3.7Mbps 2-pass 16:9
    Description: Fits up to 150 minutes of video with Dolby Digital audio at 192 Kbps or 120 minutes with AIFF audio on a DVD-5
    File Extension: m2v
    Video Encoder
    Format: M2V
    Width and Height: Automatic
    Pixel aspect ratio: default
    Crop: None
    Frame rate: (100% of source)
    Frame Controls: Automatic
    Aspect ratio: 16:9
    Field dominance: Auto detect
    Average data rate: 3.7 (Mbps)
    2 Pass VBR enabled
    Maximum data rate: 7.5 (Mbps)
    High quality
    Best motion estimation
    Closed GOP Size: 1/2 second, Structure: IBBP
    DVD Studio Pro meta-data enabled
    In these case the first problem is i can't obtain 16:9 format an the lines becomes more more evidents
    software is Final cut Studio HD
    camera is Sony HDV HC1e
    hope I wrote all the info
    Thx

  • What's best practice for logging messages in pageflow?

    What's best practice for logging messages in pageflow?
    Workshop complains when I try to use a Log4J logger by saying it's not serializable. Is there a context similar to JWSContext that you can get a logger from?
    There seems to be a big hole in the documentation on debug logging in workflows and JSP pages.
    thanks,
    Rodger...

    Make the configuration change in setDomainEnv.cmd. Find where the following variable is set:
    LOG4J_CONFIG_FILE
    and change it to your desired path.
    In your Global.app class, instantiate a static Logger like this:
    transient static Logger logger = Logger.getLogger(Global.class);
    You should be logging now as long as you have the categories and appenders configured properly in your log4j.xml file.

  • Best way for Email Notifications in EWS Managed API 2.0 [ Exchange Server 2013]

    Hi ,
    I want to know best way for Email Notifications in Exchange server. My
    organisation has 
    10 users, i want to get notification if any user mailbox got any new mail.
    i need to create API,
    that was consumed by another Team in their Application.
    I am using Exchange server 2013.
    Please share Your Ideas.
    Thank you

    Take a look at EWS Notifications
    http://msdn.microsoft.com/en-us/library/office/dn458791(v=exchg.150).aspx .
    Cheers
    Glen

  • What is the best  way for using a  C++ in the EJB?

    What is the best way for using C++ in the EJB ie
    either 1. Socket programming
    2. JNI

    To what purpose?
    To use C++ in the client you could generate IDL from your remote interfaces and run that through your vendor's IDL-to-C++ processor.

Maybe you are looking for

  • XML parser error while testing web service client using jdeveloper 10.1.2.1

    hi I have generated a web service stub/skeleton out of the wsdl file using jdeveloper 10.1.2.1.0. The client will return a complex type result, i.e., it will return an array of elements. When I try to run the client using jdeveloper 10.1.2.10 i am ge

  • Unable to download apps (keynote,pages,etc)

    After clicking on app icon, an error appears "unable to download app "pages" could not be downloaded at this time. Done/Retry.  How can I download these apps?

  • Can i optimize a pdf with the pdf pack?

    hi! I've been using acrobat pro in order to benefit from the optimization feature which helps reduce the weight of the files in order to mail them. I was wondering if the pdf pack which has a much lower cost offers this feature. Thank you very much.

  • Text in History sidebar looks compressed (Firefox 4.0b2)

    I just upgraded to Firefox 4.0b2 from 2.6.8, and when ever I open up the history sidebar by using Ctrl+H, the text looks compressed and pixelated. It's not really a big problem, but I just want4ed to let you guys know about this problem. Oh yeah, thi

  • How to delete unwanted thumbnails?

    When I copy a  thumbnail in MY PICTURES folder, it often happens that  many copies of the same subject pop up on screen without my wanting them.  I want to find a way to delete all these many copies at one go, as usually they run up into hundreds of