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. :)
Hi,
We have a very old power builder code and its running fine in production ( windows 2008 and SQL 2008 )
Currently when a user logins , the "profilestring" in the code Trim(ProfileString("C:\windows\choice.ini", "Choice", "drive", "...
Course material outdated and full of errors?
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Im trying to follow along in the course material for powerbuilder fundamentals,
In the lab workbook at page 16
the following code is pressented
double ldbl_argl , ld.bl_arg2 , ldbl_result
IF IsNu.mber (Sle_argl . Text) AND
IsNumber (sle_arg2 ....
InfoMaker 11 (and earlier) had files imstyle###.pbl and imstylecontemporary###.pbl that contained ancestor objects for IM forms.
I'm wondering where they are stored in newer versions. If I open the source code of forms in tutor_im.pbl using a code s...
Edit PBL object under PB 2019 R3 but deploy objects under PB 2019 R2
- Advice
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hi All,
I just upgraded my PowerBuilder(PB) IDE from PB 2019 R2 to PB 2019 R3 for experiment purpose.
However, can I edit the PBL objects under PB 2019 R3, but deploy the modified PBL objects to production environment under PB 2019 R2 ?
Regar...
How to change HTrackBar and VTrackBar color?
- Resolved
- How-to
- Last updated 3 years ago
- Olan Knight replied 3 years ago
I can't find a way to change the color of the Trackbar controls. They always appear "Windows 95 gray"
Is there really no other way to change the color of this control other than reworking the entire app to work with the Theme feature?
Regards,Marku...
I need to generate an image that contains a QR from a certain string. What options do I have in Powerbuilder?
Is there a way to have custom colors for Ribbonbar control?
I know there is a way to use Themes. But currently I don't want to use Themes.
Where is PB Demo DB V2019R3 database file ?
- Misc
- Last updated 3 years ago
- Seng Chee Chong replied 3 years ago
Hi Guys,
Do you have any idea to obtain the PB Demo DB V2019R3 database file in order to run PowerBuilder 2019 R3 demo samples?
Regards,
Alvin
Note: No connection issue when I connected SQL Anywhere 17 Demo database.
Hi All,
I can publish a web site sample written in Asp.net Core 2.2 to IIS Server by using SnapDevelop 2019 R3 Build 2670.
However, SnapDevelop shows the error message as below. Any configuration to allow me to add/edit script and styles?
Please...
The project file cannot be loaded.
- Advice
- Last updated 3 years ago
- Seng Chee Chong replied 3 years ago
Hi All,
I had written a ASP.net webform application which target framework is .NET framework 4.5.2 with using Visual Studio 2019. It runs well in IIS server.
However, SnapDevelop shows error message below when I tried to load the ASP.net project ...
PowerServer.WinAPI - Database configuration - Transaction
- Issue
- Last updated 3 years ago
- Chen Mey Lee replied 3 years ago
Hi ,
Defined below SQLCA transaction object in PowerBuilder 2021 (beta), this transaction object used to for multiple database connection during runtime :-
Below error return when try to access SQLCA transaction object (nvo_trx_info), look like t...
Hi, how can get the serial number of hard drive, I try with
FUNCTION boolean GetVolumeInformationA(ref string lpRootPathName,ref string lpVolumeNameBuffer,ulong nVolumeNameSize,ref ulong lpVolumeSerialNumber,ref ulong lpMaximumComponentLength,ref u...
Why Appeon plugin fails to Load in IE browser
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi
I am having a new problem loading an Appeon plugin to run a PB 12.5 application on Appeon 6.5 server.This application is only compatible with IE browser.
I have used IE 11 browser for years to run this production application without any issues o...
trying to run ECharts example app
- Resolved
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hi,
I've downloaded everything to run the EChart example (https://github.com/Appeon/PowerBuilder-RestClient-Example) and watched the presentation done by Govinda, but ....
There seems to be no information of which driver I should use for the sqlser...
PowerBuilder application crashing on stored procedure close
- Resolved
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
We have a PowerBuilder application we are trying to migrate from 11.5 to 2019 R2, and so far it was going great, until we were testing a module that calls a stored procedure and crashes at the CLOSE of the sproc with the message "Appeon PowerBuilder ...
Application Ribbon Menu - Adding Recent Items
- Resolved
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
I am trying to simply add a Recent item to my application menu. Following is my code but it doesn't work.
...
GetApplicationButton(lRBAppButton)lRBAppButton.GetMenu(lRBAppMenu) FOR llNdx = 1 TO llUpper lsText = lds.Object.Company_Name[llNdx] l...
How to fix "There is currently no matching version"
- Resolved
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
PB2019R3Windows 64 bit platform_______________________________________________
UPDATE:I copied ALL of the runtime DLLs into the folder, and it worked.I'm now deleting DLLs one at a time until the error recurs.The issue was the pbvm.dll. The correct ...
IDatastore Update method - API CRUD Operations
- How-to
- Last updated 3 years ago
- Logan Liu @Appeon replied 3 years ago
Dear Sir,
We are using Rest API, with PHP , If we want to create / Insert row through controller and IDatastore working fine.
But update the values in the table , still it is inserting instead of update.
Is there any easy way to update values in ...
PS2021 vs PB2021, what are the differences?
- Resolved
- Misc
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi,
I'm trying to evaluate PS2021beta and I'm stuck since we don't have an Oracle db higher than 11g (yes ... I know).
So meanwhile I'm downloading 18c Express, I was wondering: To me, it looks a lot like there's not much difference anymore between...
Apache E-Charts - Supported Types
- How-to
- Last updated 3 years ago
- Kai Zhao @Appeon replied 3 years ago
I've been looking at the Demo app and the chart integration is really nice. I'm trying to implement a Gauge, but I can't get it to work. I'm using the option code from the Apache gauge example on their site, but it doesn't appear to work. After Ev...
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