powerbuilder
Does Powerbuilder 12 provide any refactoring capabilities?
Porting legacy PB code to the .NET era might require major refactoring, to get the work done properly. Our code, for instance, has some pre-userobject leftovers, as well as deprecated features such as[详细]
2023-04-12 05:57 分类:问答Print files from a folder in PowerBuilder 12
I am not familiar with PowerBuilder at all. We have a problem in our application that is built in powerBuilder 12.[详细]
2023-04-11 06:09 分类:问答PowerBuilder 11.5 on Windows 7 - Database profiles not visible
After I installed PB 11.5 on Windows 7, I am not able to see list开发者_StackOverflow中文版 of database vendors (Oracle, SQL Server, etc.) in the \"Database Profiles\" screen.Only the ODBC connection[详细]
2023-04-07 13:31 分类:问答PowerBuilder window size
I\'m having problem with the layout of a window after converting the application to web form. The window contains a datawindow. When I open the window in the internet explorer, initially the layout is[详细]
2023-04-06 08:45 分类:问答Can I call sp_send_dbmail in Powerbuilder?
DECLARE sp_send_dbmail PROCEDURE FOR sp_send_dbmail @profile_name = :ls_Null, @recipients = :ls_To, @copy_recipients 开发者_C百科= :ls_Null,[详细]
2023-04-05 19:09 分类:问答What does a negative color (-1, -2) mean in PowerBuilder?
The PowerBuilder documentation states that colors are encoded in a long number betw开发者_StackOverfloween -2 and 16777215.[详细]
2023-04-05 14:55 分类:问答shell32.dll ; ShellExecute() not running in Powerbuilder 11.5
I have trouble in fixing one bug that was assigned to me. It supposed to print a pdf file stated on the parameter. It 开发者_StackOverflowuses ShellExecute() function to print directly the document.[详细]
2023-04-05 12:18 分类:问答PowerBuilder application login
I am using PowerBuilder PFC library to login to the databa开发者_运维百科se. n_cst_appmanager/ pfc_open:[详细]
2023-04-03 06:41 分类:问答I need to return values from open window to user object without close current window
I have user object hold datawindow , i need to open other window to search on it and make some operation then insert in开发者_开发问答 datawindow on user object without close window.I think of two pos[详细]
2023-04-02 20:12 分类:问答Using COM object from PowerBuilder - error 36: name not found accessing external object
I\'m trying to access a third-party COM server from within Powerbuilder. I can instantiate the object but whenever I try to call a method or a property on the object I get error 36: \"name not found a[详细]
2023-04-01 23:27 分类:问答