1,314 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
53
views
Overloading Powerbuilder Native functions, optional parameters
We've been plagued for years by the GetFileOpenName and GetFileSaveName functions that open Windows dialog boxes. When the user closes them, the application's current directory has changed. Afterward, ...
0
votes
0
answers
27
views
Does PowerFilter have a limit on the number of filter buttons displayed in DataWindow header columns?
I'm using PowerFilter in a PowerBuilder application, and I’m seeing an issue with the number of filter buttons that appear on the DataWindow headers.
One of my clients uses a DataWindow that contains ...
0
votes
0
answers
35
views
PowerBuilder 12.5 New Deployment not Reflecting Changes
Working on a program that I inherited for my job, made some changes on certain reports. Works fine when I run it through PowerBuilder itself, but when I try to make a deployment for testing, no ...
0
votes
1
answer
58
views
Unable to connect DB on OCI from Frontend developed on Powerbuilder
Trying to connect a DB hosted on OCI from FE developed on PowerBuilder. But as FE is a thick client and client ips are dynamic we are not able to open firewall connection to OCI DB due to security ...
0
votes
1
answer
112
views
Triggerevent doesn't do anything on a parentwindow
I have an old project made with powerbuilder 10.5. I'm trying to create a keydown or dwnkey event to trigger a commandbutton to execute a print command.
The parentwindow (w_waybill) has some ...
0
votes
0
answers
92
views
How to implement single sign on (SSO) using Kerberos Authentication in PowerBuilder
We are running on the PB IDE Version 2022 Build 1900 and ours is a desktop application. The backend DB is Oracle 19C. We need to implement Kerberos Authentication for single sign on, with which we can ...
0
votes
0
answers
146
views
How to implement SSO using OKTA in PowerBuilder 2022 R3
We are running on the PB IDE Version 2022 Build 1900 and ours is a desktop application. I am confused on which security protocol to use to implement OKTA SSO.
Which security protocol should I use? - ...
0
votes
0
answers
86
views
Debug a trigger within a PowerBuilder program?
I working on for maintaining a legacy project, my PowerBuilder version is 12.5 and my SQL Server is 2008 R2, I encountered a problem which when I tried to update the records within a datawindow in a ...
0
votes
0
answers
144
views
Get a text to a string variable from a dropdowndatawindow in powerbuilder 9.0
I trying this
long ll_row
string matricula
ll_row = dw_2.getrow()
matricula = dw_2.getitemstring(row, 'COD_VACUM')
MessageBox('Aviso', matricula)
I want to do a retrieve where I get the data related ...
-1
votes
1
answer
93
views
how to prevent a messagebox from displaying when i don't need it in some cases in powerbuilder
in my powerbuilder 19 project, it's all about article management. when i click on "new" button, it displays a dwc_article(freeform) empty and i have to insert all the article details(...
0
votes
1
answer
60
views
Duplicated primary key error even though it doesn't exist in Powerbuilder 19
In my Powerbuilder 19 project, it's about article management. So when I insert a new article, it works fine, and when I update an article, it works fine also, but when I insert another article (after ...
0
votes
0
answers
147
views
How do I validate a strong login password in Power Builder?
I need to validate the below rules for my login password:
Passwords should be a minimum of eight (8) characters and max 15 chars and it should contain the below in it:
English upper case letters (e.g....
1
vote
1
answer
183
views
Powerbuilder messagebox text
When you use MessageBox you have a selection of MessageBoxButtons to choose from.
The buttons available are an enum, and give you options like "Yes No", "OK Cancel", etc.
When I am ...
0
votes
1
answer
183
views
Powerbuilder Response window hangs then App closes - Any ideas?
The app I support is active on over 1500 users computers all using windows 10. I have one user with a similarly configured computer that is having a problem I have not seen before. When they run the ...
0
votes
1
answer
1k
views
Launch FTP url in Edge-IE mode from powerbuilder
Can FTP url link accessible in Edge IE mode from powerbuilder application?
I am using powerbuilder 2019 R3.
Need help to open ftp url in browser from powerbuilder.
Note: know that ftp is not supported ...