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. :)
Data object functionality when using an Impala data source.
- Resolved
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Does anyone have experience using data objects built over an Impala database? I'm making an ODBC connection and can successfully execute Insert, Update, and Delete statements. I built a test data object, and the retrieve/display functionality works...
A dropdown dw is not in correct order
- How-to
- Last updated 6 years ago
- Govinda Lopez @Appeon replied 6 years ago
I am running PowerBuilder 2017. The database is Microsoft SQL Server.
I am doing something very simple but it is not working.
I have a column in a datawindow and the column has a drop down datawindow. I want to sort the drop down in a certain ...
Looking to have code self-update
- Resolved
- How-to
- Last updated 6 years ago
- Roland Smith replied 6 years ago
When a user logs into my application, the application checks the database to see if it is the most up-to-date version. Currently, when the app finds that it is NOT the most recent version, it gives the user a message to download the latest, and then...
Import PBL objects into Git after first commit
- Resolved
- How-to
- Last updated 6 years ago
- Matthew Balent replied 6 years ago
Hi all.
My team and me are moving the first steps in SCM usage so we're facing very basic problems. I looked into the docs and found no answer to my issue, so I'm asking here. Please forgive if the questions are silly!
I am setting up our first SCM...
auto-logged in, under other developer's name
- Resolved
- Misc
- Last updated 6 years ago
- JOHN THOMAS replied 6 years ago
PB folks - we just got the new Appeon PB up and running for a couple developers on our boxes. One thing that I noticed yesterday was that upon logging into a particular box and firing up PB, PB came up already logged in....with another developer's n...
buenas a Todos
Ya en Power builder 2018R3 Existe la forma de conectareme a una base de datos en la Nube y ponerla a trabajer para varios Usuarios, osea haecer Insert, Consultas, Actualizaciones .desde cualquier parte?
Atentamente
Carlos
Timing Object - Timer event never triggered
- Resolved
- How-to
- Last updated 6 years ago
- Luiz Marques replied 6 years ago
Hello Everyone,
I'm working on an application using powerbuilder 2017 R3 and I need to use the timing object to run a specific process every X seconds. This application do not have a window and because of that I'm using the timing obje...
db process is dead or not enable
- Issue
- Last updated 6 years ago
- Michael Hartnett replied 6 years ago
please help me
"db process is dead or not enable" this error is accure after some time when my mdi application is running in powerbuilder
please help me
it is most important for me
thanks
Appeon Workspace on the App Store is not updated to the latest version
- Issue
- Last updated 6 years ago
- Kai Zhao @Appeon replied 6 years ago
Hi,
After having deployed our mobile application to iPhones, I realize that the Appeon Workspace on the Apple's App Store (under Appeon's account) is not updated to the latest version (i.e. build 1858.00).
I know this Appeon Workspace under A...
al ejecutar el appeon debug tengo el siguiente error
- How-to
- Last updated 6 years ago
- MARIA ZULIETH PEÑA ECHAVARRIA replied 6 years ago
al ejecutar el appeon debug tengo el siguiente error
a Alguien le a pasado ?
Autoscript not working with arguments or local structs
- Issue
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
I'm using PB 2017 R2. My Autoscript does not display anything for arguments or local structs.
Am i doing something wrong?
My config.
Problema con Appeon Debugger.
- How-to
- Last updated 6 years ago
- MARIA ZULIETH PEÑA ECHAVARRIA replied 6 years ago
Buenas tardes a todos
Estoy tratando de hacer seguimiento a una aplicación Web, por medio de Power Server , por medio de Appeon Debugger.
de donde puedo bajar el software Microsoft Script Debugger el cual me esta piediendo cuando ejecuto Appe...
Running multiple PB sesions in a common environment...
- Resolved
- Advice
- Last updated 6 years ago
- Erick Bergsma replied 6 years ago
Hello all...
Trying different options for doing Builds and Deploys. we have a large PB contingent here, with several apps and 4 or 5 teams. In order to do Builds and Deploys consistently, and to allow cross -team support, we would like to install ...
DW freeform: Hide/show and move columns
- Resolved
- How-to
- Last updated 6 years ago
- Miguel Leeuwe replied 6 years ago
Hi.
So, I have a freeform datawindow with several columns.
Our customers wants us to add functionality to show/hide certain columns and save the setup.
The saving part is easy, and the show/hide as well using dw_data.modify("col.visible='').
T...
Hi,
A very strange thing happened today. I was working on a window using the source editor. I tried to save my changes but it would not save - no errors or anything. I closed out of the source editor without saving. Now my window is missing. I have ...
Undocumented behaviour (bug) in Retrieve with RetrieveStart event returning 2
- Resolved
- Issue
- Last updated 6 years ago
- Miguel Leeuwe replied 6 years ago
The docs indicate that if you return 2 in the RetrieveStart event of a DataWindow (or DataStore), a call to Retrieve() will append rows to the DW.
In fact, what it appears to do, if there is a defined sort order on the DW, is re-sort it after the Re...
Powerserver Web printing to Microsoft Print to PDF
- Resolved
- How-to
- Last updated 6 years ago
- Philippe PILAT replied 6 years ago
Hello all,
I have an application written in PB 2017 R2 Build 1769 deployed to Powerserver web.
The user is trying to print a DW :
a button is calling printsetup(), user chooses 'Microsoft Print To PDF'
another button is calling dw.print().
Probl...
Hi all
When i migrate the PB12 to PB17, the system error occurs when use inherited. "Bad runtime function reference at line...", this error just occurs sometimes, how could we fix this? Seems the error doesn't related to code. Do you have any ideas ...
Que Remplaza ProfileString en Power server Web
- How-to
- Last updated 6 years ago
- carlos Pizan replied 6 years ago
Buenas Tardes a todos
Que funcion Remplaza ProfileString en Power server Web, debido a que estoy migrando una aplicacion cliente serividor a la web y tengo este problema
Gracias por todo
Not exactly a PB question, but old DataWindow.NET issue. At work, there is an old Client/Server VS2008 application written in VB with DataWindow.NET components throughout. I have successfully migrated the application to VS2017 and can run the EXE o...
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