EAServer 5.5 - Java version
We currently use EAS 5.5 with PB 10.2 on Windows XP. We are in the process of upgrading PB 12.5, while keeping EAServer 5.5. But our machines got upgraded to Windows 7 (64-bit) in the mean time. There...
View ArticlePB 12.5 on Windows 2000 SP4
I am wondering if PB 12.5 will work on Windows 2000. I know, it's an old OS, but Windows 2000 is where our current build and deployed EA Servers run currently. (our developer desktops are on XP). As...
View ArticlePB 10.2 > 12.5
We are planning to migrate our application from PB 10.2 to 12.5. Finally!! (and of course, EA Server 6.x if possible/needed. I've been posting about this separately). I did an initial migration of the...
View Articlepowerbuilder future
Now that finally we have the new version of powerbuilder, and after the change in direction that SAP has made public (ie. not pursuit microsoft technology anymore) . What we user can expect of the...
View ArticleHow to send attachments as request/response in a webservice.
Hi Team, I have created a webservice using pb.net.Now I want to pass attachments as input parameter to the webservice. And also i want to send attachments as response.So please anybody help me on this...
View ArticleDestroy() in Events list
I have a user object placed on a window(w_1). This user object displays Destroy() in event list(screenshot attached). Script in this event was Call u_parent::destroy In the parent script, some of the...
View ArticleApplication Monitoring Tool for PowerBuilder
We are looking for an application monitoring tool that works with PowerBuilder Classic. We have an application that is experiencing an issue at one client site and they are insisting there is an...
View ArticlePowerBuilder 6.5 crashes my all system
Hi, I got a new job where I need to work with PowerBuilder, and they gave me the PB 6.5 to install, the problem is when I reboot after the installation my system goes crazy with all applications...
View ArticleProgram to read csv file
Please can anybody give me a sample program to read csv file using powerbuilder 11.2. Many ThanksPol
View ArticleInvalid object name for Next value from sequence using sqlserver 2012
Select SequenceName.nextVal into lint from dual ; Invalid object name error message is coming when using sqlserver 2012Please help
View ArticleWhat is best practise for using .movelast .movefirst?
I was told at some point that I should always execute a .movelast then .movefirst before starting to work on a recordset, so that I was sure all records were loaded. But if there are NO records, I...
View ArticleCan I suppress the "You are about to update rows" messages?
When I execute code like the following, I get a message each time of the type "You are about to xxxxx <x> rows". And I have to click OK. Can I suppress that? ls_sql = "Update tblClasses set...
View ArticleDoes anyone know if CR is supported on the Surface Pro?
When I install (click once) version of one of our apps, created in Visual Studio 2013 so using SAP Crystal Reports, developer version for Visual Studio v 10 - which works fine in XP, Windows 7 and 8.1...
View ArticleUsing SharedObject to call webservice in multithread
Hi! I successfully implemented multithread on a wcf webservice on PB .Net 12.5.2 Now I need to call that wcf from my PB classic app, also using multithread. I want to call the webservice (a child...
View ArticleUsing PB 12.0 Build 5530 - Is there a way to zoom in a picture control?
I know that you can do it in a datawindow but you have to first write a file. Can you zoom an inkpicture or an inkedit control?
View ArticleNot able to get Oracle stored procedure return value passed to Powerbuilder
I have an Oracle Stored Procedure that receives a string value and returns a string value.. When I call it from Powerbuilder, it executes but does not send the return value of a string back. I am...
View ArticlePB 12.5 Dynamic Menu Enabling
Hi I'm developing an application in PB 12.5. There are several users who are going to access this app. Depending upon the login I've to enable only those menu items that are applicable for him. I'm...
View ArticleError while installing sybase powerbuilder 12.5.2 standard runtime
Hi Folks: I was trying to install PB 12.5 runtime package (PBCLTRT125.msi) as "Run as elevated" on Win 7 64 bit VM and I got below error: Module C:\Program...
View Articlehow to create treeview in datawindow for data editing?
Suppose I have table like:mytree(id, parentid, ....) It contains tree data with parent-child relationship. I want to maintain this data. There are 2 solutions: Use treeview to load data from mytree...
View ArticlePB 12.6 : Problem with menu in 64 bits executable
Hi, I've migrated one application from PB 12.5 to PB 12.6 and deployed the executable for the 64 bits platform. The main menu displays but when i click on an item, nothing happens ... It works fine...
View Article