All Questions

1
answer

Can you add / edit columns in GXFlow Inbox?

Is it possible to add or remove columns at design time of the GXFlow Inbox component in a Genexus application? The question applies whether I am using the default GXFlow client or if I use the WFEntryPoint component to embed the Inbox in my w...
asked on 05.09.2016 / 16:45
1
answer

How do I create a pipeline in python-social-auth, fill in data in a form?

I need to make a registration using python-social-auth and Django, which uses Facebook data to pre-fill some fields of the user creation form. Does anyone know how to do it?     
asked on 02.09.2016 / 21:11
2
answers

prevent entering number in an input number

Hi, I'm making a sales form. What I need is to know how I can prevent the user from entering numbers with the keyboard in an input number, and that he can only increase the number by clicking on the arrows in the input itself. This is the cod...
asked on 07.09.2016 / 04:21
1
answer

When deleting the record from a nested table, it is deleted from a list, but the main table leaves its data in it

I have a list of data showing the title of a project (project table) and the students (student table) that are registered in it, these being stored in a nested table called Proyecto_Alumno. I have the option of modifying and deleting the stud...
asked on 08.09.2016 / 16:36
1
answer

Replace SQL - Replace special SQL characters with function

I need to replace some special characters using SQL 2008, for that to generate a function. This is the -sql- part where the replacement is made: set @raw = replace(replace(@raw,'&lt;br /&gt; * ','<br/>*'),'&amp;nbsp;','...
asked on 17.10.2016 / 23:47
1
answer

Data showing a DataGridView in C #

How to know if a DataGridView shows the same information every time you execute an SQL query? private void timer1_Tick(object sender, EventArgs e) { data.DataSource = ""; /* Cargar datos */ data.DataSource...
asked on 14.10.2016 / 20:19
1
answer

Checks Alert Dialog Android

I am trying to do some checks within alertdialog to see if certain conditions are met and let the user continue with the process. But when the user gives the download button (PositiveButton) makes the checks and leaves the alertdialog...
asked on 19.10.2016 / 08:04
1
answer

How to get the name of the database to which I am connected in MySQL with Java?

Hello innovative programmers, I would like to know if you can get the name of the schema or database to which I am connected when establishing the connection in MySQL with java, if you can, would you tell me how? I already tried with DataBase...
asked on 20.10.2016 / 08:50
4
answers

Error executing pip install mysql-python

I'm trying to execute the command in windows: pip install mysql-python to be able to work with mysql in Django but I get these errors: c:\users\fabia\appdata\local\programs\python\python35-32\include\pyconfig.h(243): fatal error C1083:...
asked on 19.10.2016 / 04:12
3
answers

show loading image

display a loading image or a loading message while loading all products brought from the controller .controller('productosCtrl', function($scope, $http, $q, $location, $ionicLoading, Productos) { Productos.productos().then(function(argumen...
asked on 20.10.2016 / 03:22