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. :)
GitHub DeskTop - Anyone having success with using this in PowerBuilder 2017/2019??
- Advice
- Last updated 4 years ago
Hi everyone,
I have been looking at using GitHub DeskTop as the source control for PowerBuilder and I was wondering if anyone has any advice concerning their experience with it.
Thank you!
Kyle
Hello everybody,
we are using:
PB2019 (2082)
SQL Anywhere 17
using PFC
typical Client-Server application
If we have a window, which has a business object with some datastores, the opening of the window is very slow, when all the datatsto...
PowerServer Debugger not being Triggered
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi
I went through this online video from Appeon on how to debug in PowerServer Web (https://bit.ly/2WTW07P)
I did all that's in the video but when I ran/executed my app in debug mode, it skipped all the break points as if it's running in the runtim...
saving files on the users pc from the web.
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
HI,
How does one save files on the users pc from the web.
Will saveas just work from a datawindow.
Regards
ML
Can I nest structure definitions in a custom object definition and use it globally?
- Resolved
- How-to
- Last updated 4 years ago
- John Fauss replied 4 years ago
Hello,
I have a question about powerscript usage. I would like to define several structures in the same place (eg. same file) and use them outside of the defining file, so I am doing something like the following in the source code n_cst_api_supplies...
Export DW Definition using ExportJson
- Resolved
- How-to
- Last updated 4 years ago
- Ricardo Jasso replied 4 years ago
Hi Guys
Is there anyway to exportJson and include all the DW definition syntax like getfullstate can? What I'm trying to do is pass DW data and structure through to an application that does not know anything about the DW definition and does not have...
Hi,
I'm currently test the migration for some of our PB 12.5 apps to PB 2019 R2.
We started using Git for our latest app and want to use it for our older apps.
Here's the setup
I created a Git repo for each of the 3 apps.
Added to source cont...
How to TURN OFF PB sounds in Windows 10
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Windows 10, 64 bit VMPBv12.1, b 6158This never happened on windows 7, but on my sarcasmNEW and IMPROVED/sarcasm Windows 10 VM, every time ANYTHING happens in the PowerBuilder IDE, I get a sound. They are driving me insane!How can I turn these sounds ...
Datawindow.Background.Mode usage
- Resolved
- Issue
- Last updated 4 years ago
- Olan Knight replied 4 years ago
Hi,
This has to do with datawindows. I'm currently using PB17R3 but I don't believe the problem is limited to this release.
I'm attempting to dynamically control the background color of columns based on relative values within the datawindow. Someti...
Image viewer recommendation for web app
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
My current application is 32 bit and uses a Snowbound DLL to display my images. I can also get it to work using ImageGear. I can't spend the money to upgrade to 64 bit or a .net version. So, I was able to use GDIPlus to display the images in a ty...
Pagination with gray background (without continuous scrolling)
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi:
We have a freeForm DW with Reports and when de result have more than one page the paginatión is very ugly, doesn't do de scroll continu, puts the backgroung grey and the secon page is no visible until we scroll to the begin. How we can do then c...
Switching to new branch with TortoiseGit
- Resolved
- How-to
- Last updated 4 years ago
- Tobias Roth replied 4 years ago
I created a new branch for our application code (PB 2019 R2, Windows 10, SQL Server) in TortoiseGit. I was able to switch to the new branch and PB recognized it the next time I opened the IDE. Commits and pushes on the new branch have worked fine s...
.NET DataStore retrieve problem
- How-to
- Last updated 4 years ago
- Logan Liu @Appeon replied 4 years ago
Hi everyone,
I ran into a problem while trying SnapDevelop. I am trying to create simple REST API.
I have a DataStore, which is imported from PB. It uses stored procedure as a data source. That stored procedure takes 5 arguments.
I can create...
Missing "Generate C# Models" option
- Resolved
- Issue
- Last updated 4 years ago
- Julie Jiang @Appeon replied 4 years ago
Hi support team,
I am following below article and tried to generate a grid type DW into C# model, but could not find where is the "Generate C# Model" option.
https://docs.appeon.com/appeon_online_help/powerbuilder/CRUD_Operations_with_.NET_DataStor...
Menu Bitmap Background Color
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
In my menu when I set the ToolBarItemName to one of the PowerBuilder builtin icons, the background color of the icon is silver (see attachment). I want the background transparent. Is it possible to change this?
Installing Powerbuilder 2019 R2 on a Virtual Server
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Can Powerbuilder 2019 R2 be installed on a virtual server?
Git Revert/Git Commit with PowerBuilder shows empty list in "Files with changes"
- Resolved
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi Expert.
We have successfully been using PowerBuilder 2019 Build 2082 with Git for some time. We are using Azure DevOps to host our repos. It was decided to move the repo to another location on Azure, and then issue occurred for one developer. We ...
SyntaxFromSql Issue
- Resolved
- How-to
- Last updated 4 years ago
- David Peace (Powersoft) replied 4 years ago
Hi Guys
Just a quick one as I suspect I know the answer really. I'm using the following code and getting an error saying that the Sql arguments are invalid or incomplete.
My simple reproducable is:
ls_sql = dw_1.GetSQLSelect ( )ls_dw = sqlca.synta...
problem of WebBrowser control in PB 2019 R2
- Resolved
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
I'm trying to make a web browser window in PB application using WebBrowser control of PB 2019 R2.
But I faced one problem with that.On the develop environment, the web browser window is working good.
But on the user station, there is a problem.
As...
Hi all
I am trying to Add Data Source by clicking on the Add button in Add Transaction Object window in the Application Profile Configuration.
I am able to set up a Database Type Profile Configuration (please see attached)
However, I am not able t...
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