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. :)
Can I drag file names from File Manager and drop them on a datawindow to process?
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi friends,
Wondering if it's possible to drag a file from Filer Explorer and drop it on a datawindow? I have a tab that allows the user to "attach" files to a workorder. Right now, they right-click then select Add File. The code calls GetFileOpe...
I have a problems with windows 11
- Resolved
- Issue
- Last updated 2 years ago
- John Fauss replied 2 years ago
Hi everyone,
I need to install the appeon on Windows 11, two days ago I installed the appeon on Edge and Chrome, and after the installation is successful, the browser is white and does not see the appeon.
Does anyone know what I should do or what ...
All -
I'm new to the application I'm working on. It's OLD, but was migrated to Appeon 2017 a few years ago.
They have a window with an "Apply" button and a "Cancel" button.
Correct me if I'm wrong - but if they click Apply and then click Cancel, ...
How to query Active Directory for a user
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I want to query ACTIVE DIRECTORY for a particular user.
I am creating a login and I want to make sure they are in the active directory.
Can I get all the domains they are active in?
Hello,
Good Morning, I have an issue with my Powerbuilder 2019 R3, I can't see the autoscript option. How I can activate this option?
Kind regards and thank you in advanced.
Odd behavior since migrating from PB2017 to PB2021
- Resolved
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello:Back in March we migrated from PB 2017 to PB 2021 (we are now on MR 1509). Since March some of our users are experiencing a situation where the picture buttons no long display words or images, and fonts become larger and are bold, and the main...
Data Window textbox value increasing by 1
- Issue
- Last updated 2 years ago
- John Fauss replied 2 years ago
There is a dataWindow object . I have a text box inside this as grid . This DW is called on another form .
Form has this DW and a save button
When I put value in text box in DW grid text box and click save button then for a moment the value of tex...
Powerbuilder migration, issues with microsoft Web Browser and OBJ files
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Hello,
I'm trying to migrate mi app from Powerbuilder 12.6 to Powerbuilder 19, i have some problems:
- I have a Web Browser with Microsoft web browser in a OLE object, but when I try to use a Web Browser, how to use the chrome explorer? And t...
setting runtime JRE Powerbuilder 2019
- Resolved
- How-to
- Last updated 2 years ago
- Luca Militello replied 2 years ago
hi,
i'm using PB2019 and i have a problem with the JVM.
Is it possible to set the JRE runtime when I call the JVM from executable?I need to set a particular JRE in an application regardless of the one set in the PC where I am running the applicatio...
Regarding external open dialogbox access
- How-to
- Last updated 2 years ago
- René Ullrich replied 2 years ago
HI,
I need to send a file through whatsapp. I used below method. but a small doubt.
int li_connect ole_wsh = Create OleObjectli_connect = ole_wsh.ConnectToNewObject("WScript.Shell") //
ole_wsh.Run(whatsapp exe path here )
ole_wsh.appActivate("Wha...
Saving multiple DataWindows to one PDF file
- How-to
- Last updated 3 years ago
- Mark Goldsmith replied 2 years ago
I know how to print multiple DataWindows in one print job:
Long ll_Job
ll_Job = PrintOpen("Transcript Report")If ll_Job 0 Then PrintDataWindow(ll_Job, dw_1) PrintDataWindow(ll_Job, dw_2) PrintClose(ll_Job)Else MessageBox("Print", "Prin...
New WebBrowser Control and Google authenticate error
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi
With our application we can synchronize with the Google calendar.
To authenticate with Google, we use OLE Control Internet Explorer. It work fine.
After migration in PowerBuilder 2019 R3, I try to use the new web control provided in PowerBuilde...
Hi all,
On PB2017 how can we achieve the following.
1) we are using the dw_1.SaveAs() function to allow our users to export to the built-in formats supported by PB (excel ,html and so on.
The saveas() is only giving us a 0 or 1 return code. Ho...
Webbrowser spellcheck on/off
- Resolved
- How-to
- Last updated 2 years ago
- Tamas Polgar replied 2 years ago
Hello
PowerBuilder 2019 R3 Build 2728
Is there any way using the webbrowser control (cef) to switch on/off spellcheck?
Some users have spellcheck and some users don't. What does it depend on?
How can I hide the red wavy lines in textbox and...
Hi,
I need help how publish Web API in SnapDevelop to run in iis. Have managed to publish in file system where i can run the executable file in "C:\Users\Administrator\source\repos\PowerServer3\ServerAPIs\bin\Release\netcoreapp3.1\publish\ServerAPIs...
I currently have an application whose physical path is C:\inetpub\wwwroot\ and I am using the IIS default website, i can enter the application with http:\\server\application, but what I want to do is enter "directly" only with http:\\serverthanks com...
Error opening PowerBuilder after InfoMaker Install.
- Resolved
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hello Appeon Folks,
I need your guidance here. I have one PowerBuilder license but last week I needed to work on the PSR so requested for Info Maker license. Now I have both license but now I am not able to open the PowerBuilder. It is throwing erro...
Hello
We have an engine in PB19, which have threads and SQLCA.. SQLCA.DBMS = "SYC Sybase System10", this Engine is workinf kind of find
But,
Making the same engine in PB21, threads and SQLCA, we have some problems with SQLCA.DBMS with same para...
JSONPackager::SetValue - How to update specific value and array item value ?
- How-to
- Last updated 2 years ago
Using PB2021/PB2022, I'm trying to use JSONPackager::SetValue method to update JSON File values.The problem I encounter, is that the SetValue method does not allow to update a value using is path instead of its key !Indeed, if the same value exists e...
Tip about 64bit external function calls
- How-to
- Last updated 2 years ago
- Steen Jakobsen replied 2 years ago
I've been beta testing PB 2022 and 64bit.
The IDE can Debug/Run your app in 64bit mode. This makes it much easier to test external function declarations.
I have found that it is less forgiving if you use the wrong datatype. I had to update half of ...
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