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. :)
Automated App Deployment in 2019 R3
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
I'm currently using InnoSetup for client installations on windows computers and interested in this automated app deployment. Can I be directed to instructions on how do use this method and if there are customization options for the installation?
...
Beginner SnapDevelop question - Multiple DWs
- How-to
- Last updated 3 years ago
- Govinda Lopez @Appeon replied 3 years ago
I am just starting to look into using SnapDevelop to possibly migrate our application. I am using SnapDevelop 2019 R3 Build 2622.
I have completed some of the tutorials, all of which seem to have only 1 dw that is imported and retrieved/updated/et...
PowerClient 2019r3 : Deployment questions
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
I'm currently testing PowerClient with Pb2019r3.
It seems to work fine as a "Self-service" deployment tool, but I was wondering if there is a way to "push" the initial version of an application in order to avoid each end user to install it for the f...
Is there a performance difference between v12 and v2019R2?
- Advice
- Last updated 3 years ago
- Olan Knight replied 3 years ago
PBv12.1 and PBv2019R2Oracle 12CWindows 10, 64 bit, SP-1 We have this giant app that we migrated from PBv12.1 to PBv2019R2. Some users run from another continent through Citrix to the host VMs to run the app. Often, the users will each have multiple s...
Error with calling stored procedures in PB 2019 R3
- Issue
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
I installed the latest version of Powerbuilder yesterday and re-compiled my program. This morning I get an error on a line of code that was working before the latest install. The error message reads: “Null object referenced at line 110 in clicked eve...
Orcascr170 Unable to process map a .pbg file
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hello, I'm trying to generate pbl from a version control system.
I'm using SVN version control system. My original pbl, pbt and pbw are located in \pcf_ci1, and my sources are located in \pcf_ci1\ws_object/myfeeling.pbl.src. Here is the debug outpu...
Appeon Work Space android apps crash on android 11
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Dear Appeon,
I have big issue for power server 2019 issue for mobile , specially on android, now the version android is 11 , all application I deploy does not work , work space appeon crash , APK can't installed. What issue for power server 2019....
Develop with 32 bit .NET DLL and deploy application in 64 bit in PB 2019
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hi all,
as discussed in my last question Use of CrystalReports .NET DLL in PB 2019, we managed to get this CrystalReports DLL (32 bit) work to be used in the PB IDE and even in the compiled 32 bit version of our application.
We are using PB 2019 ...
PB2019 R3 - Click on edit attribute tries to do retrieve of dropdown dw.
- Resolved
- Issue
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hi,
PB 2019 R3:
I've only seen this happen once and could not reproduce it after closing powerbuilder and opening again. It does give me a 'funny' feeling though. When having selected a dddw column and clicking on some of the attributes on the "Edi...
iwarunner for multiple logins
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
We are using iwarunner for users to run the application. If I try to install iwarunner for another user on the same machine it doesn't put the icon on the desktop. What am I doing wrong?
Thanks,
Bill
Date() no longer works as expected
- Resolved
- Issue
- Last updated 3 years ago
- Larry Peters replied 3 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...
Powerbuilder 2017 R3 - Gitlab Enterprise - Automated Builds
- How-to
- Last updated 3 years ago
- Noel Hibbard replied 3 years ago
Cannot seem to find any information on this. Someone said it would be made easier in R3. We had been using Synergy and storing the PBLS and using Orca to build. Since using the PB Native GIT interface pulls the source out of the pbls they no longe...
Can i change o customize messagebox default icons ?
- Resolved
- How-to
- Last updated 3 years ago
- Roland Smith replied 3 years ago
Good afternoon,
I have this doubt.
There is the possibility to customize or change the messageBox default icons as:
Information! (Default)
StopSign!
Exclamation!
Question!
None!
Edinson Nongrados
PS support for Android API level 29
- Resolved
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi, everyone.
I have not been able to upload the APK of my app to Google Play as it requires me to have API level 29. I‘m using PowerServer 2020 Build 2323. Does this version of PS, or later, support this API level?
Thanks for any help.
Native PDF - Blank page every other page
- Issue
- Last updated 4 years ago
- Erick Bergsma replied 3 years ago
Hello,
Just recently changed SaveAs PDF using Ghostscript to using Native PDF as below:
lds_report.Object.DataWindow.Export.PDF.Method = NativePDF! li_rtn = lds_report.SaveAs(ls_report_filename, PDF!, false)
Reports are saving to PDF OK exc...
Computer very slow when editing scripts with embedded SQL.
- Misc
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
I am using PB19 R2 against SQL server database.
My problem is that when I edit a script containing embedded SQL like "select count(*) into :ll_ant from sometable;" it takes 2-3 seconds for every keystroke - my colleagues does not have the same probl...
Is there any method to change the menu of a window, for its original menu?I am testing, but the changemenu() fails
// Reestablecemos el menú de la hoja activalw_sheet = w_frame.GetActiveSheet()if isValid(lw_sheet) then
// Test: Pare elimina...
Equivalent to System.currentTimeMillis()
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hello,
Need to arrive the milliseconds since since the Unix epoch (January 1, 1970 00:00:00 UTC) something similar to System.currentTimeMillis() available in Android / Unix.
Any function or code snippet available to arrive this ?
Happiness Alwa...
When private access is not entirely private - bug or feature?
- Resolved
- Advice
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Let's say you have a nonvisual, non-autoinstantiated custom object called n_object, which has a private member variable long il_private.
Now let's say there's a scenario where a function of n_object needs to create another instance of type n_object,...
Just installed PowerBuilder 2019 R3 Build 2670 and I notice that the PBODB INI file is now called PBODB.INI whereas is used to have the version number in the name, like PBODB170.INI.
Does this mean from now on we only have a single version of this f...
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