QR code object doesn't display encoded value when passed from a .net application
I have a PDF template with form fields in Adobe Acrobat that has a barcode object set to QR code. There is a hidden textbox that contains the information the QR object is supposed to encode-in my case it is a shortened URL that will change depending on the item name. When I edit the PDF and manually set the hidden textbox to the URL, the QR code updates just fine and directs to the proper site. However, the QR object will not update and display correctly when I pass the URL into the textbox through a vb.net application. It's passing the same value as what I manually entered and I even set the form field manually in the application just in case there was a discrepancy in the value I was retrieving from SQL. I have also tried changing the value to a custom calculation script and making sure the textbox values passes as a String. The QR code still will not update and displays only the textbox's field name; sometimes it won't scan at all.
I have not been able to find any answers online that deals with this kind of problem. Any suggestions?
