Questions tagged [genexus]

GeneXus is a Knowledge-based Development Tool, mainly oriented to enterprise-class applications for the Web and Smart Devices platforms.

GeneXus is a Knowledge-based Development Tool, mainly oriented to enterprise-class applications for the web (.NET Framework, Java and .NET Core) and Smart Devices platforms.

You can find more information in the GeneXus official page.

GeneXus 17, the current version, was released on October 20th, 2020.

You can get a Trial version to try by yourself at http://www.genexus.com/trial.

307 questions
9
votes
6 answers

Database schema normalization checker?

I'm interested in learning about tools that operate like this: Given a database schema and some data, suggest whether the schema is likely structured in any particular normal form, and then tell how the schema might be factored to produce further…
Greg Mattes
  • 30,462
  • 13
  • 66
  • 103
4
votes
1 answer

What's the strong point to take into consideration to choose between .NET or Java generator in GeneXus KBs?

GeneXus allows you to generate your KB in Java and/or .NET. I was searching several days, without success if exists some strong reason to choose one of both or if it's just a personal preference. I guess is more related to interact with Java/.NET…
4
votes
3 answers

GeneXus X Evolution 2 Self-study

I have to use GeneXus X Evolution 2 for my project. But I don't know anything about it. I also don't know how to use this tools in web panel, how to write programs in it. I am completely beginner for it. It is frist time for me. So, I would like to…
Nyi Ma Lay Win Lae Aye
  • 4,732
  • 1
  • 10
  • 10
3
votes
2 answers

Is it possible to call an external Batch file from Genexus IDE (external tool)

From the Genexus IDE, I would like to call a batch file passing as an argument the Genexus project location; similar to "External Tools" in Jdeveloper, is this possible? if so, where?
Raul Ruiz
  • 33
  • 3
3
votes
1 answer

Capture ASP.NET Session Timeout in a GeneXus Application

I need to capture an ASP.NET Session Tiemout in a GeneXus X application generated in C#. When a user stay away from keyboard more than N minutes, I would like to request User/password once again without loosing data's changes in webform
ealmeida
  • 223
  • 2
  • 8
3
votes
3 answers

Java statement in Genexus

I would like to use the following Java statement in GeneXus, but I don't know GeneXus' syntax for embedded Java code. str = new String(str.getBytes("8859_1"), "UTF-8"); How can I do it?
Nyi Ma Lay Win Lae Aye
  • 4,732
  • 1
  • 10
  • 10
3
votes
3 answers

How to handle different versions of my REST services in Smart Devices?

We launched an application in the Apple AppStore and Google Play Store, and now we need to launch an update. But this update will change the server-side code (i.e. the API). Does GeneXus handle multiple API versions? I mean, how to prevent that an…
Andrei Hodecker
  • 136
  • 1
  • 8
3
votes
2 answers

Where to go after Informix 4GL?

We have a large homegrown ERP system written in Informix 4GL. Currently we are running on old Sun hardware, Solaris 8, and a ten year old version of 4GL and Informix. We need to move on, and one option obviously is to get the latest versions of 4GL…
Chris Harris
  • 41
  • 1
  • 3
3
votes
1 answer

User Control location and update during development

I have an user control, with name Test1 for example, in the directory: C:\Models...\CSharpModel\web\Test1 Even when I delete it in that directory, the user control still works in the webpanel on the browser. Why this happens? How can I make sure the…
Mario
  • 1,083
  • 1
  • 10
  • 35
3
votes
2 answers

GeneXus build for Android fails with "could not find \platform-tools\zipalign.exe"

After updating to SDK Tools 23 (or newer), whenever I try to build an SD application targeting Android with GeneXus, I get the following message after compilation: error: Could not find: \platform-tools\zipalign.exe Command: zipalign 4…
matiash
  • 52,725
  • 16
  • 117
  • 149
3
votes
1 answer

genexus 9 submit

I'm new here. I've got a trouble using Genexus 9. Is there any way to disable a submit on Genexus 9 (Java + web). Im using CKEditor and I have to save the text in a variable before getting submit and saved on DB, but first at all Im getting submit…
2
votes
1 answer

How to use third party control in my Genexus project

I am developing a web application in the Genexus 16. In this I have to use a third party chart control(e.g goJs or syncfunsion). Please let me know how to integrate this control in my project. Thanks in advance. ~Santosh.
Santosh
  • 41
  • 2
2
votes
2 answers

What numeric values are GeneXus' .open method return

I try to import excel file on Genexus. I use .open to make sure that selected file is excel file like this. &ret = &w_Excel.Open(&w_FilePath) &w_Excel.Close() If &ret = 0 //import excel deta Else //show message 'this is not excel…
2
votes
1 answer

How to delete an object (created with a GeneXus Extension not installed) in a GeneXus Knowledge Base

I imported an export with objects generated with a GeneXus extension I don't have installed. How find and delete this object from my KB? When I open the KB apear this error: TITLE: Open Knowledge Base Knowledge Base at 'C:\Models\101\MT1' contains…
2
votes
1 answer

Set title equal to variable to Web Panel in Genexus

What I want to do is simple, I have a variable that is loaded on Start and I want the page of the page to be equal to this variable. I tried the three following approaches: Thank you in advance for any help
Bruno Vezoli
  • 103
  • 9
1
2 3
20 21