Discussions tagged PowerBuilder
Single SignOn in PowerBuilder application
- New
- How-to
- Last updated 2 days ago
- Miguel Leeuwe replied 1 day ago
Hi,
I am trying to set up a SSO in my PowerBuilder application.
The requirement is such that the user wont need to enter the password and it would be a AD authentication that will allow and authenticate the user.
The application is in PowerBuilder...
Hi, we have an application developed in Powerbuilder 12.1 which we are migrating to Powerbuilder 12.6 (4138), there are some challenges encountered during our testing (which we anticipated) but this one is a showstopper for us as we are stuck to iden...
Hi,
How can i from the PB main program kill a running SharedObject ?
If I unregister the object it does not destroy and stop until the processing in it has completed and all references to the instance has been destroyed.
Can I use TerminateThread...
Doing other things while looping
- Resolved
- How-to
- Last updated 2 weeks ago
- René Ullrich replied 2 weeks ago
I'm trying to generate an event calendar that starts on a given day of the week.
Thus I calculate the first day of the year, and the required offset to the selected day. Now I need to generate the dates for such offset starting weeks I know that sta...
Is there any way to add multiple Icon file for application ?
- How-to
- Last updated 3 weeks ago
- PRASHANT NIRGUN replied 2 weeks ago
I need different different Icon to executable Just for reference let say I want to use one for 32 Bit and another for 64 Bit like wise in short need pack of some icons which I will use as per my distribution. I am adding Windows Change Icon Window ...
Realignment of Grid Datawindow columns
- How-to
- Last updated 1 month ago
- Miguel Leeuwe replied 2 weeks ago
Is there a tool or a recommended sequence of steps to take a grid DW with mismatching columns and return it to a state where like fields and headers are in the same column?
Over the years customizations of grids have made our DWs appearing unruly in...
Remote debugging WebService(Obsolete)
- How-to
- Last updated 1 month ago
- Kevin Ridley replied 1 month ago
It's possible to remote debugging of WebService(obsolte) on IIS on remote machine ?!...
We have a PB 2019 R2 application connecting to a SQL Server 2016 database using the old SQL Server driver (sqlsrv32.dll). The OS is Windows 10 Enterprise. The connection is scripted as follows:
SQLCA.DBMS = lsODBCTrace + "ODBC"SQLCA.LogId = ls_...
Alternate Characters in dynamic menu
- Issue
- Last updated 1 month ago
- Miguel Leeuwe replied 1 month ago
We have an intermittent issue where an alternate character set displays in a menu that is built dynamically. The application is using PB 2019 R2 build 2353 and we connecting to a SQL Server 2016 database using SQL Server Native Client. When the ap...
Datawindow Retrieve Error : 1722 - select Error : SQLstate = 22005
- Issue
- Last updated 1 month ago
- Chris Pollach @Appeon replied 1 month ago
Hello,
since I migrated an old app developped with PB 7 to PB 2019, I have a big problem with some SQL queries from my Datawindows when executed on a database under Oracle 11g. I get this message : 1722 - select Error : SQLstate = 22005.
But the s...
SaveAS PDF lost font (NativePdf!)
- Issue
- Last updated 1 month ago
- Andres Slachevsky replied 1 month ago
Hello All,
We are running our exes in a terminal server enviroment
we have a report (a invoice) that use ArialNarrow Font.
when we print it work ok.
when we test in our PCs the saveasPDF works ok.
In one of our Terminal Servers the save as chang...
Ability to Load an Online Help Page from Powerbuilder 2019 R2
- How-to
- Last updated 1 month ago
- David Lacey replied 1 month ago
Hi All,
Would appreciate some pointers on this.
Our PB 2019 R2 application has a menu object or the menu and currently the Help option directs the user to a file on the file system. We wish to change that so that the user is directed to an online...
DataWindow: Query mode doesn't allow entries
- Resolved
- How-to
- Last updated 1 month ago
- Konrad Kaltenbach replied 1 month ago
Dear Experts, I want to give the users of my program the ability to type criteria for a Select query in a DataWindow.For this purpose I added the following command in an Button Clicked event:
dw_xy.modify( "datawindow.querymode=yes").
If the button...
Changing ToolBarItemName doesn't work anymore for .PNG icons
- Issue
- Last updated 2 months ago
- Armeen Mazda @Appeon replied 2 months ago
In the menu bar we change the toolbar icons when the user clicks on it.
m_color.clicked :
IF this.toolBarItemText = "Yellow" THEN this.toolBarItemText = "Red" this.toolBarItemName = "red.png" ELSE this.toolBarItemText = "Yellow" ...
.NET DataStore and Visual Studio
- Resolved
- Misc
- Last updated 2 months ago
- Armeen Mazda @Appeon replied 2 months ago
Hi,
I understand that we can open a SnapDevelop project in Visual Studio.
Is there a PowerBuilder licence needed on a PC with Visual Studio using project with .NET DataStore?
Thanks,Marcin...
Opened sheet has been covered by the Ribbonbar window when clicked from folded menu button
- Issue
- Last updated 2 months ago
- Zhang JX replied 2 months ago
Hi There,
We have just added the new Ribbonbar feature into our PFC framework system at main-sheet level - eg. keep using pfc mdi windows and MDI menu while adding ribbonbar to main sheet for individual modules.
We faced wired issue when the numbe...
Procedure to upgrade PowerServer (PB) 2019 from [APPEON for PowerBuilder 2015]
- How-to
- Last updated 2 months ago
- Chris Pollach @Appeon replied 2 months ago
Dear All,
Background,
Due to EOSL issue on APPEON for PowerBuilder2015, we purchased license of APPEON PowerBuilder 2019r2, in order to migrate current programs to PowerServer version with maintenance.
When we prepare development environment fo...
Hice un STORE PROCEDURE en MySQL para empezar a conocer sobre este tema, con el siguiente SQL Cuando quiero acceder desde el Perfil de Power Builder me sale errorObviamente no me permite crear el Procedimiento de almacenamiento de Datawindows. Sin em...
Hello,
I was wondering if anybody knows whether the Pipeline object will be capable of reading data from json files in near future.
Best regards,Konstantin...
How can I update an entire pbl in a Subversion project?
- Resolved
- How-to
- Last updated 2 months ago
- Samuel Schimitzek replied 2 months ago
Hello,
we use the native svn integration of Powerbuilder 2019 R2.
In our projects some of the pbl's are class libraries (like pfc's). If a programmer wants to update the class libraries he get's a lock on the pbl's in Powerbuilder and copies the ne...
- Page :
- 1