Multiple barcodes in a dynamic form don't work

Hi everybody
I have a form in which I can add new items using instanceManager. I want to capture the data from each item i separate barcodes, and here comes the problem. I can make the barcode capture data from the first item in the form, but when I add new items when I fill out the form, the barcodes all refers to item no. one.
How can I make each new barcode refer to the right item?
The objects for item information including the barcode is placed in a subform.
I hope someone can help.
K
P.S. If the question seems familiar, its because I have already posted it in another forum, but without any result. So I try again.

Hi Paul
Your scrip didn't quite work. But it helped me in the right direction. Thanks a lot.
I made the script like this:
RIrekvUdv1.Prver.Effekt1.RIrekv_Prv_1::calculate - (JavaScript, client)
//{{Start Generated Content//
var 
is705ViewerRequired = false;
//End Generated Content}}//
function 
encodeBarcode() { 
var str = AntmskStd.rawValue + "\n"  
+ xfa.resolveNode("Effekt1[" + this.parent.index + "].Prvetyp").rawValue + "\n" 
+ xfa.resolveNode("Effekt1[" + this.parent.index + "].PrveAnt").rawValue + "\n"; 
return str;}
function 
getInstanceData(node) { 
var str = ""; 
var nNodeLength = node.length; 
for (nNodeCount=0; nNodeCount < nNodeLength; nNodeCount++) {str
+= node.item(node).rawValue + "\n";}
return str;}
this.rawValue
= encodeBarcode();
//app.alert(this.rawValue);
Kirstine

