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
I am not familiar with PowerBuilder at all. We have a problem in our application that is built in powerBuilder 12.
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
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
DECLARE sp_send_dbmail PROCEDURE FOR sp_send_dbmail @profile_name = :ls_Null, @recipients = :ls_To, @copy_recipients 开发者_C百科= :ls_Null,
The PowerBuilder documentation states that colors are encoded in a long number betw开发者_StackOverfloween -2 and 16777215.
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.
I am using PowerBuilder PFC library to login to the databa开发者_运维百科se. n_cst_appmanager/ pfc_open:
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
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