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. :)
Hi Guys
I've followed the steps on this tutorial:
https://docs.appeon.com/snapdevelop2019/Secure_a_Web_API_with_JWT_Token/index.html
But I get always 401 Unauthorized when I try to call the API (After successfull login)
Any hints?
In attachment ...
Looking for a way to LiveScroll user objects
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I have a user object that contains multiple user objects (custom buttons)... basically a touchscreen interface. The issue is that there is no "live scroll" available option for user objects like there is for datawindows... There is also no "scroll to...
Ole Object File Blob
- Resolved
- How-to
- Last updated 4 years ago
- Samuel Sanchez Avila replied 4 years ago
Hello everone,Im having a issue.
I have been doing this to read a pdf file:
ole_1.object.loadfile("C:/path/file.pdf")
ole_1.object.setpagemode('1')
ole_1.object.setfocus()
But now, with a new webservice, im reciving that file in base64. So...
error datetime app mobil powerserver 2020
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi, Friend
I have this error since app movil only with powerserver 2020; i am using function today() ,
try to save 2020/04/31 but this 2020/08/31; only from the cell phone
thanksm
PB2017 to new server - license question
- Resolved
- How-to
- Last updated 4 years ago
- Cornelis Lijzenga replied 4 years ago
We are in the process of moving PowerBuilder to a new server. We have to test PB on the new server before removing PB from the old server. Can I use the license on both PB instances? Or is it possible to use the free trail on the new server before us...
Can 2017 R2 & 2019 both be installed?
- Resolved
- Advice
- Last updated 5 years ago
- Andi Constantin replied 4 years ago
Hi,
I know that different PB versions in the past were installed separately and that you could keep two (or more) versions installed side-by-side. Just confirming whether the new release of 2019 is separate from 2017 R2 so that I can install and tes...
One quick question on generating reports out of DDLB values. I have a requirement of adding DDLB values to an existing report and these values are coming from a DW. I have followed these steps:
In the design mode of that particular report, in the da...
CrypterObject shared encrypted data across two programs
- Resolved
- Issue
- Last updated 4 years ago
- Richard Donagrandi replied 4 years ago
I am using the CrypterObject to encrypt some data. I can encrypt and decrypt within the same .exe just fine. I built a second program to encrypt the same (unencrypted) data -- but the two programs are encrypting the same data completely differently e...
How do I pass the Row# and Col# to a global function from a dw expression?
- How-to
- Last updated 4 years ago
- Michael Kramer replied 4 years ago
Ive been building a application that compares snapshots of tables, and have the code down to isolate the changes - now I need to highlight the background of the changed cells in a grid datawindow.
I am flagging the changed columns by setting the ite...
ConnectToNewObject("ADODB.Connection") doesn't work appeon
- Issue
- Last updated 4 years ago
- Walther Rodriguez replied 4 years ago
I develop in pb 12.5 and deploy in Appeon 2015 build 0366 64 bit
This line:
li_rc = adoConnection.ConnectToNewObject("ADODB.Connection")
work god in power builder, but dont work in appeon,show this message "Could not connec to object"
Please ...
kernelbase.dll crash - PB2017R3
- Resolved
- Issue
- Last updated 4 years ago
- David Peace (Powersoft) replied 4 years ago
Hi Guys
I'm getting a not so random crash from our newly migrated application to pb2017r3 as follows:
Faulting application name: tstravel.exe, version: 5.0.17.0, time stamp: 0x5df05d07Faulting module name: KERNELBASE.dll, version: 6.1.7601.24545, t...
Is there a datawindow expression to test for Column Modified?
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
I need to be able to set an attribute into a cell (row+column) in a grid datawindow which can be used to highlight or otherwise change the appearance of that cell by means of a datawindow expressions - and which can be read out by a program exporting...
Running a Web app in a Browser
- Resolved
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
I am wondering if I can run a Web application on a browser instead of running it as an IWA?
If so, how?
Thanks!
How do I change datawindow control title attributes?
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I am using datawindow control titles for the first time and I notice that I get a pale blue background and a fain almost unreadable text for the title.
Is there a way to change the color and or fond characteristics of a datawindow control's title?
PowerServer Web 2019 Validation Expression bug
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
I have a DataWindow Object on a Window that switches between two DataWindows via DataObject = "d_...". Each DataWindow has at least one column with a Validation Expression.
I have no issues running the application in executable/desktop form. Once...
Application getting closed after save the DW using XLSX!.
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
We have migrated from PB 10.2 to 2019 R2. In our earlier version we do have only .xls export option of DW to the user. Now I have added the .XLSX option to the export the file as excel format with '.xlsx' extension with this syntax "DW.SaveAs( ls_...
Adding a ddlb to an existing DW
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
Can someone please help me with adding a ddlb to an existing dw? I have added a column in the table in the backend that takes numbers(0,1,2...). In the frontend, i have made changes from Design - DataSource - selected the column.
These steps br...
Loading DLL cl 32.dll Failed for more help, please consult the Appeon user document”
Find out column name in an expression.
- Resolved
- Issue
- Last updated 6 years ago
- Glenn Barber replied 4 years ago
Hi
Is there any way to have an expression in a Datawindow refer to itself by name (or column number)?
For example if I want to have editable columns be underlined, I could use this code in its border expression.
if( long( describe( .TabSequenc...
Hi,
All of our executables built using PB 2019 are missing application icons. Could you let us know how to resolve this issue? I reviewed relevant QA but couldn't find satisfactory answer.
I will really appreciate your help.
Thanks
Sanjay
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