Discussions tagged SnapDevelop

We are converting our Client / Server Application and trying to implement our Custom Data Query Tool that allows our clients to Generate a dataset from a SQL query and display the results in a dynamic datawindow with the SyntaxFromSQL method.   This ...
Good morning, I have deployed a Webservice for data access using datawindows exported to C#. I have a question about how to dynamically generate the "documentation" from Snapdevelop with Swagger to deliver to our clients. I have seen how to do...
I have some C# code that that is already written in Snap Develop and I  need to make a call to that code from within Power Builder to get a value. How can I do that?...
My PC died so I had to build a new one. On my old PC I could import my .NET assembly into a PBL using the .NET Dll Importer tool, then debug to the line that actually calls the method in the assembly, and press F8 to step into SnapDevelop and start d...
Hello,  I recently upgraded PB and SnapDevelop from PB2021 to PB2022R2. No real issues, but a couple of items that I don't know if might cause problems at some point or not. 1. With 2021, my SnapDevelop publish setting had "portable" as the Target ...
Hello,I'm using SnapDevelop to generate the DataWindows.I can see the default values for the columns of type string or datetime, but none of the numeric types.For example, this is fine:public string C_Chiuso_A_Forza { get; set; } = "N";But I can't se...
Hello, Team It is unclear to me how to use DataContext.Commit in SnapDevelop. I had the following code in PB. //******************************************* ds1 = create datastore ds1.setTransobject(sqlca) ds1.retrieve() /// some code ds1.upda...
At Intertech we're trying to use the .NET DLL importer, wehave a structure defined in PowerBuilder called columninfo which has four elements: a_name (string), s_dbname(string), l_columnidsource (long), and l_columnidtarget (long).  So the structure h...
My friends, can someone tell me how to solve this message from snapdeveloper asking for credentials...
I'm converting a Powerbuilder application to PowerServer so it can operate using the SaaS model. I've been following the guidelines in this video. Creating a SAAS Application with PowerServer 2022 https://www.youtube.com/watch?v=a5U4XblFJbA&ab...
Hello; Does anyone know why this error occurs in SnapDevelop 2022 when connecting to ODBC SQL Anywhere 17? I try to create a model with the SqlModelMapper option from the DB Server Explorer. Thanks in advance.     ...
Hello, all I need to migrate an old desktop non-visual app with thousands of code lines of type: ds1.object.c_column[i] = ds2.object.c_column[i] How can I migrate it to .NET service without having to manually go through the whole code and change it...
Hello, team How can I access the SQL, which is being run against the DB in DWNet.Data.Datastore ? I do not see SQLPreview event, like the classic datastore used to have.   Thank you Arcady...
Hello, Team I have started testing conversion with Snap Develop and I am confused by the documentation. What's unclear from the documentation how SnapDevelop is supposed to convert classes, which are derived from transaction class. And how can the...
Hello, I need information about converting datawindows to C# Model. In SnapDevelop starting from a datawindow created with PowerBuilder I am able to create the relative C# Model using the "Convert DataWindow to C# Model" function however I find what...
Hello, I have implemented an ASP .NET Core Web API project that uses datawindows created in PowerBuilder to read data.Following the tutorial I was able to easily create an API which, after converting the datawindow into a C# Model, reads the data fro...
Hi all, when I follow with SnapDevelop 2022 1892 the tutorial 'CRUD Operations with Generic .NET DataStore' I am told to put changes into the startup.cs file. But the created WebAPI project is not containing a startup.cs file, just a program.cs fil...
I need to send very large documents (usually Word) to a SnapDevelop API so that I can upload them into a database table.  The documents are often greater than 30MB.  I initially tried using the SendRequest method.  It worked great until the file size...
Hi. I've found that DevMagic Studio preview version is available (Download DevMagic Studio | DevMagic Website). Can it be installed on a computer where SnapDevelop is already installed or there may be any conflict? Also what are Appeon's plans abou...
Hi all, I'm banging my head against the wall here.  I'm been working with snapdevelop and visual studio to migrate our old client server application [Front end connects to ASE directly]. hoping to evolve to an architecture where front end interact...
  • Page :
  • 1