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. :)
How to accurately output the content in DataWindow to a physical location on a printer
- How-to
- Last updated 8 months ago
- William Hong replied 7 months ago
Such as printing the text control precisely at a distance of 1 inch from the top left corner in both the X and Y coordinate directions.
My goal is to ensure that every DataWindow record is printed on a separate printing paper. Due to the frequent ch...
The following code cannot move a computed field to the BR corner precisely.
long NewDetailHeight, PrintWidth
, CustomPageLength = 297 /*millimeters*/
, CustomPageWidth = 210 /*millimeters*/
NewDetailHeight= CustomPageWidth*100 -long(dw_1.O...
check external file timestamp
- Resolved
- How-to
- Last updated 8 months ago
- Ye Fangda replied 7 months ago
Morning all
using pb2023 windows 10
I need to check whether the timestamp or modified date is newer or older than another file for example these two files
c:\myfiles\data1.txt
\\server\myfiles\data1..txt
How would i do this within powerbu...
Deleting records from .DBF file from PowerBuilder
- Resolved
- How-to
- Last updated 7 months ago
- mike S replied 7 months ago
Hi everyone, I need to manage a .DBF file which is exposed from a PLC machine on a shared folder.I found the way to handle it using the default Windows dbf ODBC driver. The content of the file is retrieved correctly by PowerBuilder, but when I try to...
Retrieval argument version difference
- Misc
- Last updated 7 months ago
- Mark Winsor replied 7 months ago
When converting an application from PB9 to PB2019 I get this error on the below datawindow. It appears to interpret the the string retrieval argument as a "text" datatype.
The error is: [ODBC 17 for SQL Server][SQL Server]The data types varchar and ...
Invalid object name 'OrdenS.sys.all_objects'.
- Issue
- Last updated 7 months ago
- John Fauss replied 7 months ago
I am getting an error when compiling in a DW with PB2023 R3
C:\SIGMNUEVO\Sigm\SIGM\OrdenServicio\sigm_ordenservicio_reportes.pbl|dw_ordenserviciodetalle_laboratorio_rpt Error: Invalid object name 'OrdenS.sys.all_objects'.
But in the DW code or in t...
Error after upgrading to PB 2019 R3 build 2803
- Advice
- Last updated 8 months ago
- Chris Pollach @Appeon replied 7 months ago
Comming from PB 2019 R3 Build 2797 just transfered to build 2803Sybase central DB 17
After deploying the applicatieon we got a whole bunch of errors that we dont understand. Anyone know what the problem might be
PB2022 R3 64 bit debugging
- Resolved
- How-to
- Last updated 7 months ago
- Brent Schlumkoski replied 7 months ago
We have an application when we debut in 32 bit mode works fine but when we debug in 64 bit more it does not.
The spot that is not working is a OLE object creation and then a ConnectToNewObject. This ConnectToNewObject is is throwing a -3 in 64 bit ...
PDF export not complete
- Resolved
- Advice
- Last updated 8 months ago
- Eric Verhorstert replied 7 months ago
Powerbuilder cloudpro edition Version 2022 R3 build 3289
Attached is part of a print screen. If we export the data window to PDF, the text 1083AKMR disappears. Other than this the export is correct.
If we do not rotate the computed field the exp...
I am installing PS 2020 AEM on a windows IIS server using silent install. There is a SilentInstall.INI file which has configuration to change the admin password during the install as shown below. I changed the AEMPassword to a value other than 'admin...
64bit ReportEvent revisit
- Resolved
- Issue
- Last updated 8 months ago
- Larry Peters replied 7 months ago
A year ago I raised this issue but never did get any resolution. I'd like to test the community's patience by revisiting it.
Simply put, ReportEvent crashes when built in 64bit but works fine when built in 32bit. My sample code demonstrates this.
A...
PB 2022 build - ORCAScript advantage
- Advice
- Last updated 8 months ago
- Armeen Mazda @Appeon replied 7 months ago
Hi Team,
Could you please let us know what is the advantage of building an exe using Orca script over the normal IDE Build.
We are using Powerbuilder version 2022 Build #1878.
We were facing build related issues. Many times noted that files are ge...
PBDOM_BUILDER.BuildFromFile Cost on Load XML
- Resolved
- How-to
- Last updated 1 year ago
- Julian I. replied 7 months ago
Hi,
I have this question:
We are calling to a web service than returns a response with this format:
?xml version="1.0" encoding="UTF-8" standalone="yes"?ns2:getBookmarkListsResponse xmlns:ns2="http://www.globalgap.o...
Whether DEP, ASLR enabled for powerserver deployed application
- How-to
- Last updated 8 months ago
- Narayana Bhat P replied 8 months ago
Hi Team.
Whether DEP [Data Execution Prevention], ASLR[ address space layout randomization] enabled during powerserver compile and deployment, if not how we can enable this
Below is observation from VAPT vendor
Observation: Missing Securit...
I am trying to figure out how to access data from a datastore in a C++ PBNI extension. I'm passing a ResultSet object to the PBNI extension.
This is the entire code example for the GetItemData method:
d_rsAccessor-GetItemData(1, 1, sd);
It doesn't...
PBAutoBuild - Menu icons were missing in PowerServer application
- Resolved
- Issue
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 8 months ago
Menu icons were missing when application build has created by using PBAutoBuild. It works properly when build has trigger from PowerBuilder.
Pease suggest any workaround for this issue.
Attached document contains the screenshots.
Also noticed tha...
Hi Roland,
Do you have the 64-bit version of cambas.pbx? You can share it this is my email alopez@lolimsa.com.pe
Does PB2021 support store procedure with table as parameter?
- How-to
- Last updated 8 months ago
- Bruce Armstrong replied 8 months ago
Does PB2021 support store procedure with table as parameter? If it could, how?
xpos and ypos for rbuttondown EVENT of RichTextEdit control
- How-to
- Last updated 8 months ago
- John Fauss replied 8 months ago
Hello,
We're trying to implement our own Right Mouse Button menu on the RichTextEdit control overriding the PopMenu property having set it to false.
What we don't understand is how to get the x and y coordinates of where the user had right clicked ...
Need solution or workaround for using transaction as an argument in a function
- Resolved
- How-to
- Last updated 12 months ago
- Chris Pollach @Appeon replied 8 months ago
We have a base datawinow control uo_dw where we override the SetTrasObject function to handle few additional process before setting the transaction object for the control. This method accepts transcation object as input Parameter As per the PowerServ...
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