Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 8 months ago
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...
Please Update Your Queries With The Solution
- Resolved
- How-to
- Last updated 3 years ago
- Olan Knight replied 3 years ago
Saw this and thought it was perfect. Note the angry mob in the background on panel 4. :)
Logging which InfoMaker reports are being run in an executable
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I'm running InfoMaker 2021 Build 1509 on a Microsoft Server 2019 and would like to find out which individual reports are being run by end-users compared to which aren't. The server hosts 29 InfoMaker executables and each executable has anywhere from ...
cloud app launcher - custom
- Resolved
- How-to
- Last updated 1 year ago
- Julie Jiang @Appeon replied 1 year ago
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...
PowerClient Application Getting Terminated if Internet Not Available
- Issue
- Last updated 2 years ago
- Andreas Mykonios replied 1 year ago
We are trying PowerClient for our application. Now VPN is not working for some reason in our PC and because of which Application is not starting as it is not able to connect to server. Its getting Terminated.
Migrating Applications from ASE to MS SQL Server
- Advice
- Last updated 6 years ago
- Ramendra Singh replied 1 year ago
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...
请问下比如安卓手机上的文件如word,excel 等文件之类的我需要通过手机上传到电脑上一个文件夹,怎样处理
如果是照片,用:inv_camera.of_openalbums (ls_filepath) 选择图片文件再, fileservice.of_appeonupload(ls_newfile, "fangyi/yimiao", true, ll_re) 上传可以实现,但 如果是word,excel等其它类型文件就闪退,
那该怎样处理实现呢,要相应例子吗?谢谢
PowerClient - Failed to download the config file - Offline
- Resolved
- Issue
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
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...
Limited the Year in a dropdown box or selection
- How-to
- Last updated 1 year ago
- John Fauss replied 1 year ago
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
Maximum datawindow expression/computed field length.
- Misc
- Last updated 1 year ago
- Mark Jones replied 1 year ago
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...
Prevent the user from switching between windows via Ctrl-Tab
- Resolved
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
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...
Anyway to go back to previous runtime version?
- Resolved
- How-to
- Last updated 1 year ago
- Dennis Little replied 1 year ago
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?
Save as Excel5 gives cells with wrong length
- Resolved
- Issue
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
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...
DataWindow Merge Conflicts and how to solve them
- Advice
- Last updated 1 year ago
- Tomáš Podzimek replied 1 year ago
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...
PowerClient app launch failure - incorrect file format
- How-to
- Last updated 1 year ago
- Mora Wang @Appeon replied 1 year ago
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...
Does PowerServer2020 can running on Azure VMware Solution ?
- How-to
- Last updated 1 year ago
- mike S replied 1 year ago
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...
OLEDB Connection to Azure SQL Database
- Resolved
- How-to
- Last updated 1 year ago
- Miller Rhodes replied 1 year ago
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.
How to get the original Width and Height of UserObject
- Resolved
- How-to
- Last updated 1 year ago
- Christopher Craft replied 1 year ago
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...
Validation Expression and Message
- Resolved
- How-to
- Last updated 1 year ago
- John Strano replied 1 year ago
This is my first time trying to use Regular Expression in the datawindows Validation Expression and Message. I got help with the Expression , thank you.
In my compiled app if I break the rule, I get the pop up with the message. When I click OK, ...
想请问下,下面这样带打开多个窗口的带 X 的功能怎样做的,pb2022 , 有例子吗和说明文档,谢谢
Calling .NET Components from PowerBuilder Via COM Wrappers...
- Resolved
- How-to
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
...without using the Microsoft Interop Forms Toolkit.
What we do until now: We use the .NET Framework 4.8.1 to write class libraries in C# and expose them to COM using the Interop Forms Toolkit. We call the COM-Server from PowerBuilder 2021. This wo...
Loading...
Find Questions by Tag
.EXE
.NET 6.0
.NET Assembly
.NET Core 3.1
.NET Core Framework
.NET DataStore
.NET Std Framework
32-bit
64-bit
ADO.NET
AEM
AI
Algorithm
Amazon AWS
Android
Apache
API
APK
App Store
App Store (Apple)
Appeon Workspace
Appeon Xcelerator Plug-in
Architecture
Array
ASE
Asynchronous Methods
Authentication
AutoBuild
AutoCompiler
Automated Testing
Automation
AutoScript
Azure
Barcode
Base64
Batch
BigData
BLOB
Branch & Merge
Browser
Bug
Build
Button
C#
C# Class Importer
C# Editor
C# Model generator
Calendar
Camera
Certificate
Chrome
Citrix
Class
Client
Client/Server
Cloud
Cluster
Collection
COM
Command Line
Compiler
Compression
Computed Field
Configuration
Controls
Cookies
Cordova
Crash
Cross-Platform
Crosstab
CSharpAssembly
CSharpObject
CSS
CSV
Cursor
Data
Database
Database Driver
Database Painter
Database Profile
Database Provider
DataObject
DataSource
DataStore
DataStore (C#)
DataStore (PS)
DataType
DataWindow
DATE
DATETIME
DB2
Debug
Debugger
Debugging
Deployment
Design
DLL
DO-WHILE
Dockable
Docker
Documentation
DOUBLE
Download
DragDrop
Edge
Edit Style
Editor
Elevate Conference
Email
Embedded SQL
Emulator
Encoding
Encryption
Enhancement Request
Entity
Entity Framework
ERP
Error
Event
Event Handler
Event Handling
Excel
Exception
Export
Expression
External Functions
F#
Field
File
File Access
Filter
Firefox
Firewall
Font
FOR-NEXT
Foreground
Format
Function
Garbage Collection
GeoLocation
Git
Graph
HANA
Hash
Header
HTML/5
HTTP/S
HTTPClient
Icon
IDE
Identity
IIS
IMAPI
Import
InfoMaker
Inheritance
Installation
Integer
IntelliSense
Interface
Internet
Internet Explorer
iOS
IPA
iPad
iPhone
IWA
J#
Java
JavaScript
JBoss
JDBC
JOIN
JSON
JSONGenerator
JSONParser
Kestrel
Label
Lambda
Large File
LDAP
Library
License
LINQ
Linux OS
Load Balancing
Localization
Localized PBVM
Log In
Log Out
Logging
LONG
LONGLONG
macOS
MAPI
Maps
MDI
Memory
Memory Leak
Menu
Merge
MessageBox
Messagging
Method
Migration
MIME TYPE
Mobile
Model
ModelStore
ModelStore (C#)
MSOLEDBSQL
Multi Threading
MVC
MySQL
n-Tier
Namespace
NativePDF
NVO
OAuth
ODATA
ODBC
Office
Offline
OLE
OLEDB
Online
Open Source
OpenAPI
OpenSSL
Oracle
OrcaScript
Other
Outlook
Output
Package
Parameter
Patch
PayPal
PB Classic
PB Native
PB.NET
PBC
PBD
PBDOM
PBG
PBJVM
PBL
PBNI
PBORCA
PBVM
PBX
PDF
Performance
Permission
PFC
Picture
Pipeline
Play Store (Google)
Plugin
Popup
Port
POST
PostgreSQL
PowerBuilder
PowerBuilder (Appeon)
PowerBuilder (SAP)
PowerBuilder Compiler
PowerBuilder Runtime
PowerClient
PowerScript (PS)
PowerScript IDE
PowerScript Migrator
PowerServer
PowerServer Mobile
PowerServer Toolkit
PowerServer Web
PowerServerLabel
Print
Properties
Proxy
Publish
PULL
PUSH
Query
Regression
Release
Renew
Resize
Response
REST
Retrieve
RibbonBar
RibbonBar Builder
Rich Text
Roadmap
RPC
Runtime Packager
SaaS
Scaffolding
Script
SDI
SDK
Security
Server
Service
Session
Single Sign-on
Size
SMTP
SMTPClient
SnapDevelop
SOAP
Sort
Source Code
Speech Recognition
SQL
SQL Anywhere
SQL Server
SqlBuilder
SqlExecutor
SQLite
SqlModelMapper
Storage
Stored Procedure
Subscription
SVN
Swagger
Syntax
TabbedBar
TabbedView
Tablet
TabPage
Target
TE Control
Testing
Text
TFS
Theme
TIME
Timer
TLS/SSL
Tomcat
TortoiseGit
TortoiseSVN
Transaction
Transparency
Trial
Trigger
TRY-CATCH
TX Control
Type
UI
ULONG
UltraLite
Uninstall
Unit Test
Unit Testing
UNIX OS
Update
Upgrade
Upload
URL
User Center
User Object
UWP
Validation
VARCHAR
Variable
Versioning
Visual Studio
Visual Studio Code
VM
Voice
Warning
WCF
Web API
Web Extensions
Web Service
WebBrowser
WebForms
WebLogic
WebSphere
WildFly
WinAPI
Window
Windows OS
WinForms
Wizard
Workgroup
Workspace
WPF
XCODE
XHTML
XML
Zoom