Featured Questions
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. :) ...
Hi Team,
One of our application is set up in PB - 2021 with PowerClient build. It's successfully downloading and opening without any issues in offline and online. The source we have migrated in PB 2022 with PowerClient build. Below iss...
Within the [MS_SQLSERVER_SYNTAX] section of the pbodb190.ini file the SelectDefault parameter doesnt seem to be working. So the dw.update() is trying to insert NULL values into not null columns. All the constraints have been defined in the database...
At some point in the past, Powerbuilder added support for tab order form non-column objects on a datawindow. However I do not see a way using code to setfocus on one of these objects.
Is there a method that I have not discovered?
Is there some...
Hi Guys,
We're facing some issues in a ribbonbar menu in which window activate event is always triggered when selecting a menu item? How do i prevent this? We need to put some controls in the window activate event to load enable/visible property ...
Hi everyone,After almost 20 years we've decided to migrate all our applications from ASE to MS SQL Server. We've been able to use SQL Server Migration Assistant to migrate the database and I'm looking at updating my Powerbuilder code to work with SQ...
Hello,
I have a request that is used for auditing. The user would like a dropdown box on a datawindow that will display the Current year and only display four prior years. Basically show 2023, 2022,2021,2020.
Thanks, Stewart...
Does anyone know what are the limitation on size of expressions (e.g. visibility, computed fields, protect) on datawindows? And, what if you have multiple long expressions on the same datawindow?
I have been fooling around with a very long protect...
There are situations where I want to prevent the user from switching between sheet windows via Ctrl-Tab.I have tried the following in the datawindow pbm_dwnkey event (without success):
blob{64} lblb_Msg PeekMessage(lblb_Msg, 0, 256, 264, 1 ) //WM...
Hi all,
I was updating my PS22 version and accidentally updated the PB22 runtime version from 1878 to 1892 as well.
Is there anyway to go back to 1878?...
Hi,
we've just moved to Appeon from PB 11.2 and we have an issue with Saveas Excel5!. Cells with text content appear to have length +1 than the real size, e.g. cell A1 contains ABCD and len(A1) gives 5 instead of 4. This is a problem because our use...
Hi, everybody
Since the 2022 version, we've been migrating our projects, but we've encountered that resolving conflicts when merging DataWindows is rather complicated.
I'd love to learn how are other people doing it and if anyone has found a simple...
Hello Experts,
Error message received from Gmail when sending email to multiple Gmail recipients it also indicates that seeing duplicate headers and rejecting the email by Gmail.
To send email we are using SMPT protocol and following objects
n_...
We are working to move from a traditional client / server deployment to PowerClient 2022 Build 1892. We build and deploy a PowerClient application daily as a scheduled event. Most days the result is fine. Twice this week, when we go to open the Powe...
Hi, Appeon Team
This question is related my another question.https://community.appeon.com/index.php/qna/q-a/about-powersever-system-requirements
An infrastructure engineer at my company has this question.
If Azure VMware Solution will be used by m...
请问下比如安卓手机上的文件如word,excel 等文件之类的我需要通过手机上传到电脑上一个文件夹,怎样处理
如果是照片,用:inv_camera.of_openalbums (ls_filepath) 选择图片文件再, fileservice.of_appeonupload(ls_newfile, "fangyi/yimiao", true, ll_re) 上传可以实现,但 如果是word,excel等其它类型文件就闪退,
那该怎样处理实现呢,要相应例子吗?谢谢...
Hi
We recently migrated our inhouse application to PB2021 all work good we connect to an inhouse sqlserver and all is good.
We are looking to move our data base to the cloud Using Azure SQL managed instance.
the server name is as 200sqlmi01.xxx...
Hi guys;
Is there any way to use scanners to digitize documents using Power Builder 2019 R3?.
What type of objects or controls we need to use?.
Exists own objects or librarys to do that?
Thanks and regards....
I am in the process of attempting to convert a client-server application to be delivered by PowerServer. After I publish the AppModels and run the application I am finding the most common issue is in a c# model generated for a datawindow that has co...
PS 2022 build 1898 (i think)
The customization of the cloud app launcher is fantastic. Being able to sign it and change a few things is really great.
couple questions/observations:
1. when does the launcher changes take affect? I had the orig...
PB 2019 R3
I don't know if this is possible but I am trying to get the width and height of a UserObject as it was designed (in the PBL). When creating a window we insert multipe UserObjects as TabPages and I need them all to size to the tab. When th...
There are no discussions available here currently