Datawindow Argument Not able to create second argument
PB VersionPowerbuilder 11.5.1 build 4011. PC64 Bit Windows 7. ProblemUnable to create a second datawindow argument. I get the following error: "Column 2 has an invalid name and/or length" Steps to...
View Articlemachine code for powerbuilder 12
Hi, In pb8, we have this structure pfc framworkdepartment framworkpfc framworkproject framwork etc we have no problem compile into machine code in XP environment. After migrated to pb12 in wind 7...
View ArticleSybase CodeExchange is gone
Hi, I thought about dumping some examples from old CodeExchange site from sybase to re-host it on github last weeks. Seems there are all gone now . Is there a link to get into the old portal?Is there...
View ArticleError R0035 - PB 12.5 - java
I try to run this command: java -jar "C:\programa.jar" Using: OleObject ole_wshinteger iRetstring scmd ole_wsh = Create OleObjectiRet = ole_wsh.ConnectToNewObject("WScript.Shell")if iRet<0 then...
View ArticleWeb service proxy unusable
Hi all I've spent all day trying to create a web service proxy in PB 12.5 classic but always wind up with a proxy object with no methods. The WSDL is valid and I can operate the service from elsewhere...
View ArticleBuilding Powerbuilder application on diffrent operating systems
Hello everybody, we are planning to migrate our Powerbuilder applications mainly written with PB9.5 to Powerbuilder 12.6 end of next year. Parallel to that some other applications will be upgrade to...
View ArticleHow to test our wcf application without deploying it first
Hi, guys, how are you? A few days ago I was using Visual Studio and a friend of mine showed me an app he was creating.While the app was not ready yet, he wouldn't needed to deploy to IIS. Only when...
View ArticleProblem to modify fields in datawindow
Hello everyone, I am doing something simple, I create a DataWindow with only 3 fields, placed in a window, the window have a single line edit to input a code and then do a retrieve.Public posting on...
View Articleto get selectionchanged into tabpage 2
I given the following command this.tab_1,selecttab(2)this.tab_1.setfocus() But it does not work. Any help appreciated ThanksPol
View ArticlePB and MS Azure SQL database
Does anyone have experience connecting a PowerBuilder application to a Microsoft Azure SQL database? I am using the SNC driver and PB 12.5.2. The connection appears to work but I am getting an error...
View ArticleShared DB connections from PB.NET assemblies
I have developed a few PB.NET assemblies encapsulating datawindows which other users are incorporating as visual controls in their C# applications. Everything works well. However, some of the PB.NET...
View Articleeasiest EAServer replacement?
Hi -I used to have EAServer 6.3 running PB 12.5 nvos but my server hardware crashed and I cannot seem to get another version of EAServer from SAP. If I cannot get another copy I would like to know...
View ArticleHow to get active page tag name in a variable in cb_1 clicked event
I have a tabpages like tab_1.tabpage_1 ,tab_1.tabpage_2,tab_1.tabpage_3how to get active tabpage tag in a command button of the form . Please help. Many ThanksPol
View ArticlePowerbuilder application error R0002
Hi I am unable to call an oracle procedure from power builder 12.5 classic. I am trying to call an oracle procedure Processattendance which has three String parameters employeeid, startdate and end...
View ArticleMenu become unresponsive in power builder
We are facing some issue with Menu. After doing some work with application, somehow menu become unresponsive and not performing any action from the menu. If I will have another data window on app...
View ArticleDDE server option hanging the application
Hi, My application uses DDE to exchange the data between two Powerbuilder applications[GetRemote ()]. But recently we are facing the issue application not responding. We are uising StartServerDDE to...
View ArticleDataWindow.Print.Paper.Source not working
hi to all,i'm trying to change the paper source for a printer before printing a datastore, but it seems to not work.i have tested all the paper.source values in this way with no success. for ll_c = 0...
View ArticleIs it best practise to decalre shared variable to pass variable between more...
I have opened windows1 string name1windows 2 siring name2 windows 3 string name3window4 I wan to get the value of variables name1,name2,name3 in windows4 and also I want to get the value of...
View ArticlePB and MS Azure SQL database
Does anyone have experience connecting a PowerBuilder application to a Microsoft Azure SQL database? I am using the SNC driver and PB 12.5.2. The connection appears to work but I am getting an error...
View Article