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.   :) ...
PB 2017R3 Build 1858; Windows 10 Hi all, I have a runtime problem with my 32-bit PB applications. It often happens that some lines in the main menu of the application, during execution, suddenly "convert" to chinese-like and other unreadable symbol...
Hi I am using the month control in pb2019 I want it to display 3 months - with the final month being the current one. Currently it shows 3 months but the first is the current month and the next 2  I am sure i am missing something simple, any help ...
I had this question in the comments of another thread, but it appears that it requires a new one. Our company has a lot of code written in PB 12.6 NET, which serves as effective code sharing through COM for our various desktop applications. Pb 12.6 ...
Hello All, I have a DW with column names like :Column1, FirstName,LastName when i create the json file using exportJson the Json is generated with names in lowercase  column1,firstname,lastname and that cause a problem when i try to import it in...
Hi Guys I've build a script to get the latest sources from Source Control via ORCA Script, this is not getting the latest versions and I cannot see why. My script is below: start sessionscc get connect properties PBWPathscc connectscc get latest v...
Hi, and a belated happy new year !   I expect i am being stupid here. I am using pb2019 - and i have noticed when i go to edit data in a datawindow the existing data is not highlighted, in older versions the existing data was selected and if I type...
HiHi!   Hi! Is it possible to change the picture of picturebutton from theme? I would like to set default picture in theme. (pb 2019)   Regards, Géza...
Challenge: Run PowerScript code stored in a string variable. Limitation: The only object that can be imported into a library is DataWindow. Who can do this?  ...
Hi, we are using PowerBuilder 2017 R2 to genreate Webservices via the .Net Web Service Target.With this Webservice we provide a function which creates Reports as PDF. Is there a possibility to add new Datawindows to this Project without deploying it ...
Powerbuilder 2017 R2. I want to catch an OLERuntimeException when my PowerBuilder code tries to call a function on an ActiveX control that hasn't been installed on the machine in question. I put a TRY CATCH around the call, and in the PB IDE an OLE...
Hi, I am using PB2017 R3 Build 1915. I am trying to merge a feature branch and develop branch together. I received a number of conflicts (which was expected), and worked through resolving the conflicts (outside of the PB IDE). I committed my merge ...
Hello, all I registered for trial on PB universal edition on email, which already has a standard license. I managed to switch to trial license in PB IDE without a problem. However, snap develop still shows "standard" and does not allow PB migration...
Does RibbonComboBoxItem have a GetItemByIndex( long index ) that is hiding under a different name? I found to inspect current item list for a ComboBox I need to ExportToJSON; then parse that full JSON structure (or similar in XML). I would like to u...
Feeling like an idiot here.... I downloaded trial of PB 2019 R2 universal edition. I cannot find how to launch PB to C# converter, that everyone here is talking about... Any help?...
Hi Appeon Team, We are trying to Implement the DB Encryption/Decryption in one of the our application using PB 2017 R3 and SQL ANYWHERE 17. To Implement Encryption, we have initialized 3 Vector key values(CV_VCTR,CV_KEKY and CV_CEKY), which will be...
Hello, im trying to pass data throw 2 PB Apps already ejecuting. I find DDE functions and im testing this:   PB APP 1 - APP SERVER       StartServerDDE (this,"MyPBApp","System") PB APP 2 - APP CLIENT       long handle       handle=OpenChannel("...
Hi All, I was looking for ways to get the plain text from the RTF control. I think I can get it by doing SelectTextAll, Copy and Clipboard functions but just wondering if there's another more efficient way of doing it. From google I came across a p...
I am attempting to update a legacy PB desktop application that was NOT built with the PFC so that it will resize when maximized.  I retrofitted the PFC resize functions into the ancestor windows and datawindows of my application.  It seems to work fi...
Does anyone know when the RibbonBar is supposed to display the picture defined for each panel within a category's "tab page"? No matter what I try to do, I can't get the panel to display its own picture. Example:  <RibbonBar> <RibbonIte...
Hello, team I am looking for a description of application technique which would allow me to distribute my large desktop application into PB .NET assemblies, which can be called from the main PB application. I currently have PB 12.6 NET assemblies, ...


There are no discussions available here currently