Questions tagged [powerbuilder.net]

31 questions
4
votes
1 answer

Powerbuilder .net, MVVM and unit testing

I'm complitely new to powerbuilder .NET And I was working with WPF and used MVVM. Is there any way to work with powerbuilder .net WPF and use MVVM design? Can you tell me please the best practices and frameworks to work with it and with unit tests?
Vas
  • 57
  • 6
4
votes
1 answer

Method 'get_Command' in type 'System.Windows.Controls.Button' not implemented

I'm trying to develop an application in powerbuilder .net 12.5. However I keep getting the following compilation error. Unknown build error, 'Method 'get_Command' in type 'System.Windows.Controls.Button' from assembly 'PresentationFramework,…
Blackcom
  • 146
  • 6
3
votes
7 answers

Specific column in datawindow is not editable

Net 12.5 and creating a small data entry program. The datawindow compose of 1 dropdown datawindow and the remaining 4 columns is set to edit the problem here is, the dropdown datawindow is uneditable. i have set override edit to true and set…
user3089162
  • 39
  • 1
  • 9
3
votes
1 answer

PowerBuilder 12.5 Web Forms - Columns Not Editable or Lost Tab Order upon Deploy

I am a seasoned PB developer, but primarily with the typical client-server architecture and am really having problems with a Web Forms application deployed to IIS7.5 using PB12.5 Classic. I am creating an updateable dataobject (web service) that…
Rich Bianco
  • 3,991
  • 3
  • 25
  • 44
1
vote
0 answers

Composite datawindow

I have a composite datawindow, running great on PowerBuilder Classic 12.5. I moved to .net and it is no more working: it displays nothing, either in the application or in the IDE (with preview/retrieve) The problem does not always happen: with some…
carlo.borreo
  • 1,344
  • 2
  • 17
  • 34
1
vote
1 answer

Does Powerbuilder 12 provide any refactoring capabilities?

Porting legacy PB code to the .NET era might require major refactoring, to get the work done properly. Our code, for instance, has some pre-userobject leftovers, as well as deprecated features such as MDI, PBNI etc. I'm wondering how much help will…
eran
  • 20,710
  • 4
  • 52
  • 86
1
vote
1 answer

Transaction not connected when the app is called from a website

I have a PowerBuilder.net console application that uses SQLNCLI10 to connect a SQL Server 2008 R2. This applications needs to be executed from a ASP.NET MVC website hosted in the same server, and its output readed. This is the code for executing the…
1
vote
1 answer

Why WPF XAML running slowly during run time?

I'd created a project using powerbuilder.net 12.5 and WPF. Without any effects and animation. Everthings running fast and good. Until when I added some effects and animation it is now running very slow, Specially during run time. How would I going…
x'tian
  • 714
  • 2
  • 10
  • 37
1
vote
1 answer

How to SetTransObject to Sybase DataWindow in Visual Studio .NET WPF C# Application

I have a WPF C# Application. I'm using a Sybase.PowerBuilder.WPF.Controls.DataWindow, but I don't know how to use SetTransObject. This is some of my code: using Sybase.PowerBuilder.WPF.Controls; partial class xxx { public xxx() { …
1
vote
2 answers

Calling PowerBuilder.NET Assembly From a C# Assembly Always Returns Null or Empty String

I have a C# assembly that is calling a PowerBuilder.NET(12.1 Build 7217) assembly. The PowerBuilder source code is contained below, you can see it is a rather simple true/false evaluation of a string. When the PB.NET assembly is called by a Window…
Fatal Zio
  • 11
  • 1
  • 2
0
votes
1 answer

How to open file without knowing extension in powerbuilder 12.6

I need to open a file without knowing its extension in powerbuilder 12.6. I already have the path without extension file. Example : Path/file(no extension)
0
votes
1 answer

How to create PDF document dynamically in PowerBuilder?

We developed manufacturing ERP in PowerBuilder 10.5 and SQL Server. And now we want to generate PDF file dynamically from datawindow and send it to the customer via e-mail attachment. (we don't use PFC, we use our own framework) Any help will be…
0
votes
1 answer

Appeon PowerBuilder2017 R2 Configuration

Every time I try to configure appeon PowerServer it keeps on saying "Failed to connect to PowerServer 'Local PowerServer'! Please verify that the settings are correct. Does anyone here know how to fix these errors? I have try searching it still no…
0
votes
1 answer

Error running powerbuilder .net assembly in IIS wit ASP.NET MVC app

i got a Powerbuilder (12.5) .net assembly application which dll generated is referenced by an ASP.NET MVC application. Basically, ASP.NET call to PB assembly NVO function with some parameters, then PB retrieves data from DB (SQLServer) through a…
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…
1
2 3