Posts by Marcos Crispino • 264 points
7 posts
-
0
votes1
answer120
viewsA: How to pick up only one column in a freestyle grid in genexus ev03
No, it’s not possible. Genexus always adds the primary key field.
genexusanswered Marcos Crispino 264 -
-1
votes1
answer124
viewsA: Voice search on genexus device
Genexus does not have this functionality, but Voce can develop an "Xternal Object" to do this. See more information here, how to create an "External Objet". You will need an API to convert voice to…
genexusanswered Marcos Crispino 264 -
1
votes2
answers274
viewsA: Report on Smart Device
We still don’t support reports on Smart Devices Generator, but Simplifica has an external object that allows printing on Android. You can see here.…
-
0
votes3
answers661
viewsA: Receiving value from one method to another - Objective C
Why do you need to define a constant? Why not create a class with a method that returns the value? Asim: @interface Constants + (NSString *)newsstandManifestURLString; @end @implementation Constants…
objective-canswered Marcos Crispino 264 -
2
votes1
answer154
viewsA: How to create a project to read tables from an existing project using Genexus?
In Genexus, to import the tables you already have in the database, you can use a tool called Database Reverse Engineering Wizard. In the documentation there is a step-by-step guide how to use it (in…
-
1
votes1
answer201
viewsA: Requirement for android generator in Genexus version X Ev3
Evolution 3 has no additional requirements. The only thing that changes is the Android API. Evolution 2 requires API 15, Evolution 3 is API 19. Learn more…
-
4
votes2
answers248
viewsA: Genexus + IOS requirements/complexity to work
You can start here: My first Apple app (document in English) To start the development has two options: Use KBN for prototyping, you need an iOS device Use a Mac to compile the application The second…