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

Auto number an attribute based on multiple attributes

I have a transaction like this And I have a web panel using Work With Plus to insert data into the transaction I want to auto number the attribute TmpltId based on the SalOutCd7Plc and BseCd like this: Example: SalOutCd7Plc = 1 and BseCd = 1 ->…
2
votes
0 answers

I´m trying to use Google analytics on my genexus based application, but I run into some problems regarding the domain name property, probably

I´m trying to use Google analytics on my genexus based application, but I run into some problems regarding the domain name property, or the lack of it sometimes. To contextualize a bit, I have an application which runs in Apache Tomcat can´t figure…
2
votes
3 answers

Popups too small and with scroll bars in Genexus

In genexus (17u6, with wwp, but it's a problem even without this) when I call a panel as a popup, it is systematically slightly too big for the frame that contains it and this creates hideous scroll bars I believe that genexus creates the iframes…
Nicola
  • 209
  • 1
  • 8
2
votes
2 answers

Is it possible to read structured data from a CSV in Genexus?

Genexus has the ExcelDocument data type that allows you to read data in a tabular way from an excel file, specifying rows and columns. Is there a way to do the same with a csv file? I can open it and read it like a normal txt, but a structure would…
Nicola
  • 209
  • 1
  • 8
2
votes
1 answer

GeneXus Patterns: How to debug dkt files?

I want to use the Pattern Category (which is deprecated) using GeneXus 17 U8. With the sample code that is in https://github.com/genexuslabs/category-pattern. I manage to compile, install and run the pattern in GeneXus 17. I try to apply the pattern…
ealmeida
  • 444
  • 3
  • 11
2
votes
2 answers

Using Auth0 as Authentication Provider in GAM

I'm currently trying to connect using GAM with a 3rd party authentication provider that is Auth0. It provides many different types of connecting with them, one of which is by using Oauth2. I've followed this article in Genexus Wiki that has some…
2
votes
1 answer

Change HTTP Status Code in Genexus Procedure Rest

Does anyone know how to change response HTTP Status Code in a procedure type REST in Genexus? I generated an api rest and it is always responding Http code 200, and I need to change the response to 400 when there is an error.
ferlrp
  • 21
  • 1
2
votes
0 answers

Why does my text shows cyan background despite having a transparent background?

I'm a tester of Genexus and I'm working on a Linux while my programmer is working on a Windows. I'm having a problem with a text because on my computer (Linux using Firefox/Chrome) I see the text with a Cyan background-color while my programmer…
2
votes
1 answer

Genexus Repository connection failed for user XXX (GAM32)

I'm new on Stack Overflow so greetings to all. I have a problem on GAM of some Genexus Projects (G16 U4-5-6-7… we have tried with different upgrade). When I compile the project this error appears: Repository connection failed for user XXX. Please…
Didarta
  • 71
  • 3
2
votes
1 answer

Set default web panel for every role in Genexus

What I want to do is to define restrict access for some users with specific roles, which I did it using the permissions. After the user login successfully, I need to show a specific web panel to the user who has a specific role, in other words, I…
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
1 answer

Does GeneXus have the functionality to call external program's APIs?

I understand GeneXus has the 'External Object' feature, which I can only assume is used for setting up API calls, however, I can't seem to find any documentation online for doing this. I have an external software and I wish to run a GET API call (ie…
Joel
  • 23
  • 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
29 30