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. :)
httpclient.sendrequest fails when deployed but works in development mode
- Resolved
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Here is my code. The block in red returns 1 (success code) in development and also in the exe when deployed on a machine which has PowerBuilder 2017 R3 installed
But when attempting to run this on a user machine without PowerBuilder, it return...
iwarunner.exe on iPad
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Good Tuesday morning
I need to find out how I can run my web application's iwarunner.exe on an iPad?
I have the exe downloaded from webserverIP/application_name/iwarunner.html
However, from I can see online, this exe can not run on iOS as it's a M...
Hi All, In PB2017 I have set the editmask property of a decimal field as ###.00 in my data object. Also I have set the format as ###.00 for that field in the data object. But when some value such as 461.50 is coming for that field , somehow it is getting rounded off and instead of displaying 461.50 , 462 is getting displayed. Please help me in resolving the issue. I want to display the exact 461.50 decimal value.
- Issue
- Last updated 4 years ago
- John Fauss replied 4 years ago
Hi All,
In PB2017 I have set the edit mask property of a decimal field as ###.00 in my data object. Also I have set the format as ###.00 for that field in the data object. But when some value such as 461.50 is coming for that field , somehow it is g...
Failed to load Appeon browser plug-in
- Advice
- Last updated 4 years ago
- Diego Bustos replied 4 years ago
Failed to load Appeon browser plug-in, so the application does not start. To solve the problem, please refresh the browser, and stay on the current tab page until the application starts.
Deploying PB Application in Windows Virtual Desktop
- Resolved
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Dear Experts,
We have our Powerbuilder Application running in our client places and it is in PowerBuilder 2017 R3.
It is in Client Server (2 Tier) architecture.
Currently our app can be deployed as thick client and also as thin client (published i...
Hi guys / girls,
I know I'm lots of times "bitter" towards Appeon, but that's simply because I'm an old powerbuilder developer who's gone through hell for lots of years with Powerbuilder and shitty support.
I'd like to request you all to upvote thi...
Hello Everyone!
I'm trying to generate a JSON with JsonGenerator and I think I am missing something.
I generate the Root and insert some fields without problem.
Then I need to create an array Item including some more fields, using additemArray
...
Line-breaks in tooltips don't work for Web
- Resolved
- How-to
- Last updated 4 years ago
- Kai Zhao @Appeon replied 4 years ago
It is stated in the PowerServer Help that the usage of the tooltip feature is supported by Appeon.
In case of a very long tooltip, it is possible to just break the line with e.g. CRTL+Enter. However, this only works with the desktop apllication. Aft...
Importing Json Into A Datawindow With Nested Reports
- How-to
- Last updated 4 years ago
- Ken Guo @Appeon replied 4 years ago
I'm designing an invoice export feature that generates a PDF file for each selected invoice. The invoice form has a nested report to show the subtotal, sales tax, shipping charges, and invoice total along with a few other things. Although we are not ...
Arabic transparent font not working in Powerbuilder 2019 after migration
- Advice
- Last updated 4 years ago
- backya ayyappan replied 4 years ago
Hi
Recently i have migrated from PB 8 to PB 19 version.In my machine In both pb 19 and 8 versions arabic is not displayed in static text.But in client environment, In PB 8 it is displayed in arabic and in PB 19 it is showing some unusual text. I ha...
What are the best techniques for User ingestion of Spreadsheet data
- How-to
- Last updated 4 years ago
- Sivaprakash BKR replied 4 years ago
We are looking for the best techniques - and perhaps sample code which would allow users to import spreadsheet data into a datawindow.
This would have to be somewhat dynamic in that the format of the spreadsheet could change from one spreadsheet to ...
Remembering user's credentials
- Resolved
- How-to
- Last updated 4 years ago
- Miguel Alzate replied 4 years ago
Hi everybody,
Several customers have asked me to implement the functionality that the system remembers (that is, stores) the user's credentials so that the user does not have to enter them at each login of the web application. I understand that this...
Open new tab in same browser instance
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
I would like to open a new tab with a URL from the browser where the application is launched.
If the application is launched from Chrome, then it should open a new tab in same chrome browser instance.
If the application is launched from IE, th...
Hello everyone,
Im working on a PB2019 R2 app, and I use theme to get the style of my application. My question is: Can I use the theme without having the theme in the application folder? The same as we do with the images on the PBR file.
Thanks.
PB datastore to .net
- Resolved
- Advice
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Dear Team,
Could u give some advice about how to convert the datastore to .net, we have migrated our service from ESA to .net Web Service.
Part of functions in service using the data store to get or set item.
Another question is if the Web Serv...
Hi, im usingpb 12.5 and i am trying to get data from the web service but the method return value is null.
I already searched all internet but i didnt find any reason.
I choosed "any" as return value it returned to null again.
I downloaded the lat...
HTTPClient problem on Mobile app
- Resolved
- How-to
- Last updated 4 years ago
- Kai Zhao @Appeon replied 4 years ago
PowerServer (PB Edition) 2020 Build 2323.00PowerBuider 2019R2 Build 2353
Hello, i have two similar applications for web and mobile (Android) that consume a rest service using HTTPClient to create an event on google calendar using Google Calendar Api...
Issue launching mobile app in Google Play Console
- Resolved
- Issue
- Last updated 4 years ago
- Miguel Alzate replied 4 years ago
Hi, everybody.
When launching mobile app in Google Play Console, I get the following error message that prevents the app from being published:
My software scenario:
- PowerBuilder Universal Edition 2019 Build 2170
- PS ToolKit 2019 Build 2170
...
Sending email from Web service
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi,
I have built a Web service that allows users to send emails from the host server. The service works fine, but it is not sending the attachments. Has anyone had a similar problem and identified the cause of and the solution to this issue? How sho...
Is Appeon EOLing Mobile Development?
- How-to
- Last updated 4 years ago
- Michael Kramer replied 4 years ago
I saw an email on the old PowerGroups that said: "Really sad that Appeon is EOLing Mobile development."Is this correct or just a bad rumor? If it's nonsense I want to gently correct them. If it's real I'd like to know for sure.Thanks,Olan
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