问题标签 [asna-visual-rpg]

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.

0 投票
1 回答
571 浏览

rpg - “Hello world”与 ASNA 视觉 RPG

我是 ASNA Visual RPG 的新手。我花了几个小时搜索如何在 ASNA Visual RPG 9.x 中打印字符串。但是找不到如何打印一个简单的“hello world”字符串的运气。

有人可以告诉我如何在控制台中打印“hello world”吗?

VB中的例子(希望你能把它翻译成ASNA Visual RPG)

谢谢

0 投票
1 回答
1083 浏览

.net - 如何使用 IListSource、IEnumerable 或 IDataSource

我已经在 Google 和 StackOverflow 上搜索了答案 - 找到了相关主题,包括标题类似的问题,但它们似乎有点超出我的想象或不清楚。

我正在尝试将对象分配为网格的数据源。我可以通过创建一个表并这样编写值来做到这一点:

这可行,但我确信我可以直接将 ORD_Record 指定为数据源,除非首先将其转换为有效类型 - 否则我会收到错误消息。有人可以解释一下我需要对 ORD_Record 做什么以将其转换为可以绑定到数据网格的类型,从而使我免于创建表吗?

0 投票
1 回答
578 浏览

asp.net - 在 Visual RPG 中将 Hovertext 添加到 ListItem

我有一个这样的列表:

这是我的 Visual Basic 代码:添加悬停文本选项

我把它放在 Visual Basic 文件的页面加载部分,但由于某种原因,当我将鼠标悬停在相应的列表项上时,标题没有显示。有人可以告诉我我做错了什么吗?谢谢!

0 投票
1 回答
1391 浏览

.net-4.0 - Using Configuration Manager

some of my web applications write to the disk on the web server. The paths change depending on location, prod and dev, etc. I used to store the paths in web.config under configuration / appSettings like:

And then get them like this:

path = ConfigurationSettings.AppSettings('PDFOutPutPath')

Now in .Net 4, I get compile warnings about this being depreciated, so I found some instructions telling me to add a configuration file, move my values to it like so:

and use configuration manager like so:

ConfigurationManager.AppSettings( 'PDFOutPutPath' )

However, this does not work. I'm not sure if I'm supposed to be using the configuration manager for this or not - If not, where do you put stuff like this? I have System.Configuration referenced, so this in not my issue.

0 投票
1 回答
359 浏览

.net - 数组列表是否有默认排序?

我有一个 WCF 服务来返回客户数据。通过添加对象的新实例来创建数组列表。代码如下所示:

然后我将数组列表作为数组返回 - aryList.ToArray(...

当我调用该服务时,数组元素按字母顺序返回 - 这是输出:

我没有做任何排序。为什么这样排序?我希望它按照我添加它们的顺序。

0 投票
1 回答
362 浏览

c# - TextMode="Password" 时如何验证密码

我正在使用 VS2010 中的默认主模板构建一个 Web 应用程序 - 这样做非常新。我也在使用 Login.aspx 页面,但不是使用内置的用户验证,而是我的用户信息位于数据库表中。因此,按照我发现的说明,我正在做与此类似的事情:

问题是我将方法 isValidUser 放在 .dll 中,因此它可以在其他地方使用,并且它没有收到密码,因为默认行为是将其清空。我什至尝试将一个字符串变量设置为 Login1.Password,然后传递该变量但没有成功。我了解为什么会发生这种情况,但找不到有关如何正确执行此操作的任何信息。我是否需要将用户名和密码放入一个对象并将其传递给我的类构造函数?我真的不想从我创建的每个 Login.aspx 页面连接到我的数据库,以避免通过 http 发送密码。

0 投票
0 回答
260 浏览

asp.net - DOTNET 视觉 RPG - ASNA - ASP

我是一名长期的 RPG 和 Web 开发人员(Java 和 PHP),但不是 VRPG

有谁知道如何在会话中存储压缩十进制数组然后检索它。听起来微不足道,但我无法让它工作。

就像是:

然后在按钮上单击检索它

这适用于字符串和其他类,但不适用于数组。显然我的语法有问题。

0 投票
1 回答
69 浏览

php - AVR - 动作与引擎

我怀疑 AVR 框架中动作目录和引擎目录之间的区别。

谁能解释一下有什么区别?