Questions tagged [powerbuilder.net]

32 questions
0
votes
0 answers

Editmask Powerbuilder 12.6 Build 4121

I have a problem : I have an EditMask Control that contains 18 numeric values and when I am digiting the value 16th, this control changes the value of the number. My current version of Powerbuilder is 12.6 and the build is 4121 released on November…
0
votes
1 answer

How to access window variable in different .pbl with non-visual object in Powerbuilder

I have window w_1 in P1.pbl I have non-visual object n1 in p2.pbl. In w_1 having il_ref. I would like to access the value to n_1 object.
0
votes
2 answers

How to display loading dialog when a button clicked

I need to to display "Loading..." when I pressed a button in the window. How can I make it? If it is a streaming, like the dots are mingled it will be more better. I just try with a .txt file that contain the word "Loading..." as FileOpenex()…
0
votes
1 answer

Error trying to run PowerBuilder.Net 12.5

I get the following error when trying to run PowerBuilder.Net 12.5 after a fresh install on a machine that had Visual Studio 2015 already installed on it... The application has failed to start because its side-by-side configuration is incorrect. …
Arvo Bowen
  • 4,524
  • 6
  • 51
  • 109
0
votes
1 answer

PowerBuilder 12.5 error while starting "the application has failed to start because its side-by-side configuration is incorrect."

I just install PowerBuilder 12.5, I did not get any error while installation. after finish the installation I am trying to open the PowerBuilder from the Start Menu. the movement I click on it. it will show below message. I have installed…
Girdhar Singh Rathore
  • 5,030
  • 7
  • 49
  • 67
0
votes
2 answers

Button Clicked Event.. PowerBuilder 11.5

Hy Good Day! Can any one tell me that why below code is not closing the window on pressing close button named as b_1? Am trying my code in Button Clicked Event... Code Below: dwo.Name = 'b_1' String ls_Object ls_Object =…
0
votes
1 answer

DBHandle function always fails in PB12.net

I have migrated a project from PowerBuilder 12 classic to Powerbuilder 12.net using PFC. Even though in PB12 the connection to the database is successful that is not true for PB12.net. I have been debugging for the problem and the DBHandle function…
0
votes
3 answers

PowerBuilder window close event

I have a MDI window containing multiple tabs. What I want to do is to disabled the close event every time the user clicked the exit button on the tab. But I didn't know how to accomplish those. Can anyone please help me with this? Thank you. Here…
x'tian
  • 734
  • 2
  • 14
  • 40
0
votes
1 answer

powerbuilder.net dropdown datawindow

Im developing a small system using powerbuilder.net. im not that good at powerbuilder classics before but i was able to get through just by reading in the infocenter. now my question is, back in powerbuilder classic, you can determine or put a…
user3089162
  • 39
  • 1
  • 12
0
votes
1 answer

Determine the number of Visible Objects in a window Powerbuilder

I am new to PowerBuilder, I put 10 objects in a window, and visibility of 9 object is false by default. when I click a text/data on a 'ddlb' some object may appear or get visible. example. 2 textboxes , 2 buttons and 1 'ddlb' must get…
codegenre
  • 15
  • 1
  • 3
0
votes
2 answers

Migration of PowerBuilder 4.0 to PowerBuilder 12?

I am new to power builder. for past one year i was using asp.net and mssql. Latest project is about migration of Power Builder from older version (version 4) to latest version (version 12). Please help me to know more details about the migration and…
0
votes
1 answer

Converting PB 9 classic app to .Net winform

I have a powerbuilder 9 app and we are converting that to .net. To do this, I am following the below approach : Convert powerbuilder 9 app to powerbuilder classic 12.5. - Completed successfully. Convert powerbuilder classic 12.5 app to…
0
votes
1 answer

How to create a setup of an Windows application using PowerBuilder

I am a newbie for PowerBuilder and for Windows application. I have few projects which consists corresponding code in it and after merging all that I get the final product. The problem I am facing right now is that I don't know how to make a setup of…
0
votes
1 answer

How can I refresh the resource file for an EXE?

I am trying to include a custom icon in one of our existing powerbuilder applications. I was able to do this by building a runtime library with the resource file included. It looks like developers before me didn't have this problem as I do not have…
0
votes
1 answer

PowerBuilder web deployment

I need to know if we could create web projects with Sybase PowerBuilder. For instance to add web pages, add links, text fields etc (and not Native form based projects). Is this possible with Sybase powerbuilder, if so can i have some reading…
Illep
  • 16,375
  • 46
  • 171
  • 302