Featured Questions

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...
Saw this and thought it was perfect. Note the angry mob in the background on panel 4.   :) ...
Hi All, What Unicode version is used in PowerScript compiler for PB 2017 and forward? What Unicode character categories are valid in identifiers? Jon Skeet's 2014 blog on the Mongolian Vowel Separator got me thinking of PowerScript and Unicode...
Hi,   will it be possible to run Powerbuilder on a terminal server in the near future?   Regards Markus...
Tengo PowerServer (PB Edition) 2019 Build 2151.0 cuando ingreso me pide reinstalar appeonbrowser.exe  porque indica que la versión no es compatible, realiza la instalación recargo la pagina y vuelve e pedir instalar xcelerator....
The download page claims that the install bootstrapper contains the MR but I don't see the MR when I run it.   Releases included in this installer:            GA (#2082, release date: 05/31/2019)            MR (#2151, release date: 09/09/2019...
Hi.   We have a very weird situation in our PB 2017 R3 MDI application (PFC). From time to time the menu items in the main menu gets duplicated: This usually starts with one or two extra "copies" of the menu item, but it quickly fills the entir...
HelloI am trying to change the toolbar backcolor in a menu from script.I inherited the frame menu to a new name and changed the toolbar color, and when using changemenu in the MDI window the original color is still there,the menu itself changed ( hav...
Hi,  i'm currently having a clipping issue when a string column is going over 2 pages ( or more ) on the second page there is clipping issues with the text being cut. I have moved the column around and can sometimes have it when no clipping occurs, ...
hi   Is there an event for when "next" is pressed on the android keyboard? , I have a window in which we capture a user (singlelinetext) and password (singlelinetext). if the person presses "next" on the android keyboard after capturing the user ch...
Hi, We are using PB2019 for developing a new mobile app that consume Web APIs developed in C#. These Web API returns standard JSON strings that we are trying import to DW with ImportJSON(). It doesn't work on mobile app? Any advice how to import JSO...
Hello. I´m trying to delete multiple rows in a function passing an array to IN function and i made this sql :   DELETE FROM CONTRATOS WHERE ID IN (:DELETED_IDS)   Powerbuilder is returning me an error "variable reference in database statement...
Do you guys worked/ planning to introduce multiple threading concept like .Net and Java?...
Do you guys have tested/ worked on any Speech-To-Text recognition software compatibility with any of the version of PowerBuilder? We have a request coming from our client to have that in our software.   We are currently working on the PowerBuilder...
I am using fileservice for powerserver by uploading PDF files.   The pdf file is only working in IOS devices and Android devices show 0 bytes.  Can anyone help?...
Hi, I'm currently using PB2017R3 and attempting to utilize the new CrypterObject and CoderObject functionality. I have a text file that contains encoded / encrypted information. I wish to open the file, read the file contents and decode/decrypt var...
Hi everyone, I'm new in PowerBuilder, and I need to take a picture from a webcam, obviously I need to show the webcam video, can you help me? ...
Microsoft Web Browser Control Issue: We Upgraded to PB 2017 R3(1858) recently. Ever since we deployed our application using PB2017, there has been intermittent issues with respect to the way how the MS Web Browser Control displays the site. We do ha...
Hi all!I got that on Appeon web when trying to retrieve.I guess it is a problem with decimal configuration, but I cant find an answer.Can anybody help me?Im using Appeon 2019 with Oracle 11g and my decimal separator is ","This is the result running o...
Hello. I´m trying to execute some exclusions in database this is the code DELETE FROM CONTRATO WHERE PESSOA_ID = :ID_PESSOA DELETE FROM PESSOAS WHERE ID = :ID_PESSOA; commit; if sqlca.sqlcode < 0 then MessageBox ("Erro na exclusão de dados"...
Hi Everyone, Just wanted to ask, if there are any possible way to accomplish border on top and double border on datawindow's object? Any dll or script that will do the trick? I am using PB 2019. Thank you!...
Hello, for simple SQL Parsing we have been using the PFC SQL Parser (pfc_n_cst_sql). Now we switched from Oracle Join Syntax (+) to ANSI Join Syntax (left outer join...). Is there already a parser that can handle this (preferably in Powerscript)? ...


There are no discussions available here currently