Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Janosh

  1. Janosh

    Need help with .NET COM control for PB to use in 64-bit environment

    To add: The function call returns -3: Object could not be created
  2. Janosh

    Need help with .NET COM control for PB to use in 64-bit environment

    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)...
  3. Janosh

    How to display xml-string like in a browser

    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...
  4. Janosh

    How to display xml-string like in a browser

    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)
  5. Janosh

    How to display xml-string like in a browser

    In addition I'm using PB 10.2 Build 9914
  6. Janosh

    How to display xml-string like in a browser

    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>...
  7. Janosh

    Focus from treeview to a datawindow on a tab automatically

    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)...
  8. Janosh

    PB SoapClient

    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...
  9. Janosh

    Focus from treeview to a datawindow on a tab automatically

    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...

Part and Inventory Search

Back
Top