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 can I get rid of characters from a datastore?
- How-to
- Last updated 2 years ago
- Logan Liu @Appeon replied 2 years ago
Hi,
I am doing a retrieve on a datastore and then exporting the datastore into a string and writing to text file. When I open the text file I get these weird Red Nul Characters.
When I print to console, it prints as " ".
When I check string.Co...
Modification de la langage du webbrowser (CEF)
- Resolved
- How-to
- Last updated 2 years ago
- Laurent AUCOURT replied 2 years ago
Bonjour,
Je ne trouve pas le moyen de changer la langue utilisée par CEF.
Lorsque l'on utilise un objet webbrowser, Powebuilder lance des sous process CEF, exemple:
"C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 22.0.0.1878\pbcef\pbcef...
hi,
is there a date when the localized runtime files for powerbuilder 2022 will be released?
regards,
moritz
PB 2022 strange tooltip behavior on Windows Server 2012
- Issue
- Last updated 2 years ago
- Bernhard Giesriegl replied 2 years ago
Hi together,
a datawindow with several columns, tooltips are enabled.
On W10 all tooltips are shown on mousemove event.
On Windows Server 12 and Windows 7 (just testing there also) one controls tooltip is not displayed, other controls tooltips are...
Hi All,
Does anyone has a copy of the SySAM software and willing to share? We have just upgraded to AVD (Azure Virtual Desktop) machine and our standalone license for PB 12.1 does not work anymore.
TIA,
Neil
Is there a way to to speed up dataStore.Retrieve() in C#?
- How-to
- Last updated 2 years ago
- Olan Knight replied 2 years ago
Hi,
Is there a way to speed up how fast dataStore.Retrieve() retrieves all rows? Or can i split up the Retrieve() in some sort of way using multithreading. For example this is what I'm thinking, could I get the count of all rows, split it up N times...
Why am I not seeing the SQL communication in my DOS window?
- How-to
- Last updated 2 years ago
- Louis Arena replied 2 years ago
I am just starting to play with PowerServer in my development environment, Meaning that testing the code runs on my local computer. As you know a DOS window opens up to for the database communication and you can see the JSON. I was given a Demo of ...
Undocumented Application Object Events
- Resolved
- Issue
- Last updated 6 years ago
- Chris Pollach @Appeon replied 2 years ago
Since at least PB version 9 (thats as far back as I can check) PBs Application object has six events, but only four (Close, Idle, Open, & SystemError) are listed in Help documentation. I can find no mention of the ConnectionBegin and ConnectionEnd ev...
how htmlencode/htmldecode in powerbuilder
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 2 years ago
Dear All
I have an issue that I need help with.I want to convert a text(xml) to html text. how does it work in powerbuilder?
string example input
tag_name root elementtag_name2 attribute="female"nameemp_fnameFran/emp_fname text contentemp_lnam...
how download power server 2022 and install
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
hello
how download power server 2022 and install
Need to open old PDB extension file
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Hi team,
Using your application how can we open the OLD PDB extension file and get the details. If its paid means how much we have to pay.
Please let me know.
Thanks regards
V.NarayanaPrasad
Query about .NET webservice
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi,
I attach a document with the steps and questions about .NET web service.
Thank you
httpClient returns 401
- Resolved
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hello friends,
I'm trying to address a WEB service with an httpclient-object and the get-method, but I always get the status message 401.
I'm using the following code:
HttpClient lnv_HttpClientlnv_HttpClient = Create HttpClientstring ls_u...
Powerserver AEM login screen shows but does not to work
- Resolved
- Issue
- Last updated 2 years ago
- Alex Hernandez replied 2 years ago
Hello!
I'm working on a server with PowerServer 2020 installed and working, with some mobile applications in production.
I have an issue with the AEM login screen. The screen shows correctly, I enter user and password and hit the login button, but ...
Dear Team,
I have a data in SQL Server Table with below format;
Create Table Menus( id int identity(1,1), menuID int , menuname varchar(50), ParentID int )
Insert into Menus(menuID,menuname,ParentID) values (1,'File',-1)Insert into Menus(menuID...
Possible issue with the OauthClient in Citrix
- Resolved
- Advice
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Currently, we are using the OauthClient object to request a token and then use that token to get the data using the RequestResource function.
Thanks to a lot of the posts I have seen here, I was able to put this together and it works quite well.
Un...
Existe alguna forma de colocar color a un botón de comando?
- How-to
- Last updated 2 years ago
- John Fauss replied 2 years ago
Buenos días a todos
Existe alguna forma de colocar color a un botón de comando?
Muchas gracias a todos por su colaboracion
Att
Carlos
Creating New Cloud App Launcher
- Resolved
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
When I am creating a new cloud app launcher its getting created and upload successfully, But when I am trying to install my application through that launcher its not installing and I am getting the below image, Please help me knows, thanks in advance...
Advice On How to Check for and Manage Old/Unused Reports
- Advice
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello All!
It is my first time posting to this community so thank you in advance for any advice you can provide. For background knowledge we are running InfoMaker 2019 Build 2083.
Our InfoMaker knowledge is limited admittedly, and in conjunction wi...
How to initialize DataWindow in C# by its attribute?
- Resolved
- How-to
- Last updated 2 years ago
- Saul Erhmy replied 2 years ago
Hi!
I know I can create a datastore by doing new DatastoremyDW(MyOracleconnection) but im looking to create a new DataStore from its attribute string, something like this new DataStore("myDWattribute"); Trying to do this throws an error "No metadat...
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