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. :)
Old eyes.. How to change font in SnapDevelop
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
How do I change the font to something readable in snap develop? It looks like it's stored in the themes, but they are stored in XML files within the dlls.
I have bad eyes and need to be able to read the thing I'm programming. I've attached exam...
Paste into singleline edit
- Resolved
- How-to
- Last updated 4 years ago
- Bjarne Anker replied 4 years ago
Hi.
We have a singleline edit for searching texts and such in one of our forms.
I can paste text into it when I first run the program, and take action on the modified event when Enter is pressed.
But if I go into the edit and do another CTRL-V ...
AsymmetricSign with external RSA key PB17
- Resolved
- Issue
- Last updated 5 years ago
- Bruce Armstrong replied 4 years ago
I'm trying to generate and sign a JWT using a RSA private key generated from an external source in PB2017 R3. When I call AsymmetricSign, I get an "Invalid 'privKey' in AsymmetricSign" error.
I've read the article here, but it leaves out the part th...
Hi,
I'm using GetFolder function to get a folder name but the PB is "freezing" when I try to access a folder that has subfolders with thousand of files.
string path_source
integer li_rtn
li_rtn = GetFolder( "Folder", path_source )
PB 2019...
RESTClient Timeout
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
I'm trying to set a timeout on the RESTClient.At the moment if the API is unavailable the application waits for 20 seconds (this is a default action(?), I haven't changed anything).
I want this time to be reduced to 3 seconds.When I set client ...
I understand that this is not a community to help other products(third party products), but maybe somebody can give me a direction. I purchase the new realease DW2XLS object (The one that works with Appeon PB2017). They give me two dll (PB2XLS.dll b...
FileService and PowerServer
- Resolved
- Misc
- Last updated 4 years ago
- Miguel Alzate replied 4 years ago
Hi,
Is Appeon FileService dependant on PowerServer? I mean, does PowerServer must be installed in the machine where the Appeon FileService is installed?
Thanks in advance!
WebBrowser PrintAsPDF - how to control page size and orientation?
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Is there a way to change the PDF page size and orientation when using the PrintAsPDF function in the new PB2019 R2 WebBrowser control?
Exclude specific windows and user objects from being themed
- Resolved
- How-to
- Last updated 4 years ago
- Brad Wery replied 4 years ago
Is it possible to prevent a specific window or user object from having a theme applied to it?
e.g. w_main would have no theme at all.
I created a new theme-[xxxx].json file. I added blank entries for my objects:"w_main":
{
}
The window is still ...
Hi,
I need to develop a desktop application for a touch screen computer.
The problem appears in the fields in which a keyboard must appear to type in them, either from datawindows or edit mask, single edit ..
Is it possible to use the virtual k...
Hi all
I am trying to generate a json string like this ( pb 2017 r3 ) :
{"shovarim":[{"SystemCode":1865,"MisparShovar":186500134,"LastDateToPayTime":"0001-01-01T00:00:00","SugShovar":32,"CodeUser":1200,"Herot":null,"ProgramCreate":9,"SumToPay":2.0,...
Getrow() Function with N-Up Datawindow
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
i am trying to use the getrow() function with infomaker version 2017 R2 Build 1769 however because the report i'm developing is requiring the N-Up Datawindow it is throwing the function off , see below. Is there as way i can use this function or any ...
From client server to web app
- Resolved
- Advice
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
I am working with a client who has a client server application in Powerbuilder 2017. They want to migrate it to a web application. Can you point me to some documentation that argues for using CloudPro as opposed to Java or .Net?
User Object Painter failing on object inherited from PBNI extension
- Misc
- Last updated 4 years ago
- Chris Heale replied 4 years ago
Let n_pbni denote a non-visual object exported by a PBNI-Extension and let n_derived denote a class that was inherited from n_pbni. Assume that n_derived's constructor and destructor are implemented and reference global variables that are part of the...
How to create a Secure Connection in PowerBuilder
- Advice
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi All,
I am using PowerBuilder and Sybase for client server application. ODBC is using for DB connection but not able to add SSL. I used PSR file and INI file to store Server connection info. Which is the right way to connect PB (Secured one)...
ItemChanged Event Gives display column as data
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi all,
Thanks for spending your valuable time...
I have an issue in the ItemChanged Event.
Consider that I have a dropdown data window having id genname in the list. The data type of id is numeric and genname is string. The data column displa...
Windows Classic Style in IDE
- Resolved
- How-to
- Last updated 4 years ago
- Roland Smith replied 4 years ago
How to I set "Windows Classic Style" in the IDE so I see the lowered border type in the IDE.
Using n_cpp_smtp to send emails from PB2017 applications
- Resolved
- Advice
- Last updated 4 years ago
- Roland Smith replied 4 years ago
We've successfully used n_cpp_smtp to send emails from PB2017 applications, but we've recently added a new customer for which it doesn't work.We suspect an issue with the SetAuthMethod or SetConnectionType functions. The argument to both is an intege...
GetFileOpenName different format
- Resolved
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
hola, ¿que parámetros le envío al GetFileOpenName para que me salga la ventana con las opciones de amarillo?
hi, What parameters do I send to GetFileOpenName so that I get the window with the yellow options?
Solo he logrado conseguir lo siguiente...
What is the difference between:
this.event close ()close (this)
(written on an event eg: postretrive)
I notice that:- the first executes the event script, but does not close the window- the second runs the script and closes the window
Because ...
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