Posts by Pablo Mazzilli • 137 points
12 posts
-
0
votes1
answer316
viewsA: Genexus applications generated for C# have slower 64-bit performance compared to 32-bit execution
This initial time is because of the compilation that ASP.NET, which causes all aspnet temporals to be loaded every time you change the bin folder (a new compiled Assembly or some change in the…
-
0
votes1
answer131
viewsA: Incompatibility between browsers
The behavior should be the same for these browsers. For editable Numeric type controls the predetermined position is the right alignment. It would be important to know the version you are testing of…
-
0
votes1
answer253
viewsA: Tipo Hora Genexus
The Patents in Genexus have a particular behavior. Specifically for attributes and variables of Character type (Varchar, etc) only those are considered predefined. You can set a TIME type variable,…
genexusanswered Pablo Mazzilli 137 -
0
votes3
answers660
viewsA: Genexus 15 U4 - Query + Mysql 64bit Object Preview
The error message is indicating that the driver version is not right (32 vs 64 bit). The Query preview uses a web server called Webdev.Webserver2, it can be 32 or 64 bits. You have to see which…
genexusanswered Pablo Mazzilli 137 -
0
votes2
answers189
viewsA: Field of type GEOGRAPHY
From the version Genexus 15 starts to support different DBMS native Geography data type. Here has more information.…
genexusanswered Pablo Mazzilli 137 -
2
votes1
answer121
viewsA: Excess symbol % within LIKE
When one has a LIKE one is completing the string con '%' at the end because in previous versions of GX it was always required to complete the strings with whites, and to prevent the condition being…
-
0
votes2
answers133
viewsA: Element problem "Errorviewer:ctlError"
This was fixed in Upgrade 3 of version X Evolution 3. Reference: SAC #36319
genexusanswered Pablo Mazzilli 137 -
0
votes1
answer790
viewsA: Genexus EV3 + Tomcat 8
There is an update to Gxjarscanner that should solve this problem. You can get it from here: http://www2.gxtechnical.com/portal/hgxpp001.aspx?15,8,77,O,E,0,4458…
-
1
votes1
answer64
viewsA: Gxserver, how to migrate users from an EVL2 instance to EVL3?
There is a utility called Genexus Server Storage Migration Tool which allows you to take this setting to a new version of Gxserver. I recommend reading this article :…
genexusanswered Pablo Mazzilli 137 -
2
votes6
answers14835
viewsA: Android app development: what are the tools and language to start a project?
A tool to develop in a single language but generating for various platforms in Native form (Android, iOS) is Genexus: http://www.genexus.com/SD/desenvolvimento-aplicativos-moveis?pt It allows not…
-
1
votes1
answer82
viewsA: How to handle KB permission per user
You can set a specific ROLE (paper) for the user of that KB (from the Tab Security of the main console). Therefore, in the security part of this KB (tab Security within the KB) the administrator can…
genexusanswered Pablo Mazzilli 137 -
1
votes2
answers1131
viewsA: Genexus X Ev3 and Tomcat error 7.0.54
This problem is fixed from X Evolution 3 Upgrade 1. Gxscanner.jar references a class method that is no longer available from Tomcat 7.0.54. While Upgrade 1 is not available, a new version of…