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. :)
Error: Failed to load Web Application
- Resolved
- Issue
- Last updated 5 years ago
- David Vasconcelos replied 5 years ago
We just started to get the following error when trying to access our web app. We have restarted IIS, the server itself and reloaded the application and still no luck. Has anyone encountered this issues and if so what steps to find the cause.
Fa...
OLE with MS-Word: printout(FALSE)
- Advice
- Last updated 5 years ago
- Markus Kreuzer replied 5 years ago
Hi everybody,
I'm manipulating and printing MS-Word-Documents via OLE-connection.
1. opening a document
2. replacing bookmarks
3. printing and closing the document
4. open the next document
...
The print statement is
iole_word.activ...
Characters lost when working with VSS
- Issue
- Last updated 5 years ago
- Michael Kramer replied 5 years ago
Hello,
We have recently upgraded our system to PB2017 from PB12.5 and noticed an issues when working with VSS source control. There is an issue in exporting and importing of DW with UTF data hard coded in it.
When working with VSS, "SUB" character ...
external function error
- Resolved
- Issue
- Last updated 5 years ago
- RAFAEL RODRIGUEZ replied 5 years ago
I am using a DLL to create a QR, I compiled this and i have no errors, this is running in an independent application, but when i insert this into my main application, I have this error:
Unresolvable external fastqrcode when linking reference at lin...
PowerBuilder Object Modification Dates from PBD's
- How-to
- Last updated 5 years ago
- Roland Smith replied 5 years ago
Hi -
Is it possible to get the Last Modified Date property from objects in powerscript from compiled code (PBDs). Currently we are able to use LibraryDirectoryEx (below) to get it from PBL's but we would like to create something similiar for compil...
Hi.
I try to implement a user settings file, user.ini, to store different settings for my application.
The user.ini file content is liek this:
[DATABASE]DBMS=ODBCServerName=demo_db
In the application I try to read the settings like this:
string ...
Problems using Orca Script for get Latest
- Resolved
- How-to
- Last updated 5 years ago
- John Raghanti replied 5 years ago
Hello, all
I am having a problem refreshing a target using Orca script with PB2017 and VSS.
All the objects in the library are refreshed, but the library itself is not - no new objects are downloaded, so the build fails. On the same machine from th...
We are currently using Git integration in PB 2017 R2 and moving to R3.
Like others, we've set it up with .gitignore leaving out PBL's. However, in PB 2019 R3 we have an anomaly where new objects that are "added" to a pibble show up in the ws_object...
Parsing JSON numbers and decimal point character
- Resolved
- Advice
- Last updated 5 years ago
- Sverre Tvedt replied 5 years ago
PB 2017 R3
I'm consuming a third party REST service using httpclient and when parsing the returned JSON-string I do it with JsonParser.
The number values in the returned JSON string are always supplied with a dot (".") for decimal point. It seems l...
PB2017 Error in executing SP with output parameter
- Advice
- Last updated 5 years ago
- Vincent Ma replied 5 years ago
I have tried a sample test for calling stored procedure in PB 2017.
Tested SP as below
create procedure sp_vm_test @in_parm varchar(10), @out_parm varchar(20) outputas begin set @out_parm = @in_parm + ' return from SP'end
Coding in PB as below
st...
The company which I work for dosen't want to be capture for the reason of security.
Do you have the function which can operate screen capture when I use Appeon Workspace?
If you provide API for the fuction for screen capture, could you s...
SMTP SendTlsMail - 0365 connect - send problem
- Resolved
- How-to
- Last updated 5 years ago
- Michael Kramer replied 5 years ago
Hi all,
i just started implementing the topwiz smtp object solution into my code.
I am connecting to o365 without any problem, sending works also.
only my mail is being send like this , the whole content of the mail is viewable in the body of t...
Download Appeon Workspace in mobile: isn't compatible
- Issue
- Last updated 5 years ago
- Oihana Goikoetxea replied 5 years ago
Hi!
We can't download the Appeon WorkSpace in Samsung A6 + (Android 9). Doesn't appear en the Play Store and if we search it in google says: "your device isn't compatible"
Thanks,
Hi all,
we made an interface to send customer information via webservice to an accounting company and get back a string base64 encoded.
lnv_HttpClient.GetResponseBody( ls_pdf )
It should be pdf informations, but how do I save these information as ...
"Get latest version" from cmd
- Resolved
- How-to
- Last updated 5 years ago
- Roland Smith replied 5 years ago
Hello, all
Is it possible to do "get latest version" for pb170.exe from a command line?
I need to automate builds somehow and without being able to do "get latest" from the source control, it does not seem to be possible
Thank you
Arcady
Can't we use same user id to login for Pb 2017 and 2019?
- Resolved
- Advice
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
We have PB 2017 R3 Paid version and now we are planning to migrate to Pb 2019 version. Before migrating we want to test whether PB 2019 is having any issues with our application,for that reason i have downloaded PB 2019 trial version and tried to log...
Monthcalendar-Control has a different look in exe
- Resolved
- Issue
- Last updated 5 years ago
- Johann Lessmann replied 5 years ago
Did somebody know why the Monthcalendar-Control has an different look in the compiled exe as in the development-environment?
This is the look when started from PB2019 IDE
This is the look in the compiled exe
We are using PB2019 Build 2082
Greeti...
DW object fast in IDE and very slow in DW control
- Resolved
- Issue
- Last updated 5 years ago
- Pierre Couvreur replied 5 years ago
Hello,
How could it be that a DW object retrieves the data in 10 seconds in the DW painter, and 10 minutes in a DW control ?
The DW retrieves 241 rows and 1420 nested rows.
The DW control is pure PB, it contains no user event nor code. The window ...
How to use .srd file generated in C# project?
- Resolved
- Misc
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
Hello,
When I generate C# models from PB, I see there is .cs and .srd files in the C# project, I see that the .srd file contains data window information, but I couldn't figure out how to use it.
What is the purpose of this file and how can I use it...
PowerServer (PB Editon) will be expire in January 2020?
- How-to
- Last updated 5 years ago
- Jung Hun Yeom replied 5 years ago
PowerServer (PB Editon) will be expire in January 2020?
This issu listen in Korea.
You can see it on the homepage. Register an Enterprise Account to Use Standalone.
this part will expire from January 2020?
Are you sure?
ps) I am sorry, I can ...
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