Discussions tagged PB Classic
testing PB 2022 64 bits with Sybase ASE 16 64 bits.
- How-to
- Last updated 1 week ago
- Chris Pollach @Appeon replied 6 days ago
hey guys,
I'm testing PB 2022 64 bits with Sybase ASE 16 64 bits.Open client installed: ASE SDK 16.0 64bitsPB does not find DLLs.message: Error loading client DLLs. Unable to connect to server.Any ideas to resolve?
Thank you already!
Rafael Bicalh...
Hello There,
I have attached small sample application. In this application you can select the window from first toolbar icon.
Below are the steps that I have performed along with working memory statistics.
1. Start the application and it is ta...
Timer Event in PowerBuilder window
- Resolved
- How-to
- Last updated 1 month ago
- John Fauss replied 1 month ago
Hi, I have PowerBuilder application (2019 R3 build 2703) that is running as service. But lately that program start having issues. Sometimes it runs as service but sometimes it doesn't. I know the reason why program does not run as service; it happens...
Hi
We are looking for ways to connect PowerBuilder 2021.1506 application to an Azure database.
We can connect to the database using:
SQLCA.DBMS = "MSOLEDBSQL SQL Server"
SQLCA.ServerName = "tcp:<our server>.database.windows.net,<por...
Hi Appeon Community,
Is there any way I can achieved responsive window (even the object inside the window will expand base on the window size). Any advice are welcome and very much appreciated. Thank you! ...
Powerbuilder LDAP login
- Resolved
- How-to
- Last updated 9 months ago
- PowerObject ! replied 8 months ago
I have an application that needs an LDAP (Active Directory) login. In my previous project I have managed to create an application that has LDAP login. I created it using webservice but I am not quiet happy with its speed. Sometimes, it takes 1 minute...
Hello
I want to show the version of my application in About box. Is there a more "PB-way" how to read these values from a project than C# FileVersionInfo.FileVersion()? I mean an environment variable, contextinformation etc.
...
PB Rich Text Edit control displaying table incorrectly
- Issue
- Last updated 1 year ago
- MARK APTEKAR replied 1 year ago
Hi, I am using PB 2019 R3 build 2703. Inserting .RTF file created outside of PB into the PB RTE control. That file has a table . In PB RTE control table shows as compressed . Is anybody know how to fix this problem? Also original .RTF file has head...
Application UI flickers
- Resolved
- Issue
- Last updated 1 year ago
- Jostein Ullestad replied 2 months ago
We have developed a desktop client/server application using PowerBuilder 2017 as well as 2019R3 Build 2703, where some users are experiencing flickering/redrawing of the UI.
We are only able to reproduce the flicker when sharing the window through...
PB2021 Support to Oracle 19c Exadata DB
- Issue
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
Hi,
We are migrating our Oracle Database from "Oracle Database 11g Enterprise Edition Release 11.2.0.4.0" to "Oracle Database 19c EE Extreme Perf Release 19.0.0.0.0".
To make sure our PB supports cloud DB we are planning to migrate PB from PB...
Hi Everyone,
I have a script where I upload my excel file and read it using pb script
On my excel file this is how I display my date : WEDNESDAY, JANUARY 1, 2020
And this how I read it
s_logdte = trim(string(myoleobject.application.workbooks(...
Bonjour,
j'ai plusieurs applications en Powerbuilder 2017 R3.
Parmi ces applications, j'ai une seule qui se freeze de façon aléatoire et de façon intempestive.
J'ai remarqué que cela se prodduisait lorsque la température du processeur est supérie...
How to reload datawindow after .setfilter()
- Advice
- Last updated 1 year ago
- Avory Rose Pastoral replied 1 year ago
Hello,
I'm having trouble with .setfilter function. Well, I manage to make it work. What seems to be my problem is that I have a dropdown list and a datawindow. Everytime I clicked or picked on that dropdown the value will filter in my datawindow...
Hi could you help me in consuming LDAP login in pb classic 12.5? Thank you....
Consuming Webservice/ LDAP Login in PB 12.5 Classic
- How-to
- Last updated 1 year ago
- Avory Rose Pastoral replied 1 year ago
Hi Everyone,
Good day! I was wondering if it is possible to do LDAP login in PB 12.5 CLASSIC. If its possible can you give me ideas on how to do it? Hoping to hear from anyone of you the soonest possible.
Thank you so much!...
DB: AWS(MariaDB)
PowerBuilder: PB 2019 R3
When I add new datawindow. Choose Data Source for Grid DataWindow I use SQL Select.
But, It always show error message.
SQLSTATE = S0002
[ma-3.1.12][10.3.23-MariaDB-log]Table 'ttla.TABLES' doesn't exist
...
All -
I apologize if this isn't the forum. Hard finding answers for 12.6 related issues these days.
We currently have a 12.6 application running on Citrix box ( 2016 server ).
We have ONE user that recently switched to a new windows 10 laptop.
W...
Datawindow searching using single line edit
- How-to
- Last updated 2 years ago
- mike S replied 2 years ago
Hi,
Hope everyone of you is fine and doing well.
I wanted to create a search box wherein if I type in a single line edit the datawindow will start searching and start highlighting the row that matches my entered text even without hitting tab or ent...
Consuming ASP.Net web service in Pb 2019
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Good day Everyone!
I am just a newbie in powerbuilder and I wanted to use PB 2019 on my project which requires webservice. I haven't done or try anything yet because I don't know where to start. I already created my web service using ASP.NET Web ...
Date() no longer works as expected
- Resolved
- Issue
- Last updated 2 years ago
- mike S replied 2 years ago
I have the following code:
string ls_date = "1900-01-50"date ld_dateld_date = date(ls_date)messagebox("Date", string(ld_date, "dd-mm-yyyy"))
When run using PowerBuilder 12.5.2 (my legacy system) the result in the messagebox is...
- Page :
- 1