when i am working in PB12 i am getting few warnings as\"C0190: Instance variables of local structure type (\'os_datasource\') will be implicitly private in the next release\". please help me to solve
I have a question about migration of PowerBuilder application to PowerBuilder .net application. When an application is converted to asp.net, does it just create some kind of interface for the web and
I\'m looking for beginners tutorials to build asp.net applications with Powerbuilder 12. if you know any resources, 开发者_StackOverflow社区please let me know. Thanks.You can find some tutorials here
I\'m trying to connect to an ftp server through a powerbuilder application using windows api functions. I manage to connect to the ftp server through Internet Explorer (so I don\'t think it\'s a permi
In PowerBuilder 12 Classic, I am trying to dynamically access/set the properties/elements of a structure. Any idea how to do this?
I am looking for a simple 3D drawing API for .net. The shapes I need to draw开发者_如何学JAVA are:
So I hav开发者_运维知识库e some code that takes a string and pads some zeros onto the end in order to make it 7 digits in length.
I am using PB 10.5.2 and I have made an application in which, when I open a form and retrieve some data in a DataWindow grid, by double-clicking any row, I want to populate the whole window menu path
Using PowerBuilder, has anyone here tried to copy the graph onto the clipboard? I saw that the graph object does not have a built in COPY function.
I want to be able to check the return code from an application that is executed. 开发者_Python百科I tried implement it by the PowerBuilder function Run, but its not return the code of application whi