log a list of active windows/objects?
Hi All, We have a application also run in windows sheduled tasks to do some automated tasks. On some tasks, the exe is not shutting down after his work and we don't know why. If the exe is stopped in a...
View ArticleAutoscript question
A) dw_bisn.setitem( row,"product_type", product_type); B) tabpage_main.tabpage_engineering.tabpage_eng1.tabpage_eng_bom.dw_bisn.setitem( row,"product_type", product_type); the 2 lines above are...
View ArticlePowerbuilder 12.5 TLS Native Driver Sql Server
Hi, I'm hoping someone else has already done this. My company is changing their SQL Server 2012 database from SSL to TLS. They changed the development environment today and I'm no longer able to...
View ArticleConnection to the Database Failed error occurred, but error text could not be...
Hi I Need your help Please ! My development tool is PB12.6 , I am facing this error on one of my clients PC with windows 7 with 64bit SQL Client installed in ittrying to connect to MS SQL Server...
View Article999 Error Only the cancel command is allowed when rows are pending
I have started experiencing a really strange issue lately. Sometimes when I retrieve into a tabular or grid datawindow and I have another window open I get this error. I optimized the pbls and did a...
View ArticleBuilding WS
Hi all , I need to create a WS which connects to database ( Sql Anywhere 11 / MsSql 2005/2008 ) The connections is via ODBC and all parameters for connection in an INI file on the machine's hard disk ....
View ArticleHow can we refer function written in PB.net to PB classic CS application
Hello, We are working on POC where in we have to use PB.net component to PB classic CS application. Basic idea is to to retrieve a data in some datawindow and save it to some file suppose in PDF file....
View ArticleSum for group in memory
Hello everybody: I need some help, I have a tabular datawindow and it´s a data entry, it has a money field and I have to group for 3 fields and sum the money field, the problem is the data is not in...
View ArticleReturning a structure from a call to a .NET COM wrapped dll
I've used COM wrapped ,NET dlls a lot, but up until now I've only returned simple datatypes like string and boolean. I now would like to return a class / structure, something like: Class ConnectionInfo...
View ArticleSingle Sign On (SSO) integration in Powerbuilder Application
We have an application developed in PB v8. Our client has asked us if PowerBuilder application can integrate with their Active Directory using single sign on. Users launch the application from Windows...
View ArticleToolbar style properties change at runtime
Hi, How can I change the "Toolbar style properties" at runtime. The problem is on the terminal-server the color depth. I will change the toolbarstyle to "traditionaltoolbar!" if the environment is an...
View Articlepowerbuilder application deployment option - pl help
Developed a PowerBuilder 12.6 application SQL Server 2012 as a BackEnd. When it was developed the application there was a local SQL EXPRESS 2008 Now application is installed in a Windows Server 2012...
View ArticleHow 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 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 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 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 Article