The document signature field is repeatable

Hi!
I use signature fields in dynamic forms in Acrobat 7 without problems. In Reader and Acrobat 8 signature field is not displayed and in designer there is a warning that is it problem "The document signature field is repeatable" ...
Does someone know how to workaround this "feature", please?
Thanks,
--- Jaroslav

I forgot to mention one other item. If for some reason it is not possible to do this with a button, is it possible to disable or set to readonly the control?

Similar Messages

  • Document Signature Field

    How can I use a button to popup the Sign Document (certificate selection screen) similiar to how it is done with the Document Signature Field? Basically, do what the document signature field does but with a button instead?

    I forgot to mention one other item. If for some reason it is not possible to do this with a button, is it possible to disable or set to readonly the control?

  • Digital Signature in Document Signature field slow

    The business requirement is for users to digital sign a Dynamic PDF. Digital ID's are created using Advanced - Security Settings - Digital ID - Add ID - Create a self-signed digital ID for use with Acrobat - New PKCS#12 digital ID , from Adobe Professional.
    In the PDF, the user clicks in a Document Signature field to sign the document. It takes a VERY long time for this signature process to complete.
    is there a trick I am missing? Is the slowness due to the way the digital ID was created?

    Unfortunately, I cannot forward the form as it contains client data.
    I have tested signing another PDF I've created with 2 fields using the same the digital ID's, and the process completed quickly.
    Perhaps the problem lies with the size of my form which has 20 pages with 50 fields (on average) per page.
    When signing the document, the signature details appear, the "saving file" temporary status bar appears and THEN the hourglass kicks in and takes 5 minutes before control is returned. Is there validation particular to the signing process I can disable? Alternatively, can I specify which pages are certified instead of the entire document?

  • How can I add document signatures to a dynamic table?

    I have a table where I am adding rows dynamically by adding a + or - button to add or remove rows to add to the table.
    Right now I have a name field and an e-sign field. The problem I am having is that the document signature cannot be repeatable/ needs to be unique and so cannot be added to a dynamic table? Is there a work around for this?
    Ultimately what I want is to have a PDF form look like below:
    + -
    First Name | Last Name | Signature
    First Name |  Last Name | Signature
    When the user clicks on + from the form above, then it just adds a new row like:
    + -
    First Name | Last Name | Signature
    First Name |  Last Name | Signature
    First Name |  Last Name | Signature
    Problem is the e-signature is a new instance and it says it cannot be repeatable? I want these to be different signatures but on one form to be added dynamically. Does this make sense? How can I do this?

    I have a table where I am adding rows dynamically by adding a + or - button to add or remove rows to add to the table.
    Right now I have a name field and an e-sign field. The problem I am having is that the document signature cannot be repeatable/ needs to be unique and so cannot be added to a dynamic table? Is there a work around for this?
    Ultimately what I want is to have a PDF form look like below:
    + -
    First Name | Last Name | Signature
    First Name |  Last Name | Signature
    When the user clicks on + from the form above, then it just adds a new row like:
    + -
    First Name | Last Name | Signature
    First Name |  Last Name | Signature
    First Name |  Last Name | Signature
    Problem is the e-signature is a new instance and it says it cannot be repeatable? I want these to be different signatures but on one form to be added dynamically. Does this make sense? How can I do this?

  • Document Signature - Validation Issue

    This is the recent help i've been trying to get on this subject over at acrobatusers.com. You can read through the issue i'm having through here, answer that was given and my response.
    Summary: Basically there are multiple text fields that are set to required, customer name, email...etc. All fields must be locked after being digitally signed (through the document signature field). When default validation pattern are used (blank) it generates an error (Customer field could not be validated). After trying regular expression script, it generates an error (Customer field could not be validated). So i tried a number of different combinations of picture clauses, and from what i'm gathering you have to know exactly how many characters are going to be typed to use that sort of validation. Which in a customer name field you have know idea what their name is going to be (unless you customize a document for each individual customer (not possible)).
    If anyone could help on this problem would be a lifesaver. Thank you
    ::COPY OF HELP QUESTION SUBMITTED::
    Apparently I'm not getting the field validation examples in the Help (F1) of Livecycle. I've been struggling to get all the fields in a collection to validate properly. Once I add a Document Signature field to the document and assign the fields to a collection, it doesn't seem to like the default validation settings if I assign the fields to 'User Input: Required' So for the name field I've tried multiple validation patterns all to no avail. My question is how to write a custom validation pattern that allows for an unknown ammount of characters in a name, email..etc. I've tried A A which only validates if the user enters J D for example but John Doe does not work. I've tried other combinations but nothing works. Any help would be appreciated.
    Thank you
    ::ANSWER SUBMITTED BY COMMUNITY EXPERT::
    A:There are a couple of things you need to look at. First, is the Acrobat Picture Clause Reference. You can find it and other LiveCycle references on this site
    http://partners.adobe.com/public/developer/xml/index_arch.html
    The other thing to look at is using a JavaScript validation script with a Regular Expression. Regular Expressions are much more flexible that the picture clause at doing validation.
    Answered by Thom Parker on Fri, Jul 6, 2007
    ::RESPONSE FROM ME BACK::
    Q:After reading through the Picture Clause Reference I'm certain there is no way to validate the customer name field without first knowing how many characters will be entered in. And I'm pretty sure there is no simple way of just making it "required" without a pattern to verify against.
    The Document Signature Field acts pretty weird if the text field is 'required' and there is nothing to validate it against. Which all in all I just want to make sure it is filled out. Customer Name field (First and Last name) one text field.
    So I tried the regular expression route, and added it to the 'Validate' section of the text field. Still I think the problem lies in the way the Document Signature field processes the 'required' fields.
    Now I noticed that this only happens if I set the document signature field to lock the required fields after digitally signing the document. This is a mandatory feature the document needs to have, along with the document signature. And the custom stamp option is not a viable solution to this either, since in my field of work everything is questioned whether or not it was altered or forged in some manner. And Custom 'Forged' stamps would not be too difficult to recreate, so that idea is out of the window.
    I'm stumped on this and any suggetions as to what route to take would be greatly appreciated. I can not release a document to the customers with validation error messages popping up even though the fields are filled out. Just wouldn't be professional, and down right annoying considering it validates about 15 fields, and everyone except the date and tim

    Hey Robert,
    I've been having the same issue where, once digitally signed, I end up having an issue with my mandatory fields returning an error '[mandatory field name] validate failed'. Is this the sort of errors you are getting? I'm also trying to find answers on this as I've tried a few things but it hasnt worked well. One thing I did was to change the mandatory field back to optional and coded my submit button using the if clause when the submit button is pressed to check if the this mandatory field is filled in.
    if ((pgDetails.txtReqBy.rawValue != null) &&(pgDetails.txtReqBy.rawValue != ""))
    event.target.submitForm({cURL:"mailto:[email address]?subject=New/Edit Supplier Detail Form&body=Please find attached the completed form.",cSubmitAs:"PDF",cCharset:"utf-8"});
    else
    xfa.host.messageBox("Requested by field MUST be filled. Pls enter your full name.");
    This seems to work fine except for one thing. If first time around, I fill the form out leaving the mandatory field blank, it returns the message "Requested by field MUST be filled. Pls enter your full name." So now I go back and fill in the mandatory field and, without navigating to another field, I click the submit button, I get the same message "Requested by field MUST be filled. Pls enter your full name." as it has not picked up the new value of the field. Any idea if there is code to make it re-read the field?
    Rgds,
    Jan

  • Digitally Sign All Signature Fields in the Active Document

    I have a script which will sign a single digital signature field by the field name.
    I need to revise the script so it will sign multiple/all signature fields in the active document without having to put the field name in the script, as the field names will vary with each document.
    Can anyone please advise how to modify the script to sign all fields in the active document regardless of the field name?
    function myOtherTrustedFunction()
    app.beginPriv();
    // Get and login to security handler
    var oSigHdlr = security.getHandler( "Adobe.PPKLite" );
    oSigHdlr.login( "123","/c/Documents and Settings/name/Application Data/Adobe/Acrobat/10.0/Security/FirstNameLastName.pfx");
    // Setup Signing Properties
    var chk = this.getField("Checked");
    if (chk != null) {
    // Apply Signature and save back to original file
    var bRtn = chk.signatureSign({oSig:oSigHdlr, bUI:false, oInfo:{password:"123"}});
    app.endPriv();
    Any assistance will be most appreciated.

    Thank you for your help, the script will now count only the signature fields which have not been signed.
    I have added the second part of the script to then sign all of the blank signature fields.
    The script is only signing one of the digital signature fields instead of all of the blank signature fields.
    Can you please advise how I can modify the script to sign all of the blank signature fields?
    var count = 0;
    for (var i = 0; i < numFields; i++) {
        // Get the current field object
        f = getField(getNthFieldName(i));
        // If it's a signature field and not already signed, increment counter
        if (f.type === "signature" && !f.value) {
            count++;
    var myEngine = security.getHandler( "Adobe.PPKLite" );
    myEngine.login( "123", c/Documents and Settings/name/Application Data/Adobe/Acrobat/10.0/Security/FirstNameLastName.pfx" );
    // Sign the field
    f.signatureSign( myEngine,{password: "123"});

  • Adding Digital Signature Fields to Multiple Pages in a Document

    Hello,
    I have a batch processing java script which will place digital signature fields in a drawing.
    Sometimes the drawing could have multiple pages and the script needs to place the digital signature fields onto each page.
    The problem with the script I have is that the digital signature fields are only appearing on the first page.
    Can anyone please provide assistance with modifying my script so that the digital signature fields appear on every page?
    // Drawing signature field rev 0
    var numpages = this.numPages;
    for (var i=0;  i < numpages; i++) {
    var a = this.addField("Checked", "signature", i, [1783, 174, 1724, 198]);
    var b = this.addField("Designed", "signature", i, [1783, 149.5, 1724, 173.5]);
    var c = this.addField("Design App", "signature", i, [1783, 125, 1724, 149]);
    var d = this.addField("Proj App", "signature", i, [1783, 101, 1724, 125]);
    Thanks very much.

    Just index the field names:
    var numpages = this.numPages;
    for (var i=0;  i < numpages; i++) {
    var a = this.addField("Checked"+i, "signature", i, [1783, 174, 1724, 198]);
    var b = this.addField("Designed"+i, "signature", i, [1783, 149.5, 1724, 173.5]);
    var c = this.addField("Design App"+i, "signature", i, [1783, 125, 1724, 149]);
    var d = this.addField("Proj App"+i, "signature", i, [1783, 101, 1724, 125]);
    Tho there's no point in signing each page in the same document, tho I also see engineering folk do this. They just love signing every data sheet.
    And the result will not be good. Each signature will cause a problem/alert for the previous signatures.
    Care to indicate your engineering company?

  • How Can I stop signature fields disappearing on my IPAD Adobe Reader 11

    Hi, I am using trial version of Adobe Acrobat XI pro. I have converted a Word document to PDF. I have added text fields, Java scripts to automatically add Todays date as default, Form Reset buttons and Signature fields. File is saved as standard save. All of the above is done in Windows 7 environment. On same computer, In Adobe Reader signature fields are visible although I do not have the means to test it. When the same  File is emailed and opened on an IPAD using Adobe Reader 11.2, the signature fields are missing. I intend to have my users access the file (and 30 others like this)  on an IPAD. Can someone advise how to resolve the missing signature field issue. It appears that Adobe do not help with such issues as it is not considered an installation issue.

    Digital signatures are not supported on mobile versions of Adobe Reader. Other PDF viewers like Readdle's PDF Expert treat them like e-signature fields, allowing the user to draw/apply their drawn signature, but this is not the same as a digital signature. Adobe Reader for iOS allows you to add an e-signature, but it doesn't use digital signature fields for this feature. Instead, you tap the screen, choose the annotations icon, and then the signature icon.

  • How do I delete a digital signature field?

    I have Adobe Acrobat Pro 9 on Snow Leopard. I created a digital signature for a PDF file but it didn't look good, so I decided to delete it. I figured out how to delete the signature, but the signature field with the little red arrow did not delete with my signature. I want my PDF form to revert to the way it was before I created the signature. I cannot simply close the PDF without saving because I'd lose all the information I've already entered. Stupid me forgot to save before attempting the digital signature.
    HOW CAN I DELETE the digital signature field? Help!

    Hi SM,
    The place to look for permission settings is on the Security tab of the Document Properties dialog. You can get there by selecting the File > Properties menu item and then select the Security tab.
    One thing to note is if the file is Reader Enabled you will need to use the File > Save a Copy menu item to create a non-Reader enabled version of the file. You cannot edit a Reader Enabled file. As an aside, the Save a Copy menu item won't be there if the file is not Reader Enabled.
    If the file was created using Designer (which is only on Windows and I know you are using a Mac) then it has to be edited in Designer.
    If the file was certified, then you need to remove (clear) the certifying signature before you can edit the file, and to do that you must have access to the private key that was used as part of that signature operation.
    Finally, if the file is encrypted (e.g. Password Security or Certificate Security), you can edit the file, but you have to get Acrobat to realize you are the document owner which means you need the Permissions password or or logged in using a document owners digital ID (the former is only for Password Security and the latter is only for Certificate Security).
    Steve

  • Adobe Acrobat Version 9.0 & X are not showing "Clear Signature Field" with Custom e-sign plug-in

    Hi...
    We have created Custom PDF signature plug-in using Adobe X SDK.
    Earlier we had the same Custom PDF signature plug-in with Adobe 7.0 SDK and it used to show "Clear Signature Field" in context menu of digital signature placed on PDF.
    After upgrading the Custom signature plug-in to Adobe X SDK (complied again with SDK X, earlier it used to be 5.0 SDK) to support Acrobat 9, X and XI for digital signature, the "Clear Signature Field" option is appearing in context menu of digital signature box. Even the "Clear Signature Field" option is not shown for the user who has signed the document.
    "Clear Signature" option is available for Adobe Default Security signature.
    We have not changed anything in our plug-in code apart from recompiling it with Adobe X SDK.
    This is a critical issue for us.
    Here is the screen-shot from signed PDF having Adobe Default signature as well as our Custom plug-in signature.
    Here it clearly shows that "Clear Signature" option is not present in signature placed by Custom plug-in.
    Please let us know if anyone else has faced this type of issue earlier and has a resolution.
    Thanks In Advance...
    Waseem

    I am still not getting the Clear signature option for the user who has signed the PDF using Custom PDF Signature plug-in but the same is available for Acrobat Default security signature.
    Custom plug-in is compliled with Adobe X SDK and we have not made any code change to hide the Clear Signature option.
    I found a related posts where Clear Signature option is not shown:
    http://forums.adobe.com/message/5092195

  • Signature field disappears in Acrobat X?

    I used InDesign CS6 to create a form with two signature fields, among others. When I open the form in Acrobat X, the fields are all there. When I sign the first part of the form and then save it and then reopen the form, all the checked radio buttons are blank and the signature disappears. I was able to get the radio buttons to stay when I sent the PDF to the second signatory, but my signature was not there. They were able to sign on the second signature field and return the PDF to me. The second signature was there, but not the first one. The recipients are using Acrobat Pro for Windows (not sure which version but probably the latest) and I am using a Mac with Acrobat X and InDesign CS6.

    Yes, you can create and edit forms with Standard. It won't allow you to add/edit document-level JavaScripts or add the digital signature usage right when Reader-enablinga document, however.

  • Can't sign signature fields in Adobe Reader XI

    Using Adobe Acrobat X (not the Pro edition!) Dutch (NL) Language Edition  I created a document with two signature fields. Afterwards I tried to save as "Reader Extended". (The only option I found under "Save As" that looked similar to this command in my Dutch language version was "Uitgebreide PDF Reader" (this means "Extended PDF Reader") and then "Formulieren inschakelen en opslaan in Adobe Acrobat".  This last option means literally "Enable forms and save in Adobe Acrobat".)
    When I opened the document in Adobe Reader XI (Dutch version again), the two signature fields are clearly visable, but do nothing when I click on them.
    I've Googled extensively and also read the other topics on this FAQ which deal with similar problems, but to no avail... Any ideas on what I am doing wrong?
    Regards,
    KVD

    After doing more testing, the Page Open event works in Reader but is very slow updating the result page that has the code and uses the Page Open event.
    In Acrobat happens instantly, but in Reader takes a loooong time, sometimes seems that doesn't even update, as it takes forever. Wonder if my Reader's settings are screwed up?
    Basically you have two pages, page one with a 4-choice radio button and, page two with a text field to report the value of the selected button choice.
    Page two has the following code as Page Opens:
         var buttonV = this.getField("Group1").value;
         getField("Text1").value = buttonV;

  • Adding digital signature field with LC Designer vs. LC Digital Signatures

    Hi All,
    When digital signature field named "SignatureField1" is added to PDF document using LC Designer it appears as "form1[0].#subform[0].SignatureField1[0]" in Adobe Reader signatures tree.
    Same field added by LC Digital Signatures service appears as "SignatureField1" in the same tree.
    Why? What is the difference between those objects?
    LC Digital signatures ES2
    Adobe Reader 9.3.0
    Thanks, Yan

    Yan
    First off, there is no difference between the two signature field objects.
    I'll do my best to explain why there is a difference in how the signature objects are named in the Signature pane of Reader\Acrobat.  When you add the signature field using LC Designer, the object is defined in the underlying XML (XFA) that defines the form.  The  (SOM expression) you see in Reader (via the signature pane) matches the structure of the form.
    When you add a signature field to a form using LiveCycle Digital Signatures ES2, you are appending a signature field "on top" of a PDF form (the underlying XML has been rendered into PDF).  The signature field is not defined in the XML, therefore Reader\Acrobat do not display the same naming syntax.
    Does this help?
    Thanks
    Steve

  • Digital Signature - Auto-Populate Multiple Signature Fields

    Hello,
    I am in the process of testing digital signatures with PDFs.  I have a Topaz Signature Pad working in conjunction with Acrobat 9 and Reader 9 so that I can insert digital signatures with no problems.
    We are wanting to take this a step further and streamline a particular business process.  Does anyone know of a way to have a digital signature auto-populate multiple designated signature fields?  We have about 15 documents that require an employee signature in multiple places and rather than having someone sign a document over and over again, we'd like the option for a single signature that auto-fills in all the required signature fields.
    This doesn't necessarily have to work with Topaz Signature Pads.  I am completely open to other suggestions, products or methodologies for making this work as long as something can be automated to auto-fill multiple signature fields.
    Many thanks to the forum!
    Regards,
    Geoff

    Hi Geoff,
    Maybe there is no need to re-inent the wheel. Auto-population of forms is a feature of SignDoc - se http://www.signplus.com/en/products/signdoc/features.php#Form_Preparation
    Auto-filling of forms is requirement which can be achieved through various processes.
    In combination with Adobe LiveCycle this is executed in the case study of Adobe/SOFTPRO.
    http://blogs.adobe.com/security/2010/01/adobe_secured_customer_showcas_8.html
    http://www.adobe.com/cfusion/showcase/index.cfm?event=casestudydetail&casestudyid=762388&l oc=en_us
    However there are also other ways to move forward depending on the envrionment you are using.
    If you are based in the US you may want to get in touch with Rod Vesling SOFTPROs E-Signature Specialist, based in CA near LA, for a chat. His office phone is 805 435 1214. His email is [email protected]
    Depoending on the deice of Topaz you are usinfg you may start right away as quite a decent number of Topaz tablets are supported by SignDoc. However the best idea might be to give Rod a ring and idscus your business requirements in detail.
    Kind regards
    Joerg

  • Removing signatures in a digital signature field

    Hi all, I have a question relating to the topic above that i hope
    you guys can help me with;
    1) Is it possible to remove digital signatures from form? For instance
    if you have a form going thru several approval steps that requires
    signatures, and then one step happened to reject, it would be nice to
    remove the previous signatures so that they could be re-signed.
    2) And finally is there a simpler way to combine digital signatures
    and rights management then what was listed in the pdf provided by
    Duane (second post from the bottom of the thread)? When creating a policy there is
    a checkbox for "Filling in form fields and signing". Is this forsomething else?
    Thanks!
    Billy 

    Hi all, came accross a few other problems and hopefully someone can
    help me out,
    I've managed to place digital signatures on a form and I used a custom renderer to apply a policy for rights management. I used a Document
    Form type variable in the process and specified that the form should only be rendered once. Now at some point in my process I wanted to
    remove a signature so I tried to use the Clear signature field service. When i run it however i get a stall and an error in my logs
    saying "The input PDF is encrypted using APS and could not be opened, hence the operation clearSignatureField can not be performed on Signature Field ConsultantSig. (in the operation : clearSignatureField)"
    So figure, ah well, thats cool, i'll just remove the policy as I figured thats what was encrypting it. So i threw in a Remove Policy service and then i get another error in my logs saying that
    Cannot coerce object:
    <document state="passive" senderVersion="3" persistent="true"
    senderPersistent="false" passivated="true" senderPassivated="true"
    deserialized="true" senderHostId="127.0.0.1/10.37.129.2/192.168.0.143"
    callbackId="0" senderCallbackId="54" callbackRef="IOR:
    000000000000002849444C3A636F6D2F61646F62652F6964702F49446F63756D656E7443616C6C6261636B3A3 12E30000000000200000000000000D8000102000000000E3139322E3136382E302E313433000DC8000000114A4 26F73732F00160C034D230F2B012B02000000000000050000000000000008000000004A4143000000000100000 01C000000000001000100000001050100010001010900000001050100010000002100000050000000000000000 10000000000000024000000200000007E00000000000000010000000E3139322E3136382E302E313433000DC90 00000000000000000000000000000000000000000000000000000000000002000000004000000000000001F000 0000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000 003"
    isLocalizable="true" isTransactionBound="false"
    defaultDisposalTimeout="600" disposalTimeout="600"
    maxInlineSize="65536" defaultMaxInlineSize="65536" inlineSize="0"
    contentType="null" length="85284"><cacheId/><localBackendId/
    ><globalBackendId><DocumentFileID fileName="C:\Adobe\LiveCycle8.2\jboss
    \server\all\svcnative\DocumentStorage
    \docm1247766543265\66d5bdad216c55badc57fc5b86f44086"/><globalBackendId/
    ><senderLocalBackendId/><senderGlobalBackendId/><inline/
    ><senderPullServantJndiName>adobe/idp/DocumentPullServant/
    adobejb_server1</senderPullServantJndiName><attributes/></document> of
    type: com.adobe.idp.Document to type: class
    com.adobe.idp.taskmanager.form.impl.binarycontent.BinaryContentFormInstance
    ALC-DSC-119-000: com.adobe.idp.dsc.util.InvalidCoercionException:
    Cannot coerce object: <document state="passive" senderVersion="3"
    persistent="true" senderPersistent="false" passivated="true"
    senderPassivated="true" deserialized="true"
    senderHostId="127.0.0.1/10.37.129.2/192.168.0.143" callbackId="0"
    senderCallbackId="54" callbackRef="IOR:
    000000000000002849444C3A636F6D2F61646F62652F6964702F49446F63756D656E7443616C6C6261636B3A3 12E30000000000200000000000000D8000102000000000E3139322E3136382E302E313433000DC8000000114A4 26F73732F00160C034D230F2B012B02000000000000050000000000000008000000004A4143000000000100000 01C000000000001000100000001050100010001010900000001050100010000002100000050000000000000000 10000000000000024000000200000007E00000000000000010000000E3139322E3136382E302E313433000DC90 00000000000000000000000000000000000000000000000000000000000002000000004000000000000001F000 0000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000 003"
    isLocalizable="true" isTransactionBound="false"
    defaultDisposalTimeout="600" disposalTimeout="600"
    maxInlineSize="65536" defaultMaxInlineSize="65536" inlineSize="0"
    contentType="null" length="85284"><cacheId/><localBackendId/
    ><globalBackendId><DocumentFileID fileName="C:\Adobe\LiveCycle8.2\jboss
    \server\all\svcnative\DocumentStorage
    \docm1247766543265\66d5bdad216c55badc57fc5b86f44086"/><globalBackendId/
    ><senderLocalBackendId/><senderGlobalBackendId/><inline/
    ><senderPullServantJndiName>adobe/idp/DocumentPullServant/
    adobejb_server1</senderPullServantJndiName><attributes/></document>
    of type: com.adobe.idp.Document to type: class com.adobe.idp.taskmanager.form.impl.binarycontent.BinaryContentFormInstance
    Oh great, a conversion problem when i try to remove the policy! Incidently i get this same conversion problem when i try to remove a signature using the Clear Signature on a form that has NOT had any policy placed on it at all.
    So basically, to sum up these are the main issues
    1) Can digital signatures be removed from a form that has a policy placed on it, or do i have to remove the policy first?
    2) Why am i getting these coercion errors? As i understood it using a Document Form variable is the correct way to go. What should i do to resolve this?
    So can anyone shed a little light on this?
    Thanks
    Billy

Maybe you are looking for

  • Getting a new mac and want to use both with iTunes

    I looked around the forums and the main site a bit and didn't see anything specific on how to do this, but I am currently using iTunes with my macbook and I have all of my iTunes content on an external hard drive. When my new mac arrives I first want

  • Why can't I save a PDF

    After updating to the current version of reader the ability to save PDFs I am viewing has essentially gone away.  This is horribly and completely unacceptable. For a while clt shift s seemed to work; but even that no longer seems to work. How and I s

  • Queue consumer blocking producer!?!?

    This shouldn't be possible as far as I am aware, but somehow it seems that my consumer's receive call is preventing the producer from connecting to the queue and thus writing the message. Does anyone have any idea why this might be occurring? Running

  • Can't create Ringtone for iPhone

    everytime I click on the ringtone symbol next to the song I want, it says that I need to accept the iTunes Store Terms of Service and that by clicking 'OK' it will direct me to that. Thing is, I've already accepted that and when I click OK, it does n

  • IDT not supporting CLOB Object

    Hi Experts, I am using IDT 4.1 and Oracel 11g. I need to use CLOB object in IDT. I have searched a lot but not got a successfull method to use CLOB. I have split the CLOB column into N number of objects and concatenating the same at WebI level which