Similar Messages

  • Uploaded Admin to Server - Dynamic Forms don't work

    Okay, got everything how I want it on the administration end and it works tested locally.
    Uploaded to the web server and now the Dynamic Forms that I created using the Wizard are giving me an error.
    Error:
    Internal error.
    Developer Details:
    tNG_multipleUpdate.getLocalRecordset:
    Error message:
    No database selected
    SQL statement:
    SELECT First_Name,Last_Name,statusID,divisionID,owner_picture,ownerID, ownerID as kt_pk_owner FROM owner WHERE ownerID=3. (MUPD_RS)
    tNG Execution Trace - VIEW
    Thought maybe an include didn't get uploaded so redid those.
    The Dynamic List page works, so the connection key is fine. The public site is fine too.
    Suggestions?
    Cheryl

    Stepping back to the root cause (again, the SQL error message), what you should look at is that your database configuration is correct for the live server. This line:
    <?php require_once('Connections/conn_sqh.php'); ?>
    shows where the connection data is stored in the automatically generated files. Please ensure that the:
    $database_sqh = "some_schema_name";
    line has the correct value for your live server in place of "some_schema_name" as that is what the root cause of your error message is. You can change this in the ADDT Control Panel->Login Settings->Database tab by using the using the "Define.." button on the connection.
    There is likely an easier way to access this info, but I would recommend simply rewriting the connection file to change the values based upon the value of $_SERVER['HTTP_HOST'] to get something that works locally and remotely without any changes. If you change the file, then ensure you set the parameter before modifying it based on the host:
    $hostname_someconnection = "localhost";
    if( isset($_SERVER['HTTP_HOST']) && $_SERVER['HTTP_HOST'] != 'localhost' )
        $hostname_someconnection = "someconnection.local";
    If you fail to do this in the correct order, then you can break the GUI. This technique lets you use a proper FTP tool for upload to a site which can save huge amounts of time but it also adds to your administrative overhead.

  • Validation of multiple empty fields in dynamic form

    Hi,
    I have created multiple fields dynamic form consisting of both mandatory & optional fields. Since the mandatory fields are validated by default, I want to validate the optional fields while submitting as PDF document dynamically and prompt me to continue or discard the submission. Also validating each & every field is not valid option as my form contains more than 200 fields.
    I have tried with the below script which I successfully used to lock the form but in validating the empty fields I have a problem. Although I populate all the fields in the form, still I receive the validation message. Can anybody help me out on this issue?
    for (var nPageCount = 0; nPageCount < xfa.host.numPages; nPageCount++) {
    var oFields = xfa.layout.pageContent(nPageCount, "field");
    var nNodesLength = oFields.length;
    // Set the field property.
    for (var nNodeCount = 0; nNodeCount < nNodesLength; nNodeCount++) {
    if (oFields.item(nNodeCount).isNull = 1 && oFields.item(nNodeCount).length < 0){
    xfa.host.messageBox("All the form fields are not completed, Do you want to continue","Field Validation", 2, 2);
    break
    Thanks,
    Jay

    I discovered how to accomplish this using the Manage Dynamic Form Wizard and changed the "Display as" field property from "Text field" to "Text" for the fields I wanted read only.
    Now I have another problem, the properties of one of the fields (for comments) was "Text area" when I changed it to "Text" I now have this extremely long line that streches the width of the browser.
    Is there a way to get this line to wrap? This is he line I'm working with...
    <td class="form_results"><?php echo KT_escapeAttribute($row_rssubmissions['sub_comments']); ?></td>
    Dennis
    I found the answer to this problem, Günter had answered it in another post.
    http://forums.adobe.com/message/1875032#1875032
    Dennis

  • Is it possible to update multiple tables with a dynamic form?

    I have columns from two tables populating a dynamic form. I am trying to have the form update both tables on submit. I have tried both a linked transaction and a custom transaction but I am not making progress. Only the master table is being updated. Is it possible with ADDT to update two tables with a dynamic form?

    I meant
    SXMSMSTAT
    SXMSSYERR
    Thanks.

  • Run form don't work

    Hi
    I have install in a PC4 with windows XP professional Oracle EM 9.2 and 9iDS (Form Builder [32 bit]. Use the layout wizard to make the form, but when I call Run Form open the IE or Netscape and both browsers never ends to open the form:
    http://tritoni2:1521/forms90/f90servlet/admin?form=C:\oraclei\fomas_enc\identif_enc.fmx&userid=GHC/1QAZXSW2@oaxsiers&buffer_records=NO&debug_messages=YES&array=YES&query_only=NO&quiet=NO&RENDER=YES
    I review the preferences and appear are correct but don't work.
    Any suggestion is welcome.
    Best regards
    Gilberto Hernandez Cardenas

    well, IE only send the message "500 Internal Server Error" and the nexts:
    java.lang.NullPointerException
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:64)
         at java.io.FileReader.<init>(FileReader.java:38)
         at oracle.forms.servlet.ConfigFileParser.<init>(Unknown Source)
         at oracle.forms.servlet.FormsServlet.getOracleHome(Unknown Source)
         at oracle.forms.servlet.FormsServlet.testJNI(Unknown Source)
         at oracle.forms.servlet.FormsServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)

  • Windows security update, now forms don't work

    Ran various Windows Server 2003 updates over the weekend and now all of my forms come back with errors saying fields are undefined.  These are all forms that were working before.  Any ideas?
    Sue

    Found the problem.  We were hacked on Sunday. 
    http://forums.adobe.com/message/5046414?tstart=0

  • I need some help figuring out why parts of my form don't work

    I have built a couple forms to use with my work, the first 1 is a write up sheet that I fill out while on a field job. When complete, I have an insert button that inserts times, dates customer info and employee info into a MYSQL database that is pertinent to the second form  which is a standard type timecard. It is with the timecard form that I am having problems. On the timecard form I have a radio button list with seven buttons (1 for each "start/stop" row of the timecard) when I click a button it makes a subform on the second page visible that allows me to insert the data from my database into the start/stop field of the timecard. I used the action builder to make these subforms visable and invisible and this all works except for 1. Also one of the subforms won't insert the data. I can't for the life of me figure out why, I have gone over both problems and don't see anything to cause it. I was hoping that I could upload my form and database somewhere and have somebody look it over, maybe I have overlooked something but at this point I have studied the problems for 3 days and haven't figured either out.  any help would be greatly appreciated
    Thanks

    Yes, after the last iOS.  So is that different than the App update I just did through the app store?  Or is there a different version app that I need to go download again? 

  • Button in form don't work in browser

    Hi,
    We have few pdf files who have some form button.
    With this button's we can go to different other pdf file.
    this button's are use to navigate between PDF files.
    Since Adobe reader DC, with the new plugin in the browser, this button's have no action.
    this forms can be used properly in adobe reader or adobe acrobat pro, but not in the browser.
    I think there is a security in the plugin browser who block tyhis fontionnality.
    all is ok for all version before adobe DC.
    could you hel me please.
    thank's

    Hi aurélienm34916766,
    I can understand your concern & will guide you in the right direction.
    Can you please let me know the browser which you are using?
    If its Google Chrome then I am sorry to inform you that  the Adobe Reader plugin will not be supported in Chrome. The Chromium team has decided to remove support for NPAPI plugins like Adobe Reader. Here's a blog post that describes their decision - Chromium Blog: The Final Countdown for NPAPI
    On Windows, it is still possible to view the PDF in the Google Chrome web browser using 'Chrome PDF Viewer' plugin however some components of the PDF won't work ( like buttons or check-box etc. ).
    Regards,
    Aadesh

  • Need refund but support and refund form don't work...

    Hi, support form says "Sorry, we’re having some problems at the moment. Please try again later. In the meantime, you can post to the Skype Community or read our FAQs." from 2014-7-9.
    Refund form says "This is a required field." for field "Ordered on", but i fill date.
    please help.

    Please can someone tell me where I can find the Skype Cancellation and Refund form. Thank you.

  • Submit button in distributed form don't work.

    I created a form in LiveCycle Designer.  It has 2 submit buttons, both to the same email address.  They link back to a hidden button to send the email.  The form works undistributed, but when I distribute the form to track respsonses, the buttons no longer function.  Why?

    I'm distributing the form in Acrobat Pro 9.
    I created the form in Live Cycle Designer.  Save, then open in Acrobat pro.  Extend Features to Acrobat Reader, click the drop down box on Forms and hit distribute.  I save a local copy.  When I open the distributed form the buttons do fall silent, the Submit Button on the purple line up top still works, but that doesn't appear in reader and the people who will be completing the form all use reader.  Any suggestions for a fix?
    I'd like to distribute because that automates the tracking.  It works undistributed.

  • DNS dynamic updates don't work

    Hi,
    I am currently troubleshooting a DNS dynamic update issue that I am having in my production environment. I had to change the subnet mask on a DHCP scope, so according to
    http://www.windowstricks.in/2009/06/how-to-change-subnet-mask-of-dhcp-scope.html I deleted the scope and recreated it. After one day I noticed that a lot of A records (Linux and Mac clients) were gone, and that non-Windows DHCP clients would no longer register
    their A record with DNS as they did before. It seems that the DHCP server does no longer communicate with DNS because before the change was made, there were DHCP log entries about successful registrations but afterwards there are no such entries
    in the log, neither success nor failure.
    The DHCP server is configured to always dynamically update A and PTR records, the DNS server accepts secure and nonsecure dynamic updates. DHCP is installed on one of my two domain controllers (Windows Server 2008 R2, AD in 2003 mode).
    I then set up a basic test environment with just one DC which has DHCP and DNS with default settings, added a reverse lookup zone to the DNS, one Windows and one Linux client. In that environment, the Windows client registers its A record with
    the DNS but not the PTR record, but the Linux client still will not be registered in DNS. Allowing nonsecure DNS doesn't resolve the issue.
    What am I missing? Any help is appreciated...
    Georg.

    From the Store menu, select
              Check for Unfinished Downloads...

  • PLS HELP!!!! Dynamic Link Don't Work...

    I'm having this problem since i bought the CS3 Master Collection,
    Everything seems to work out just fine...
    Aside from Dynamic Link,
    Every time i tried to create or import something from Ae using Premiere
    something like *Dynamic Link is only available in Production Premium*
    The Hell??!!
    As far as i know Master Collection must also have that kind of capability,
    (if im not mistaken)
    I've tried unstalling and installing
    not only those fuc*?@$" programs, but the whole suite
    itself (for atleast the 4th time for now)
    but the same old problem still occurs!
    whow!
    Will someone here PLEEAASEEEE HELP ME...
    i'LL appreciate it with all my hearts,
    thanks!

    There are conflicting informations on the Adobe web site:
    In the Master collection pages you can read:
    >Adobe® Creative Suite® 3 Master Collection combines Adobe Bridge CS3, Adobe Version Cue® CS3, Adobe Device Central CS3, Adobe Stock Photos, Adobe Acrobat® Connect, and Adobe Dynamic Link with....
    On the Adobe Dynamic link page you can read:
    >Available only in Adobe® Creative Suite® 3 Production Premium software, Adobe Dynamic Link allows you to move smoothly between Adobe After Effects® and Adobe Premiere® Pro or Adobe Encore® software:...
    One should realize that the PPRO software bundled with Production Premium is a different program then the stand-alone PPRO. Apparently Adobe has (by mistake ?) bundled the stand-alone program with the Master collection. On the basis of the stated content on the web site you have a valid claim to get corrective redress even if that means getting a Production Premium bundle as well until Adobe corrects their mistake. Contact Adobe Customer Service.

  • Moved from 104.11 to 10.5.2 php email feedback forms don't work now

    Just moved from 10.4.11 to 10.5.2 with default Apache2 and PHP versions as provided by the 10.5 Server installer.
    We have a simple web site, static pages, integrated filemaker content, and a couple of php scripts.
    Our simple slideshow scripts work fine. Our feedback scripts do not.
    User fills in the form and hits send which is set to post the field content to the php script with in turn sends an email to the appropriate address and then calls a "thank you for your submission" page. Until this OS change the browser never does anything other than what is described above. With the OS change the browser now looks like it is trying to load the script page and then gives this error:
    "Safari can’t open the page “http://www.wetzelandson.com/feedback.php” because the server unexpectedly dropped the connection, which sometimes occurs when the server is busy. You might be able to open the page later."
    The script runs some checks for empty fields, incomplete email address and verify that a mail server is on the domain for the users email address. The script works, diverting to error pages as needed, until the user puts in a complete email address at which point it stalls, shows that the browser is trying to load the php script and shows the message.

    Figured it out.
    I guess something about the new php in 10.5.2 does not like the verification of an mx server at the domain of the users email
    commented the following and script works fine now, it worked until I changed from 10.4.11 to 10.5.2.
    I guess that this command is no longer valid.
    function validateemail($email)
    list($userName, $mailDomain) = split("@", $email);
    return checkdnsrr($mailDomain, "MX");
    if (validateemail($email))
    */

  • Dynamic Capabilities don�t work for Editing & Running Report

    Hi,
    We are using �User AdminRole� to dynamically assign users the �Report Admin� capabilities. The capabilities are assigned to the session as expected. But when the user tries to edit and run a report, the system returns �View Access denied to user on process [our report name]� error.
    Our investigation shows that IDM checks the authorization of the USER rather than his/her current SESSION when updating and running the report (createView and checkinView of the report TaskInstance). We are not able to pass argument �authorized = true� to the createView and checkinView actions since editing and running report (Report TaskDefinition and TaskTemplate) is not defined in a Workflow context. The actions are handled by out-of-box class: com.waveset.ui.web.reports.ReportTaskTemplateForm.
    The temporary fix we could think of is to get a �Configurator� Session and assign its LighthouseContext to the end-user session in edittemplate.jsp. It is definitely not an ideal fix for performance and security considerations.
    We are wondering if anyone has run into the problem before and have better workarounds. Also, we want to validate that it�s a potential IDM bug so we will open a support ticket on this.
    Many Thanks!

    I have specified appropriate authType (UserAdminTask, is there anything else) already, and issue remains irrespective of it. The issue is unrelated to what most people face with EndUserTask etc. My WF is supposed to be run by admin. If the admin is assigned capabilities statically (i.e. directly to the user) everything works fine but if they are assigned via a AdminRole which in turn is assigned by a Rule (executed at login) then it breaks.....
    I have a strong feeling that this is a bug. Can someone ratify that. I would be happiest if proven wrong :-)

  • Bt infinity upgrade form don't work for line saver...

    Come on Bt get it sorted !!!

    Cryin5freeman wrote:
    Placed order.. Been told am only getting 63/20 ;(
    OMG what on earth are you going to do with such awful speeds? 
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the the reply answers your question then please mark as ’Mark as Accepted Solution’

Maybe you are looking for

  • SRW248G4P and media center extender

    I have a SRW248G4P 48 port POE switch and a few DMA2100 Media Center Extenders all hardwired.  When everything is connected to the switch the extenders cannot connect or be detected by the Windows 7 Media Center PC.  However, when I switch all of the

  • WHATS THE FLOW OF A PURCHASE ORDER WITH REGARS TO MATERIAL MANAGEMENT ?

    WHATS THE FLOW OF A PURCHASE ORDER WITH REGARDS TO MATERIAL MANAGEMENT ?

  • Adding text to 0MOVETYPE and 0MATMREA

    Hi all, I'm working on adding text to infoobjects 0MOVETYPE and 0MATMREA, and have localized the tables in source system and created extractor for both tables. Filling 0MOVETYPE works fine, but 0MATMREA is a problem. The field "reason for movement" (

  • Crystal Runtime Installation without RDC

    Moved Per Request I am a design engineer with a development company who has been asked to update work previously done by an employee no longer with the company. The problem is that we have used a crystal reports runtime install that contains RDC. Thi

  • PS GUIDs and how to connect to cProjects

    Hello, I am trying to transfer fields to my implementation of GCC_PS_PROJECT_LABEL~CHANGE_WBS_ELEMENT. Unfortunately I don't get my own values to be accessible in this method. To access my cProjects customer fields I would like to do the following in