How do I create/define properties for a powerbuilder class?I\'m running PowerBuilder 9 and I\'ve been using public variables like properties , but I want to know how to create/define PowerBuilder prop
I would like to import an Excel .xls file workbook into Powerbuilder. The file has 2 sheets and these sheets must be imported into 开发者_StackOverflow2 differenct db tables.
I would like to know the way of printing in Power Builder V12 Web Application(Web Forms) [Power Builder Web Application is converted to ASP.Net Web Application]
I work in a large scale IT support environment.Twice now we have seen an invalid date of 02/31/2157 being inserted in an Oracle DATE column.So far I have not been able to reproduce开发者_开发百科 this
The question says it all. To clari开发者_运维知识库fy: I am not trying to hide the whole column, I just want to hide the display value when it is being equal to zero.
I am new in Sybase PowerBuilder and I noticed a big difference between it and old versions as it follows the .NET Visual Studio style and concentrates the user interface look, plus having the web vers
So we\'ve an old circa 2000 Powerbuilder App that we\'ve been maintaining all this time.Its been working great until I tried to get it going on my new Windows 7 64-bit machi开发者_如何转开发ne.
I wish to run a powerbuilder application but I cannot find the runtime environment to run it. Running the exe file returns the following error: \"This application failed to start because pbvm105.dll
How to handle DB column privileges in datawindows to avoid getting \"SELECT permission denied on column\"....
I have a computed field called c_total_qty in a datawindow which computes multiplication of two fields, one field is a database column and the second one is another computed field.