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. :)
Develop with 32 bit .NET DLL and deploy application in 64 bit in PB 2019
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hi all,
as discussed in my last question Use of CrystalReports .NET DLL in PB 2019, we managed to get this CrystalReports DLL (32 bit) work to be used in the PB IDE and even in the compiled 32 bit version of our application.
We are using PB 2019 ...
PB2019 R3 - Click on edit attribute tries to do retrieve of dropdown dw.
- Resolved
- Issue
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hi,
PB 2019 R3:
I've only seen this happen once and could not reproduce it after closing powerbuilder and opening again. It does give me a 'funny' feeling though. When having selected a dddw column and clicking on some of the attributes on the "Edi...
iwarunner for multiple logins
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
We are using iwarunner for users to run the application. If I try to install iwarunner for another user on the same machine it doesn't put the icon on the desktop. What am I doing wrong?
Thanks,
Bill
Date() no longer works as expected
- Resolved
- Issue
- Last updated 3 years ago
- Larry Peters replied 3 years ago
I have the following code:
string ls_date = "1900-01-50"date ld_dateld_date = date(ls_date)messagebox("Date", string(ld_date, "dd-mm-yyyy"))
When run using PowerBuilder 12.5.2 (my legacy system) the result in the messagebox is...
Powerbuilder 2017 R3 - Gitlab Enterprise - Automated Builds
- How-to
- Last updated 3 years ago
- Noel Hibbard replied 3 years ago
Cannot seem to find any information on this. Someone said it would be made easier in R3. We had been using Synergy and storing the PBLS and using Orca to build. Since using the PB Native GIT interface pulls the source out of the pbls they no longe...
Can i change o customize messagebox default icons ?
- Resolved
- How-to
- Last updated 3 years ago
- Roland Smith replied 3 years ago
Good afternoon,
I have this doubt.
There is the possibility to customize or change the messageBox default icons as:
Information! (Default)
StopSign!
Exclamation!
Question!
None!
Edinson Nongrados
PS support for Android API level 29
- Resolved
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi, everyone.
I have not been able to upload the APK of my app to Google Play as it requires me to have API level 29. I‘m using PowerServer 2020 Build 2323. Does this version of PS, or later, support this API level?
Thanks for any help.
Native PDF - Blank page every other page
- Issue
- Last updated 4 years ago
- Erick Bergsma replied 3 years ago
Hello,
Just recently changed SaveAs PDF using Ghostscript to using Native PDF as below:
lds_report.Object.DataWindow.Export.PDF.Method = NativePDF! li_rtn = lds_report.SaveAs(ls_report_filename, PDF!, false)
Reports are saving to PDF OK exc...
Computer very slow when editing scripts with embedded SQL.
- Misc
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
I am using PB19 R2 against SQL server database.
My problem is that when I edit a script containing embedded SQL like "select count(*) into :ll_ant from sometable;" it takes 2-3 seconds for every keystroke - my colleagues does not have the same probl...
Is there any method to change the menu of a window, for its original menu?I am testing, but the changemenu() fails
// Reestablecemos el menú de la hoja activalw_sheet = w_frame.GetActiveSheet()if isValid(lw_sheet) then
// Test: Pare elimina...
Equivalent to System.currentTimeMillis()
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hello,
Need to arrive the milliseconds since since the Unix epoch (January 1, 1970 00:00:00 UTC) something similar to System.currentTimeMillis() available in Android / Unix.
Any function or code snippet available to arrive this ?
Happiness Alwa...
When private access is not entirely private - bug or feature?
- Resolved
- Advice
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Let's say you have a nonvisual, non-autoinstantiated custom object called n_object, which has a private member variable long il_private.
Now let's say there's a scenario where a function of n_object needs to create another instance of type n_object,...
Just installed PowerBuilder 2019 R3 Build 2670 and I notice that the PBODB INI file is now called PBODB.INI whereas is used to have the version number in the name, like PBODB170.INI.
Does this mean from now on we only have a single version of this f...
Powerserver always gives precompile error
- Issue
- Last updated 3 years ago
- Kai Zhao @Appeon replied 3 years ago
Hi Appeon,
This has been the 2nd time that we experienced this error:
I've tried the solutions posted but nothing resolves this error except reinstalling. I cant reinstall the Powerserver every time we experience this error.
What might be ca...
Extra Spaces in display from InfoMaker Query Export
- Issue
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
In the InfoMaker product, it seems I frequently, although inconsistently, get extra spaces on the end of values. For example, I could have an expected value of “APPLE”, but instead, it displays as “APPLE “ in the output. I then need to use...
Convert dotx format document to PDF OR display dotx file in PowerBuilder 2017/2019?
- How-to
- Last updated 3 years ago
- René Ullrich replied 3 years ago
Hi ,
How to convert dotx format document to PDF in PB 2017/2019 OR otherwise how can we display dotx file in PB 2017/2019 ?
Please suggest.
Thanks
Shweta
PB2019 R3 RibbonBar PBR File
- Resolved
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hello everyone,
Im migrating my app to PB2019 R3, to get the new ribbonbar PBR. But I don't know what I'm suposed to do, the ribbon images go directly to the app (.pbr) file or I need to create a new (.pbr) file?
Where I can find it ?
Beginner SnapDevelop demo issue #2
- Resolved
- How-to
- Last updated 3 years ago
- Logan Liu @Appeon replied 3 years ago
I am just starting to look into using SnapDevelop to possibly migrate our application and I have been having a difficult time with the demos because it seems that things do not match. I am using SnapDevelop 2019 R3 Build 2622.
I have moved onto tr...
Powerbuilder 2019 missing add to source control
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
I have managed to install PowerBuilder 2019 r3. I this versjon the Workspace menu item Add to Source Control is missing at the workspace level- in PB 2019 r2 this was ok. How can I add the project to GIT?
Regards
Gunnar Gisleberg
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