问题标签 [farpoint]

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 回答
438 浏览

vb.net - Using FarPoint Spreads in User Controls

i am using FarPoint Spreads in a Windows Forms Application.

To show a spread on several Forms, I created a user control which contains one of my spreads and manages the representation.

However the ActiveSheet Property of the Spread seems to always return the first sheet when my user control is not focused - no matter which sheet is actually selected.

Since the Spread still has the "correct" Sheet selected when the user control is out of focus, the information which was the last active spread has to be accessible somehow. Do you have any ideas how i can get (and modify) the active sheet?

Thank you!

0 投票
0 回答
33 浏览

excel - 使用 0365 API 创建 Excel 包装应用程序

是否可以使用适用于 O365 的最新 API 创建一个应用程序,该应用程序将通过模板提供功能齐全的 Excel 电子表格,从而允许我们阻止访问 SaveAs 和其他功能?我们已经能够使用 Farpoint Spread 控件创建这样的 Excel 包装应用程序 我只是想知道这种性质的应用程序现在是否可以使用 NAPA 而不是 3rd 方控件。

0 投票
1 回答
89 浏览

tabs - 如果选项卡被隐藏,C1 选项卡控件会留下空白

我正在将我的会计软件对 Farpoint 的 Tab Pro 2.0 的使用迁移到 ComponentOne Tab 控件。到目前为止我遇到的唯一问题是我的一些选项卡在某些情况下会被隐藏,例如如果用户有特定组合的包(A/R、G/L、A/P 等)会影响数据输入。

在 Tab Pro 上,当我让一个选项卡不可见时,它会在多行设置中调整选项卡的显示,以便没有间隙,但 C1 选项卡会留下间隙,这看起来很糟糕。

有没有办法告诉 C1 选项卡不显示选项卡并将后续选项卡向左移动以填充空白?

0 投票
1 回答
401 浏览

vb.net - 取消传播远点的EnterCell事件

我的程序使用 spread farpoint 作为第 3 方控件,它有一个 TextBox 控件和一个用于显示数据的 Spread 控件。当用户更改展开中的活动单元格时,我想验证 TextBox 不能为空。如果 TextBox 为空,必须取消 EnterCell 事件,并且 TextBox 必须获得焦点,并且展开的活动单元格也不能改变。我被困在这里。

目前我在 LeaveCell 事件中执行了验证,但它不起作用。EnterCell 事件触发并传播仍然改变了活动单元格:(

请支持我!谢谢大家。