Powerbuilder Classic 12.5.2 (5629) - Does Not Save Script Editor Font Settings
I recently installed PowerBuilder Classic 12.5.2 on a new Windows 7 SP1 (64 bit) machine. Every time I change the script editor font in the IDE via the Design > Options menu it does not save the...
View ArticleHow to Create a JSON webservice using Powerbuilder.Net
Hi Team, How can we create a JSON webservice using powerbuilder.Net ? Please let me know . Thanks in advance. RegardsSubrat
View Articleslow insertrow in datawindow versus datastore
Hi, We have a performance problem in some lists. The datawindow is filled up with insertrows and after 20-30 rows, the insertrow is very slow. When we use a datastore and do a sharedata at the end,...
View ArticleHow to do dynamic SQL in PB
To create a dynamic SQL statement in PB i did this: SQLTEST = "select id,name from ss_test where id = @i;";DECLARE cursor_base DYNAMIC CURSOR FOR SQLSA;PREPARE SQLSA FROM :SQLTEST;OPEN DYNAMIC...
View ArticleGetting PB hanged(Not Responding) status while creating DW object using SQL...
I am creating DW using SQL Select, when I select SQL Select data source and click on Next in DW painter my PB got hanged(Not Responding) status.Also getting same probelm when creating DW through Stored...
View ArticleSlow performance when deploying web forms app
Hi all, Suddenly (from one day to another) I began to experience a significant lack of performance when I try to deploy a very simple app to IIS. The "Checking IIS Server", "Generating .NET assembly...
View ArticleIssue while selecting return type in the Webservice datasource
Hi Team, Good Morning! I am using Webservice as a datasource in the Powerbuilder 12.5 Classic version. while using the webservice datasource i am not able to select return type in the select parameter...
View ArticleManually converting individual texts to RTF
Hi all, I needhelp for the followingproblem.I use PB 12.5 on W8.1 with Oracle database.I want to readrecords from table.I formateach sentence inaRTFformat(egbold, underline, etc..). Each...
View ArticleHow to call a structure inside another structure.
Hi Team, How can i declare a structure inside another structure.Is there any way . If no is there any alternative If yes how RegardsSubrat
View Articleimportstring with xml merging row data
I have a simple XML import I'm trying to do, rather than manually parsing the data. There's a problem though. The following XML generates 3 rows in the datawindow instead of 4. I'm using a default...
View ArticleWebservice issue
Hi All, we have done the webservice coding in JAVA with SOAP UI. Now we are tried to invoke the service through PowerBuilder. While accesing the WSDL from Web Service Proxy , I am not able to invoke...
View ArticlePowerBuilder 12.5.2 EBF
Is there a location for the current EBF files? I'm running PM 12.5.2 Build 5583
View ArticleMissing Datatype for 64 Bit unsigned integers in PB (Classic/Native).
Hello SAP, please include the Missing datatype ULongLong / UnsignedLongLong in PB 12.5.x and PB 15 (Classic/Native).I like to use the WINAPI KERNEL32 function GlobalMemoryStatusEx this uses the...
View Articlepassing string variable to select query not working
Friends, PB 7.0DB: sql server 2008 string mid;mid=get_user();messagebox("test",mid); above message box is showing the value of mid correctly...but when i pass this variable to the below query i am not...
View Articleusing rowheight() to set object height in a crosstab
Hi, I want to set the height of a column in a crosstab datawindow to the height of the row. (PB 12.1 Classic)The row height is autosize because of another column. I want that the two column objects...
View Articlecount selected rows for a group
Hi, I want to show the number of selected rows of a group (tree level) in a treeview datawindow (PB 12.1 classic). I have created a computed field in the tree level header with sum (if...
View ArticleWhat is return code -30953 fro importfile?
PB 12.5.1 (build 4015)The return code from an importfile command is -30953.li_return = parent.dw_process.ImportFile (ls_pathname)The file is a csv file that contains 34583 records.Can somebody please...
View ArticleHow to deploy a webservice in a server
Hi Team, Hi have created small webserver application using powerbuilder 12.5.1 (PB.net).I have deployed the application in my local IIS server.Its working finr.Now i want to deploy the same application...
View ArticleTrying to Install PB 12.5 - Getting .NET 4.0 SDK Message
My objective is to create a web service datawindow however, I was getting a message that .NET Framework 4.0 SDK was required. It is installed according to my "Programs and Features" on the Control...
View Article