Discussions tagged PBDOM

Good morning, During these days an automatic process is carried out from my PB application. When working with XML files, I use the PBDOM and when reading XML files and then making inserts to the DB, I get this error, which can be seen in the Image....
Hi, I have got a problem with deploying the PBDOM wrapper library via PBAutoBuild. I use PowerBuilder 2022. I created a wrapper library of PBDOM extensions the same as it's written in the documentation (https://docs.appeon.com/pb2022/application_tec...
Getting "Unresolvable external pbdom_document when linking reference at line..." error when executing the following line: ldom_doc = CREATE PBDOM_Document   ldom_doc was declared as: PBDOM_Document ldom_doc In the PowerServer debugger, ldom_doc ...
How to create XML files in UTF-8? It seems that windows always produces UTF-16LE files, but I need it to produce in UTF-8. Example code I've already tried: PBDOM_Document xml_doc PBDOM_ProcessingInstruction xml_process PBDOM_Element xml_root co...
Are there any alternatives available in PowerBuilder that assist us in creating XSLT for a Datawindow? I've been experimenting with the XML Template in the DataWindow Painter and it appears to be able to rename the elements, add attributes and some ...
So I have the following XML string: <Result><Status><ReplyStatus>1</ReplyStatus><ReplyText>Success</ReplyText></Status><Data /></Result> With the following PowerScript I create a PBDOM document ...
In the process of migrating from 2017R2 to 2019R3.  My application implements PBDOM and we have PBDOM170.PBD in our lib list. seems simple enough I'll just grad a copy of the PBDOM190.PDB and adjust the library list.... Turns out I can't find the l...
Hi guys! I have PB 2019 R2 and for the first time I have to create XML document with PBDOM. So at  the beginning of new xml file I have to write Processing instruction: <? xml version="1.0" encoding="utf-8" standalone="yes"?> My sample cod...
Hi all! I am trying handle a SOAP result, and the first thing I am trying to do is to remove the namespaces. I use the RemoveNamespaceDeclaration() and instead of removing both namespace and prefixes, it removes only the namespace,the prefix remains...
I have an XML whose element contains an attribute with a name starting as XML.., So while calling getattribute function on this element I got following exception message. Is there any workaround for this. --------------------------error-------------...
I am running into an odd problem with PBDom when parsing XML using PB2017 Classic on Windows10.  I am getting an error calling BuildFromString to parse my XML.   The error is 'Error calling method of a PBNI object'.   I am only receiving this error...
i'm using pbdom in powerbuilder 11.5 to generate a xml from a string, the problem is when i save the string (pbdom_doc.SaveDocument("c:\example\example.xml") ) the empty labels doesnt have the required format,  this is for a third party and they dont...
All  - we are setting up the trial version of your Powerbuilder 2017 and have run into a snag with our app libs. We currently are using the below two libs, which I guess originally come in  *.pbx versions (I don’t know how we ended up with .pbd’s, be...
I am attempting to get xml from a website in my PB 2017 application, and use PBDOM to read it.  Everything works fine on my development box but when I deploy it to the client it doesn't work.  I deleted all of the pbdom files and reimported pbdom...
Hello, We have a small problem with the pbc170.exe Compiler. We included in our project the pbdom170.pbd (c:\program files (x86)\appeon\shared\powerbuilder\pbdom170.pbd). If we compile the project in the Powerbuilder2017 IDE everything works as i...
  • Page :
  • 1