How to get index value from dropdownlistbox control
Hi All, With PB12.5 here. I have a dropdownlistbox, with insertitem code as below.Would like to check how can I get the index value for the selected item? Because I need it to put into setsort syntax...
View ArticleActive Directory
Hi all How do I get the user name + password from the domain sever for the current user that starts my application on that server fromthe active directory ? My client wants me to combine SSO protocol...
View ArticleCan't create .Net web service
I am trying to create a web service in 12.5 but the .Net wizards are all disabled. I guess I need to install some .Net stuff from Microsoft but I don't know what. I have the same issue in 12.6 and...
View ArticleIt is possible to show a text or field on DW with different colors (or...
Hi,I have a request to show a group of field values, concatenated on a string, separated by "/" but each value may have a different color or bold or italic inside the same string, all inside a DW....
View ArticlePowerbuilder 11.5 Classic Webservice Client deploy
I'm using PB 11.5 ClassicI've created an application to consume a webservice.lconnection = create soapconnectionll_ret = lconnection.createinstance( lws, "ciminterface" )if ll_ret <> 0 then...
View ArticlePFC Grid Issue
I am looking into an issue for a client with a PFC app. It is using PB 12.6 and a recent version of PFC. When right-clicking on the grid columns, sometimes the popup menu does not appear and the next...
View ArticlePB 12 classic - consume RESTFUL service
Any one have example to consume RESTFUL service from PowerBuilder 12 Classic applications? Thanks,Senthil
View ArticlePB-12.5: Print Queue - Determine if print was successful from DW.
Is there a way to determine if what you requested to be printed from a DW, has in fact been printed? For example, we will be printing system generated labels which will we want to send to a local...
View ArticleIs there any way to open the file which is saved in print manager through...
I don't want to open the print manager to print the file.I want to open the file through code once it is printed.
View ArticleClosing a .NET Application from PB 12.6
Good Day! Our current release, which is in development, is the first we are deploying as 64 bit. Our application opens a C#.NET application and, until we tried 64 bit, we could close any open instances...
View ArticlePowerBuilder App runs slower when called by windows service
Hi there! We have an application that runs normally when called direct from command line or from explorer, but when called from a Windows Service it runs twice slower. When we call the application...
View ArticleConnectToNewObject Error -3
Hello, I have created a .net COM dll using C# which can be called from PB. I have also created a test PB application to test it out. All development work was done on my PC. My test app works great on...
View ArticleDatawindow with SQL SubSelect? PB 12.5
Greetings All, I have an SQL query that works great. It does an outer join on several tables to allow one of our partners to manage their rates in our Affiliate Portal. As you can see in the attached...
View ArticleCreating pdf files in powerbuilder 12.1 classic on win 7
I'm trying to get the gnu ghostscript working on my win 7 (64-bit) machine.I installed gs860w32 and, tried to saveas a pdf in a couple of different ways dw_report.Object.DataWindow.Export.PDF.Method =...
View ArticleGhostscript DW Saveas Printer V 9.19
Hi Guys ** Good News ** There is a new version of Ghostscript 64bit, version 9.19 http://www.ghostscript.com/download/gsdnld.html We have use this in setting up our PB environment on Windows 10 and it...
View ArticlePowerBuilder - TFS - Server Select
Working with PowerBuilder 12.6 Classic, and installed the MSSCCI provider for TFS, and seemed to work just fine connecting up to a test TFS server. So now I want to connect to the TFS production...
View ArticleW10 Open of Dialogs very slow
Hello together, PB 12.6 Build 4088. On one of my clients PC with Win10 all dialogs of my application open very slow.The software is installed local, data is loaded by network (1 GB, test of copying a...
View ArticleHow to get data from list box (multi select)
Hi All, I have a List Box control which has selection from datawindow as below.The List Box is set multiselect to true, my problem is, how to get the multiselect data and make it as parameter to...
View ArticleA novice question
I have a blob column in a data window, OLEdatabaseBLOB, that enables me to retrieve, update, and store an MS Word doc. If I hard code the key value in the key clause, works fine. If I switch to a...
View ArticleAppeon Mobile (SQLite): DW does not retrieve identities values after inserts
Hi All, Appeon 2015 Build 0366Local SQLite database I have a DW with a column defined as "Identity column" in the DW Painter. The column is defined in the SQLite DB as "INTEGER NOT NULL PRIMARY KEY...
View Article