Tagged Questions

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

learn more… | top users | synonyms

4
votes
5answers
1k views

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 ...
2
votes
1answer
127 views

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 ...
2
votes
3answers
760 views

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 ...
1
vote
4answers
434 views

GeneXus X tutorials

I'm currently evaluating GeneXus X, and I'd like to know where I could get tutorials (either in English, Spanish, Portuguese, it doesn't matter) on the following subjects: Report Creation Database ...
1
vote
0answers
139 views

similar software to genexus [closed]

do you know some software similar to genexus http://www.genexus.com/ ?
1
vote
1answer
285 views

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 ...
1
vote
1answer
149 views

What is the command equivalent to GeneXus 9 “Force Theme” in Genexus X?

I need to force a GeneXus Theme in my application, changing controls classes to default names in some imported objects (webpanels and transactions). In Genexus 9 there is a "Force Theme" command. I ...
0
votes
1answer
84 views

Genexus: Sort a Top10 list (grid) using a variable

I have the following issue: I'm generating a Top10 list of items, based on how many times each item has been sold. I can calculate that number and store it in a variable correctly, but when I try to ...
0
votes
1answer
59 views

Change DataStore type

I am using Genexus X Evolution 1 Up2 and msbuild task for this version. I want to configure generators and Datastores. I made it for generators and partially for Datastore via: <Target ...