Re: PBDOM : Exporting to XML file gives a single line
Hi Jacob, this option is only for datawindow export!
View ArticleRe: PBDOM : Exporting to XML file gives a single line
You're right René Hence, no real straightforward solution. I also found out a similar CR raised by another customer some time ago:Sybase Inc - Search Jacob
View ArticleRe: PBDOM : Exporting to XML file gives a single line
Well at least there is a workaround, which is better than nothing ! Thanks
View ArticleRe: PBDOM : Exporting to XML file gives a single line
I managed to create a MSXML document with an OLE object (not sure of what I did), but these functions look quite heavy, considering that I used PBDOM especially in order to get rid of the writing...
View ArticleRe: PBDOM : Exporting to XML file gives a single line
Here is a very simple powerbuilder example. It uses MSXML instead of PBDOM. See my comments for hints how to use it with PBDOM. oleobject lole_dom, lole_root, lole_element1, lole_element11,...
View ArticleRe: PBDOM : Exporting to XML file gives a single line
And maybe I could try loading a XML file or a string into the Datawindow, then export it again from the Datawindow with that option enabled. I'll try to see if it's possible
View ArticleRe: PowerBuilder and Subversion integration
Russel,try this plugin http://www.pushok.com/software/svn.htmlI use it for last few years and it works OK. All you have to keep an eye on is compatibility between server an plugin version
View ArticleRe: PBDOM : Exporting to XML file gives a single line
You rock ! It works ! I had some trouble figuring out how to connect the Reader and the Writer, but now thanks to you I can get a properly indented string.I can then use it with the PBDOM_Builder to...
View ArticleRe: Embedded web browser
@Bjarne - I am so glad you brought this up. I've been going through the exact same problem as yours and part of me really wants to move on from the MS Webbrowser control. We took the chromium route but...
View ArticleRe: Accepting MESSAGE to Client from SA
No, I don't believe it's possible. ODBC clients can receive these messages by registering an asynchronous callback routine in the SQLSetConnectAttr() method of the ODBC driver. PB doesn't expose that...
View ArticleRe: Accepting MESSAGE to Client from SA
See this link about push notification using QAnywhere : SyBooks Online Regards.Abdallah.
View ArticleRe: Accepting MESSAGE to Client from SA
You can make calls to the ODBC functions like any other Win API function. The issue with that is that PB doesn't support call backs. A PBNI extension would be able to catch the call backs and trigger...
View ArticleSetItem into Child Datawindow Not Appearing in Parent Report Display
I have a composite datawindow with nested reports. After the main report and nested reports have completed retrieving, I am looping through the nested report rows, getting a ChildDW reference, and...
View ArticleRe: faultcode and faultstring of a soap webservice through a wcf client...
Hi guys! Still have no answer for this... . I already installed EBF22375 (latest one), 'cause I found a link that says that a previous EBF (21365) has bug correction (728848) that has to do with...
View ArticleRe: SetItem into Child Datawindow Not Appearing in Parent Report Display
In case it helps explain what I'm trying to do, attached is the code I have so far.
View Article[PB .Net] Object browser is empty
Hi, guys, how are you? Are any of you familiar with the error message below? I can't use the object browser anymore... Thanks!
View Articledatawindow graphical syntax outer join BUG
Ok, so this is a bug report. I don't know where i'm supposed to post it for SAP (i do have support). The outer join syntax is ansi. Using the graphical SQL designer, outer joins are incorrectly...
View ArticleRe: SetItem into Child Datawindow Not Appearing in Parent Report Display
Hi Jerry, Have you tried manipulating a datastore instead of a datawindow and then assigning the result to your datawindow? just a thought. hth,Mark
View ArticleMongoDB & PowerBuilder
Has anyone tried to connect to NoSQL databases like MongoDB from PowerBuilder?
View ArticleRe: Error Calling External Function - PB 12.5.2
We have a .NET dll that we've called PBUtils that does many things for us such as emailing, working with MS Office, and lots of other things .NET can do. We used Bruce's example of creating a COM...
View Article