Questions tagged [powerbuilder]

SAP PowerBuilder — programming language and IDE from SAP (formerly Sybase). Very popular in the early 90s before being eclipsed by Visual Studio and failing to provide an adequate solution for web applications. Outside of StackOverflow, the best resource for PowerBuilder help is the Appeon PowerBuilder Community. Also possibly of interest: The International Sybase User Group, PowerBuilder Journal

PowerBuilder — programming language and IDE from SAP (formerly Sybase and prior to that PowerSoft). Very popular in the early 90s before being eclipsed by Visual Studio and failing to provide an adequate solution for web applications.

As of July 2016, further development of PowerBuilder has been assumed by Appeon Corporation

Outside of Stack Overflow, the best resource for PowerBuilder help is the Appeon Community Forum.

Also possibly of interest:

1308 questions
-1
votes
1 answer

what is the latest version of powerbuilder 12.5 or 13?

Friends, I have checked in the sap website for powerbuilder latest version and it shows 12.5 but one person who visited our company is telling that he is working on powerbuilder 13. is it true? he double confirmed that he is working in powerbuilder…
sathyguy
  • 25
  • 2
  • 7
-1
votes
2 answers

blank area in DataWindow margin

I have tabular DataWindow in my window: Then i have code that doing it: (qwe is the middle column. asd is the right column) The problem is I don't know how fix the blank area: Thanks!
gilhanan
  • 335
  • 1
  • 6
  • 16
-1
votes
2 answers

How to keep variable value between function invocations in PowerScript?

In one of my function objects (a global function) I'd like to transport the value of a few variables from one invocation of the function to the next. In C or C++ I'd use the 'static' keyword here. I could be using global variables but that's quite…
Frerich Raabe
  • 90,689
  • 19
  • 115
  • 207
-2
votes
1 answer

Where the performance delay will be happening application? Database? Citrix? To identify the performance delay

We are using citrix server for some applications which is developed from PowerBuilder. The problem is Performance delay. Last two months before we faced the same problem so our DBA team identified and we did the index in some table. The problem is…
Ambat bhath
  • 1,425
  • 1
  • 12
  • 23
-2
votes
2 answers

In PowerBuilder, how to set byte[] to null?

I am calling data from .dll, I need to have NULL to skip some cases. int Fn(ref byte xpara[]) setnull(xpara) The code above gave me an error and setnull() doesn't work for byte[] Since the data from .dll might have 0s in it, I am using byte[] to…
Bill
  • 1
-2
votes
1 answer

Trigger event from one pc to another inthru LAN on the same powerbuilder app

need help please.. I'm currently developing a simple queuing system for our cashier using PB7. is there a way to trigger event from the PCs of window 1 and 2 to the server computer which displays the number being called by window 1 and 2? (we have a…
-2
votes
2 answers

Convert Number in Java

How to round a number in Java? Input: 0.655308; Expected output: 65.53. Input: 1.0583104; Expected output: 105.83. In power builder compute expression I use act_qty *work_hour / if (on_hour < work_hour ) / sec_setm_gole_qty ,4) How to run…
-2
votes
1 answer

How to monitor and record Win API calls made by executable files for certain action?

PowerBuilder application has some limitations on how objects are managed in libraries. for example there is no way i can copy user object from one library to another through script. I am looking for some way to monitor the PowerBuilder application…
Shoki
  • 21
  • 12
-2
votes
2 answers

Window refresh After Other Window close

How can I refresh a window when clicking the close button of a other window? The other window is a Response Window. I use PowerBuilder 12.5
-2
votes
2 answers

Is it possible that only one user can checkout an object on powerbuilder?

I have a project and i want to have more control with the changes. For example: Tom have w_principal with checkout Scott need to make changes to the w_principal file. I want you not to be able to checkout before tom checkin
-2
votes
1 answer

printer automatically stop in the last row

I have problem to print data window, I want to print in the last row printer automatically stop. Row in data window more 1, depend on input data.
hsk
  • 1
-2
votes
1 answer

does powerbuilder 12.6 support for running text?

I'm now using powerbuilder 12.6 for my work, I have been learning powerbuilder for 2 month. Now, to make my powerbuilder product more good looking, I need to add some running text effect. So my question is, does powerbuilder 12.6 support for running…
-2
votes
2 answers

match the similarity of a string with items in a column

I am working on an application that takes a topic and match it with existing topics in a column and return the percentage similarity of the topics. I am using power builder and sybase. I have a string variable(topic) that stores the topic. I need…
Deens
  • 43
  • 1
  • 1
  • 5
-2
votes
1 answer

About insertion and retrieval of data in Datawindow

I am new to PowerBuilder, I am learning basic pb right now. I am not yet good at coding I need a help from anyone regarding a module I am doing right now. I have created an employee master table, and created two datawindows. One is tabular, the…
-2
votes
1 answer

Ole object - opening a Web page in PowerBuilder

I open the URL in this way: ole_1.Object.navigate (ls_url) Unfortunately not work for me navigate the mouse on the drop-down lists. How do I fix this? I started example webbrowser8 from a web…
user3064885
  • 1
  • 2
  • 3
1 2 3
87
88