问题标签 [genexus]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
genexus - 根据特定属性使用genexus中的模式对工作中的数据进行排序
如何根据特定属性对使用genexus中的模式的数据进行排序?请给我放入加载事件的代码段。
java - 打开 PDF 报告时出现 java.lang.UnsatisfiedLinkError 错误
当我尝试在我的应用程序中打开 PDF 文件时出现以下错误:
和在文件夹rt.jar
中。iText.jar
WPAGE\WEB-INF\lib
任何想法为什么我会遇到这个问题?
genexus - 使用 Genexus 创建日志功能
这是我第一次使用 Genexus,我想知道如何创建日志功能。
我创建了一个事务对象“日志”,但我不需要任何用户界面交互。另外,我想直接在“After Trn”之类的事件中将记录插入“Logs”表。
我怎样才能做到这一点?最好的方法是什么?
我会很感激任何帮助。谢谢!
genexus - Genexus: selected rows
I'm working with a grid that allows selection. I have a variable whose Control Type is Check Box.
I want to enable a button if at least one row is selected, otherwise the button should be disable.
To achieve this I'm using the event "Click" of the CheckBox variable.
How can I get the number of selected rows? Thanks in advance.
Environment: (C# Web) GeneXus X Evolution 2 Version: 10.2.54798
c# - Genexus 测试运行错误
我是新手Genexus
,我一直在关注本教程,但不幸的是,一旦我运行它,它就会给我这个错误:
我尝试多次查看这些步骤并在谷歌上搜索它,不幸的是我找不到答案。
genexus - 错误:无法使用genexus访问Web服务器
我目前正在使用genexus x evolution 2软件(试用版)来创建项目。问题是由于该错误,我无法部署我的项目(错误:无法使用genexus访问Web服务器)。我真的需要你的帮助谢谢
genexus - 部署到 CLOUD 是否正常运行?
GeneXus 朋友们,
今天下午,我收到以下错误:
KB:LightCRM(包含在示例中)我已逐步遵循文档手册。
Nothing to compile iOS Compilation Success Building file gx_last_transfer.zip... Uploading 58 Kbytes error: No es posible conectar con el servidor remoto error: No se puede ejecutar la opción en un socket ya que el sistema no tiene suficiente espacio de búfer o porque una cola estaba llena 54.83.5.208:80 运行 LightCRM 失败
android - 在genexus ev3中定义存储数据库
我正在使用genexus tilo 开发Android 应用程序。我总是定义数据库将存储在文件中的 SDCard 中C:\Program Files (x86)\Artech\GeneXus\GeneXusXEv3\Android\Templates\src\com\genexus\namespace\MainApplication.java
。
但是,昨天我安装了 GeneXus Ev3,现在数据库存储在设备内部,即使我application.setUseInternalStorageForDatabase(false)
在文件中定义。
这样,我无法复制或替换数据库文件。
GeneXus ev3 有什么变化吗?谢谢。
genexus - SD应用程序中与多个主题类的属性连接
我正在 GX Ev3 中创建一个 SD 应用程序,并且正在处理一个列表。我遇到了对应用程序的要求,但不知道该怎么做。
我必须在一个字符串中连接一些属性,但其中一个(&Status)必须是粗体字。
&Status + ', por ' + &User + 'em' + &Date
可能的结果:
- '好的,来自 User1 em 01/07/2014'
- ' Com problema #5 , por User2 em 01/07/2014'
- ' Por 验证器,Por User3 em 01/07/2014'
我该怎么做,所以它看起来像连续的文本?
android - GeneXus 为 Android 构建失败并显示“找不到\平台工具\zipalign.exe"
更新到 SDK Tools 23(或更高版本)后,每当我尝试使用 GeneXus 构建面向 Android 的 SD 应用程序时,编译后都会收到以下消息:
为什么是这样?