问题标签 [custom-code]
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.
reporting-services - 格式化 SSRS 中的特定文本
我有两段代码想尝试连接在一起:
1.
2.
代码的第一位将返回参数“MyParameter”的值。然后我想通过第二段代码运行该值,以便当我调用该函数时,它将加粗我参数值的任何实例。
任何帮助是极大的赞赏!!:)
reporting-services - 比较rdl文件中的两个字符串值
我需要检查rdl<code>
文件中两个字符串的相等性。
以下条件仅检查两者或 Null 值。但我需要检查参数值是否相等。
以下函数是用<code></code>
块编写的自定义函数。请帮忙。
NPServedasperPolicy
参数NPServed
值来自报告值。
visual-studio-2013 - Sharepoint 2013 流程图工作流自定义代码
我是 SharePoint 2013 初学者,我有一个项目,我需要创建一个工作流(使用 Visual Studio),所以我将工作流作为流程图工作流开始,然后在某些时候我需要编写自定义代码(比如从 DB 中获取一些东西)但无论如何都找不到这样做(我不能调用类的函数),而在 2010 年的顺序工作流程中,wf 已经有一个类后面的代码。
所以我的问题是:无论如何我可以像在顺序工作流程中那样调用自定义代码!?
注意:我已经添加了一个类并尝试使用“InvokeMethod”,但无法访问该类的功能。
c# - Infopath 2013 无法识别 Visual Studio 2015 以编写自定义代码
我尝试对用 VS 2015 编写的 InfoPath 表单上的表单字段进行一些自定义验证,但 InfoPath 2013 需要 VS 2012。
问题很像这样 InfoPath 2013 是否支持 Visual Studio 2013?,但现在是 VS 2015,也许有人会为这个“微软功能”找到解决方案。
另外,我已经在 VS 中安装了必需的插件。我可以在 VS 中创建一个 infopath 项目,在那里我可以编写一些代码,但我还没有找到如何将该代码与我在 infopath 中创建的表单连接起来。
vb.net - Download file from database via SSRS report
I have a report which gives a list of files after providing necessary info through filtering parameters like: name, document type, when created or modified etc. The list will give us file IDs and other fields.The basic query is:
select IQID, NAME from TABLE_FILES where...
(list of conditions from parameters)
How can I download any of the file after clicking on some button/image/link? Here is my visualization:
After clicking on download icon, it would call Custom VB Code somehow. In that custom code I would use below query to get the BLOB (file) based on the File ID from the first column:
Also, among the parameters I would give to the user one parameter option where they would have to state download location. This download location would be also passed somehow to the custom code.
I am not even sure if that's possible in SSRS. Also, I don't know how to trigger Download Custom Code after clicking on some object (like picture or link).
wordpress - 需要用户列表页面中的“导出”链接
我想在 www.mysamplewebsite.com/wp-admin/users.php 页面的用户列表页面上添加名为“导出”的新链接。如果用户点击它,它应该将所有添加的用户导出为 csv 或 excel格式。
我已经搜索过插件,但都允许在不同的菜单中做这件事,但根据客户的要求,我需要遵循这个..
我们有任何可用的 wordpress 钩子或其他任何我可以实现这些东西的东西吗?我已经四处搜索,但尚未根据 wordpress 流程找到合适的解决方案。
有人可以帮助我使用任何 wordpress 钩子或其他东西来实现这件事吗...
期待 ..
谢谢
reporting-services - SSRS - 将文本框数据添加到图表
我在 SSRS 中创建了一份报告。该报告有一个图表,其中点在散点图上绘制。我现在的问题是我们需要一条最合适的线,这不是 SSRS 直接支持的。
为了解决这个问题(因为从我们获得的数据中获取它涉及到很多计算),我不得不使用自定义代码。因此,这些值现在包含在文本框中(txtDate1, txtValue1, txtDate2, txtValue2)
。
有谁知道我如何能够将这些放入我的图表中(所以在[txtDate1][txtValue1]
和中描述的位置有一点[txtDate2][txtValue2]
)?还是我必须回到 SQL 来解决这个问题?
html - Facebook 共享窗口 - 我如何编辑?
我正在尝试使用我正在使用的测验服务中的自定义代码选项制作 Facebook 共享按钮。我设法制作了带有标题、按钮图形和共享功能的按钮。
我遇到的问题是,“共享窗口”会全屏打开一个新的浏览器选项卡,它不会捕获任何图形图像,而只会捕获测验中的元文本。
有谁知道我如何编辑自定义代码以共享图像?
我使用的当前自定义代码是:
php - 如何在php中替换我的字符串
下面是我的字符串,使用 imap 从邮件服务器获取。