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 ...
DW to C# and Swagger
- How-to
- Last updated 9 months ago
- Francisco Martinez @Appeon replied 9 months ago
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...
Power Builder make call to Snap Develop
- How-to
- Last updated 10 months ago
- Brian Espinosa replied 10 months ago
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?...
Launch SnapDevelop when stepping into while debugging
- Advice
- Last updated 10 months ago
- Miguel Leeuwe replied 10 months ago
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...
Build issues after migrating SnapDevelop from 2021 to 2022R2
- Resolved
- Issue
- Last updated 11 months ago
- mike S replied 11 months ago
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 ...
Default numeric values in converted DataWindow
- How-to
- Last updated 1 year ago
- David Xiong @Appeon replied 1 year ago
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...
SnapDevelop DataContext commit error
- Issue
- Last updated 1 year ago
- Logan Liu @Appeon replied 1 year ago
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...
.NET DLL Importer question regarding passing in PB structures
- Issue
- Last updated 1 year ago
- Donald Clayton replied 1 year ago
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...
SnapDevelop - Prompt Credentials
- Issue
- Last updated 1 year ago
- Francisco Martinez @Appeon replied 1 year ago
My friends, can someone tell me how to solve this message from snapdeveloper asking for credentials...
PowerServer C# Project DBConnectionProfile DBPARM values
- Resolved
- How-to
- Last updated 1 year ago
- Jim Nesbitt replied 1 year ago
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...
Syntax Error in DB Server Explorer (SnapDevelop 2022 Build 1900)
- Issue
- Last updated 1 year ago
- Logan Liu @Appeon replied 1 year ago
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...
SQL Preview in DWNet.Data.Datastore
- Resolved
- How-to
- Last updated 1 year ago
- Arcady Abramov replied 1 year ago
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...
Info on DataWindow Converter and nullable property
- How-to
- Last updated 1 year ago
- Francisco Martinez @Appeon replied 1 year ago
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...
ASP .NET Core Web API project: problem with datawindow computed fields
- How-to
- Last updated 1 year ago
- FIlippo Donà replied 1 year ago
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...
Documentation: Missing Startup.cs
- Resolved
- How-to
- Last updated 1 year ago
- Francisco Martinez @Appeon replied 1 year ago
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...
Sending large files with PostData and SnapDevelop
- Resolved
- How-to
- Last updated 1 year ago
- Francisco Martinez @Appeon replied 1 year ago
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...
SnapDevelop & DevMagic question.
- Resolved
- Misc
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
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...
SnapObject Project to connect to Sybase ASE
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
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