Hi!
I've created a COM component in C# according to the instructions described in:
http://download.sybase.com/samples/pb12-samples-and-tutorials/Overview-of-writing-a-COM-Control-for-PB-using-C-Sharp.zip
The component works fine with my PB application on XP and Windows Server 2003 (32-bit)...
That was a lot of help, but I got it done a little bit differently:
I inserted a Microsoft Web Browser - OLE Object (which i gave the name ie) to my program, then I saved the xml string to a temporary file and just used the built-in function to open it in the browser window...
Hi, thanks for your reply, but that's not exactly what I'm looking for.
I would like to view the whole xml message in "xml code", so that I can spot possible errors.
(Because the xml-responses I get aren't always alike, I can't create an import template)
Hello!
I have in an sql-database different xml-strings that have been saved there to keep log of soap-calls and I would like to be able to be able to view these xml strings in my application, in a way that every elemet would be on a new row like:
<root>
<test>adgd</test>
<test2>adgd</test2>...
Thanks for your reply, but in my case I don't have a static tabpage on my tab control, but instead a user object (because i want to create tabpages dynamically depending on what header in the treeview you click)
Here's how i create my tab:
//******
tab_1.opentab( uo_tab, "uo_my_tab_page", 0)...
I need the files PBSoapClient100.pbd and PBSoapClient.pbx so that i could create a soapclient with powerbuilder 10. Every manual says that they should be in the %SYBASE%/Shared/PowerBuilder/ -folder after install, but I sure don't have them there!
I have tried to re-install, but doesn't help...
I have two frames in my program. In the left frame I have a treeview-menu (tv_menu) and depending on what I choose, a tab opens in the right frame (tab_1).
And what I would need, is to get the focus to move from the tv_menu to a certain field in a datawindow in tab_1 when i choose a ceratain...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.