Discussions tagged PBDOM
How can i solve this System Error using the PBDOM in Powerbuilder 2019 built 2170?
- Issue
- Last updated 9 months ago
- Desarrollador 1 replied 9 months ago
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....
AutoBuild problem with deploy PBDOM library
- Resolved
- Advice
- Last updated 1 year ago
- Paweł Kasperek replied 1 year ago
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 ...
PB2019 R3 2703 PBDOM document has no root element?
- Resolved
- Issue
- Last updated 3 years ago
- Matt Balent replied 3 years ago
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 ...
Using PBDom on 2019R3 where is the PBD
- Resolved
- How-to
- Last updated 3 years ago
- Roland Smith replied 3 years ago
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...
PBDOM_PROCESSINGINSTRUCTION
- Resolved
- How-to
- Last updated 3 years ago
- Daryl Foster replied 3 years ago
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-------------...
Exception Error Using PBDom.BuildFromString - Dev Environment
- How-to
- Last updated 5 years ago
- Martin Eismann replied 1 month ago
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...
SAVE XML document without
- Resolved
- How-to
- Last updated 5 years ago
- luigi venegoni replied 5 years ago
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...
need new pbdom###.pbd and pbsoapclient###.pbd
- Resolved
- Misc
- Last updated 6 years ago
- JOHN THOMAS replied 6 years ago
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...
PBDOM not working correctly in PB 2017
- Issue
- Last updated 6 years ago
- Libby Engelbret replied 6 years ago
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...
PBC compiler Failed to open pbdom170
- Resolved
- Issue
- Last updated 6 years ago
- Bruce Armstrong replied 6 years ago
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