Featured Questions
Has anyone else experienced an issue launching the client application from Edge or Chrome recently ?
For us, it has stopped working from Edge and Chrome, but still works from Firefox.
We did notice Edge was patched in the last few days but the link...
A recent post included some PowerScript code, and I thought I would pass along a tip for pasting code snippets that produces a slightly more readable result than simply pasting code into the website's text editor.
The toolbar contains a button to as...
Saw this and thought it was perfect. Note the angry mob in the background on panel 4. :) ...
An application, that we recently converted from PB12.5.2 to PB2017, opens documents thus
ll_rc = ShellExecuteW ( Handle( gw_mdi ), "open", ls_path , ls_null, ls_null, 1 ) where ls_path is the full path & filename.
If the file is a PDF and the def...
I'm running PB2017. I've created a window which has a picture control and transparent background text control. All is fine when I place the text control over anywhere on the window, including on picture controls, the background remains transp...
We are currently using MSXML (for Appeon clients) and the Chilkat ActiveX objects (for regular PB clients) to do http and https requests within our PB 11.5 application. It appears that we might be able to use the new HTTPClient object instead as we m...
Hello GURU
I have a problem on PB2017R2 + GIT + PULL
I try to give you the details of how I operated:
1) I have 2 programmers correctly configured with a project under GIT
2) both have nothing to commit or push. The git status from all al...
This function is found in the pfcapsrv.pbl.pfc_n_cst_filesrvwin32
My code:
date dt_test
time tm_test
pfc_n_cst_filesrvwin32 lnv_file
if NOT IsValid(lnv_file) then
lnv_file = CREATE pfc_n_cst_filesrvwin32
end if
li_rc = lnv_file...
From a discussion thread dated approx. 8 months ago, I see where Native PDF generation can be utilized at execution time by adding NativePDF_Valid=1 (zero is the default) to the [Data Window] section of the pb.ini file. There is also a way to include...
APPEO2016
PB12.5
Windows 7 - Windows 10.
I have the deploy the application de APPEON2016 Universal
it works in mobile and Microsoft Explorer / EDGE
When i try to run the APP in FireFox / Chorme it shows the Link to donwload the Plugin
...
Hi All
Is there a best practice / recommendation about what to put into the systemerror event
I have a messagebox that shows the
error.number, line, object, windowmenu, text
The reason i ask is i am getting a few crashes - when working in...
Migrating from PB 12.1 to PB 2017 R2, I found a behaviour change with the setcolumn()-function of the datawindow.
In some freeform datawindows I implemented to skip some columns, when entering or tabbing through the taborder
Example:
[lastna...
Hi,
Our environment is Win 7 32 and 64 bit, and Win 10 (64 bit).
We build our application in PB2017 R2/EBF01 on Win 7 for both 32 and 64 bit platforms. We can detect whether it is running in 32 or 64 bit but we also need to detect if we are ru...
Hi
Sorry for the dorky question. But is there someway to run the installer to add features to PB 2017 R2, The installer only gives me a Remove option. I don't want to remove and reinstall, I just want to modify and add to the install.
...
Hello,
My project has an "includes" folder with a few PBDs in it, that is included in the working copy via an svn:externals property (http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html).
This causes errors when attempting to do an S...
Hi all ,
What the dll file/s which needed for saving dw as pdf file ?
I have noticed that if the user does not have the right permissions on the dll files the SaveAs() does not works well ...
I run the pc with one user and the Save...
How do I connect PowerBuilder 2017 with Oracle 12c ... help me please ...
"Como conectar Power Builder 2017 con Oracle 12c ... ayudenme por favor"?
...
PB12.5 Application
Appeon2016 Latest EBF
The deploy to APPEON 2016 does not show in the report after deploy the Shared Variables as unsupported feature that must be replace.
in previous version it shows in the analysis.
as a test i migrat...
We have a Git repository where we store our source control. Currently we can access this source control through Stash/Bitbucket.
We can get objects out of source control when we use the 'Connect to Workspace' option. Then we follow the ste...
I have a visual custom user object (uo_child) that is placed within another visual custom user object (uo_parent).
The main user object (uo_parent) is then placed on a window.
When I try to change the Border property of the nested User Object (...
Android Custom Workspace Failing to Auto Update
Hi,
I am having an issue with the Workspace Auto-Upgrade with Android (have not tested with iOS yet). I've tried a few different settings with no luck. I upload the custom Workspace APK to the...
Is there a way to switch off the warnings that come up - when closing script
The reason i ask is that I am writing an application that has to access several databases - sqlca - sqlcb and sqlcc
So if i am actively connected to lets say the ...
I have C# code below that I want to translate to PowerBuilder 2017R2. This code is passing some JSON and a PDF to a REST API call. Not sure how to translate this to PowerBuilder R2. Basically need to know how to translate the multipartForm. Any help ...
There are no discussions available here currently