English 中文(简体)
在Navision中使用Com互操作
原标题:Using Com Interop in Navision
  • 时间:2010-03-05 01:37:04
  •  标签:
  • navision

我刚刚开始使用Navision,有一个非常基本的问题。如果我在C#中创建一个Com对象,该对象需要驻留在哪里?它对每个客户端是本地的还是在服务器上?

问题回答

这取决于您在 Navision 中使用对象的方式 - 根据您如何访问它,它可以驻留在 Navision DB 服务器上,也可能需要被复制并注册到每个客户端。

  • What version of Navision are you using?
  • Is it native-DB or SQL DB?
  • What does the object do? (A rough overview is fine - is it data access, hardware manipulation, etc.)
  • How is it accessed in Navision (via a report, codeunit, form, etc.)?




相关问题
Dynamics Nav (Navision) webservice ReadMultiple date filter

Using the Navision webservices, how can you filter by a date. i.e. Within a SalesHeader table there is an "ExportedDate". I would like to find all SalesHeaders where the ExportedDate has not been set ...

Where are invoice credits stored within navision?

I have access to the SQL database the Navision data is stored on, and I have some credit details from my client but I can t find them within $Sales Invoice Header - Have I just got inccorect details ...

在Navision中使用Com互操作

我刚开始使用Navision,有一个非常基本的问题。如果我在C#中创建一个Com对象,该对象应该放在哪里?它是每个客户端本地的,还是在服务器上?

热门标签