Questions tagged as 'genexus'

1
answer

SQL in Genexus and GxFlow

Is it possible to return the result of a SQL query in a Genexus transaction? I need to create a WorkFlow through Genexus, where using DBRET, I was able to read data from an external DB and now I need to return some information in GxFlow. I...
asked by 30.01.2015 / 12:00
0
answers

How do I request a new login when the session expires?

In my online Apps I use quite a few websession variables. When the session expires for lack of use, the App becomes unusable because many parameters disappear. I want to launch a new login request msg, when the session expires. But how to ach...
asked by 20.08.2014 / 17:23
2
answers

Integrate javascript code into Web application using GeneXus

In the application that I will do using GeneXus I will need to draw diagrams and also pick up the data in the DB and generate diagrams. I have already developed the diagrams drawing tool in javascript and now I needed to know how to integrate th...
asked by 11.08.2014 / 15:00
1
answer

How to compile a KB Gx X Ev 2 "on hand"? Via code

How to compile a KB Gx X Ev 2 "on hand"? Via code. I have a program generated by genexus, which when I open via tool shows an outdated version of it, but the .cs is ok. I need to generate the DLL of this program, so the question. Compile a ge...
asked by 09.03.2017 / 14:23
1
answer

Gx X Ev3, Development Genexus Java Environment [closed]

   Note: In Genexus, which is a "creator" of code packages for agile development, you do not need to code in a common language like Java. Just creating the transaction specifying its attributes is enough to create the "object" and even a pre-int...
asked by 01.04.2015 / 21:50
1
answer

Change button image via code

Use Genexus Evolution 3 C # Win Generator. I would like to change the image of a button via code. I put in the start event the following code: botao.Bitmap = LoadBitmap ('\ pictures \ image2.jpg') But it did not work. the button is blank,...
asked by 09.06.2018 / 17:57
1
answer

How to create graphics in Genexus X?

I'm migrating from Gx 9 to Gx Evolution 3 and experiencing some difficulties. One of them refers to the GxMakeGraph command that is no longer supported, but I can not find an explanation of how to generate graphics in this new version, everyth...
asked by 13.02.2017 / 14:03
1
answer

User Control does not work

I'm taking the first steps with regard to User Controls in Genexus and I started by creating this simple user control: JScript Runtime Render: function test1($) { this.Width; this.Height; this.show = function() { //...
asked by 12.08.2014 / 20:25
1
answer

Voice search on genexus device [closed]

I'm looking for a solution in genexus dovece, which performs search by voice, same google API feature, does anyone have any tips on how to do?     
asked by 27.01.2016 / 16:11