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. :)
RibbonBar Menu XML Underscore Letter
- Resolved
- How-to
- Last updated 3 years ago
- Mark Lee @Appeon replied 3 years ago
What edit is needed in the RibbonBar menu XML to JUST Underscore a letter in the name of the menu choice, to signify when the user clicks on the letter or speed key, that it will be like clicking on that menu item.
This is to mimic the menu speed ke...
Themes not working in Citrix Server
- Issue
- Last updated 3 years ago
- Ken Guo @Appeon replied 3 years ago
*Phenomenon:Themes not working in Citrix Server. Server details attached.
*Reproduce Steps:We deployed our application in citrix server 2007 with Service Pack2 - 64 Bit ( details attached ).
We copied the theme190 folder as a subfolder where our ex...
Aplicativo Movil no muestra los datos tal cual actualizo en PowerBuilder
- Advice
- Last updated 4 years ago
- Chris Pollach @Appeon replied 3 years ago
Sres una ayuda... estoy iniciando en crear una pequeña aplicación móvil , un simple retrieve de una tabla.
Esto ya lo hace el aplicativo, pero cuando actualizo un dato de la tabla con el Ide del PowerBuilder y grabo , en Mi aplicativo movíl sigu...
Automated Testing Tools that work with PowerBuilder 2019
- Advice
- Last updated 5 years ago
- Brian Le Suer replied 3 years ago
I have an application running on PowerBuilder 2019 deployed in a Citrix environment that I really need to get automated testing built for. Anyone have knowledge on tools outside Zeenyx AscentialTest that work with PowerBuilder 2019 or positive result...
Can RibbonBar use Segoe MDL2 Assets?
- How-to
- Last updated 4 years ago
- Mark Lee @Appeon replied 3 years ago
This might be a dumb question but can I use the images from Segoe MDL2 Assets as the PictureName when loading the RibbonBar? I need to update all of our images now and trying to figure out the best option. Seems like everything I need is in there but...
RibbonBar Shortcut Keys
- Resolved
- How-to
- Last updated 4 years ago
- Mark Lee @Appeon replied 3 years ago
My base code comes from the example in R3 for RibbonBars. I just copied everything and using and replacing parts.
I inserted code into the key event of w_main to capture key strokes. I could use this to trigger what I want for short cut keys, bu...
Hi
I'm looking performance issues with Appeon web plugin over a VPN. Looking at the trace data for the TLS I can see when the plugin opens up a TLS connection it sends extension 35, which is a session ticket, I can see the server response is that...
Powerbuilder 2017 R2 is not working with 64 bit Outlook component on windows 10 environment
- Resolved
- Issue
- Last updated 4 years ago
- mike S replied 4 years ago
Our PB code in 2017 R3 was migrated to windows 10 environment. mail functionality which was working on Win7 no longer works on Outlook 365 (Outlook for Office 365 MSO (16.0.10730.20155)).
We get Microsoft Outlook Error
"Login Failed"
Our code look...
ExportJson on Runtime (EXE)
- Advice
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hello All,
on windows server running a EXE the exportJson retunrs and empty string
all the other features are working
do we need any aditional DLL other than the ones of the runtime packager and the C++ runtime?
How to have a single function works on both a datawindow and a datastore?
- Resolved
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Hello (and Happy New Year),
We have a simple function that iterates over the rows of a datawidnow and fill some objects from some of the items in the row. This function looks like the following:
public subroutine fill_recipe_components(datawindow a...
Powerbuilder 2017 & Crystal Reports
- Resolved
- How-to
- Last updated 6 years ago
- Miguel Leeuwe replied 4 years ago
Hi there, we are still using the old Crystal Reports 8.5 apis to elaborate reports from our pb application. Since latest cr versions have discontinued COM, is there any workaround out there to make it work from powerbuilder?
tia
Suppress datawindow buttons in a SAVEAS PDF file
- Resolved
- How-to
- Last updated 4 years ago
- mike S replied 4 years ago
I have a datawindow with a couple of button in the footer area. When I print in paper the buttons are suppressed and everything is good. When I save the same datawindow as a PDF with the SaveAs function the buttons are printed in the PDF. How can I s...
Datawindow not display when using a APK to distribute
- Advice
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hello All
We are using PB2019 R2 build 2151 (we can not move forward cause a date problem with dd/mm/yyyy format in spanish langauge)
When we try the app from Appeon workspace it shows all the datawindow
when we compile it using a APKthe datawindo...
Kill a running SharedObject
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
How can i from the PB main program kill a running SharedObject ?
If I unregister the object it does not destroy and stop until the processing in it has completed and all references to the instance has been destroyed.
Can I use TerminateThread...
SNC (SQL Native Client), db compatibility level and datetime field in PK
- Issue
- Last updated 4 years ago
- John Fauss replied 4 years ago
Hello,
We have discovered the following: using SNC (SQL Native Client, provider SQLNCLI11 of course), so when a table has datetime column in primary key and database compatibility level is set to, for example, 130 (SQL Server 2016), datawindow based...
SendPostRequest question
- Resolved
- How-to
- Last updated 4 years ago
- Daniel Ferrreira replied 4 years ago
Hi guys,Can you please help me out here?
I'm trying to do this call using PB 2019 R2:
curl https://www.tiendanube.com/apps/authorize/token \ --data \ 'client_id=123client_secret=abcdefgrant_type=authorization_codecode=xyz'
Below i...
Hi Guru
I am new user for Appeon 2019. I have a question for appeon debugger. I use debugger for my project
if ok , for set breakpoint to project painter and but I would to debugger another painter. debugger not allow me
to change another paint...
Very isolated problem with SaveAs(..., XLSX!) to network fileshare...
- Issue
- Last updated 4 years ago
- John Fauss replied 4 years ago
Hello,
Running into strange and isolated issue with handful of users where the PB190.exe stopped working error occurs during dw_1.SaveAs (ls_file[1], XLSX!, true) call from application runtime when saving to network fileshare. Same users can succes...
I am migrating a Powerbuilder application from 8.0 to 2019 R2. When should an application be deployed under the 64 bit platform as opposed to 32 bit? Our company is moving away from Windows 7 and standardizing all computers to Windows 10.
Open(window, parent) Function in Powerbuilder 12.6 (After migration from 12.1)
- Issue
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Hi, we have an application developed in Powerbuilder 12.1 which we are migrating to Powerbuilder 12.6 (4138), there are some challenges encountered during our testing (which we anticipated) but this one is a showstopper for us as we are stuck to iden...
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