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.

450 questions
10
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
  • 33,090
  • 15
  • 73
  • 105
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…
GiuDev
  • 43
  • 4
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
  • 6,250
  • 2
  • 13
  • 10
3
votes
1 answer

Integrate quickbooks with Genexus

Can quickbooks libraries be integrated into genexus? I have no knowledge
George
  • 31
  • 1
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
  • 444
  • 3
  • 11
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
  • 6,250
  • 2
  • 13
  • 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,213
  • 2
  • 12
  • 37
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
  • 54,791
  • 16
  • 125
  • 154
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
2 answers

Problem in GeneXus SD, when update a level of transaction

I have faced a problem on GeneXus SD. I want to update the level of the transaction on GeneXus mobile. I pass the parameter as Attribute Primary key and Attribute level primary key for update level. Level attribute gets the value when ClientStart…
rdnasim
  • 31
  • 7
2
votes
2 answers

Build hangs on "Target Environment update started"

I have a couple of projects, one created with genexus 17U6 and one with 17U10 that run extremely slowly. In particular they hang several minutes on "Target Environment update started" when building. Both projects use WWP, other projects work fine.…
Nicola
  • 209
  • 1
  • 8
2
votes
1 answer

How to convert GeneXus web forms from the HTML editor to the abstract editor in many objects?

I have a GeneXus KB that has webpanels and transactions that use the old editor for web forms. Is there a way to bulk convert to the new abstract editor? Can I make an extension to do it using the Genexus SDK ? Can I make this change with an…
ealmeida
  • 444
  • 3
  • 11
1
2 3
29 30