`

What is LotusScript ?

阅读更多

          前言:最近一个项目使用的是Domino平台的OA系统开发,所以找些相关资料学习下,有相同需求的,大家可以多多交流

        Programming Notes and Domino applications using Domino Desinger is accomplished with several distinct programming/scripting languages including Formula(@Functions), LotusScript, JavaScript, Java and C/C++. Depending on what you want to accomplish, you must master, to some degree, all of these languages to create sophisticated, cross-client applications for Domino. Of the languages, Formula and LotusScript are essential for Notes applications, and if coding browser application, JavaScript is additionally required.

        Java is used to code the Eclipse/Lotus Expeditor framework in which Notes Standard configuration is extended and "injected" as just another plug-in(albeit a very large one). But within the Notes "plug-in" LotusScript is still the most powerful language.

        LotusScript is a BASIC derivative that uses many of the same statements and function names, so most developers will find it easy to understand and use without too much relearning.

        LotusScript is also implemented in all Lotus SmartSuite products. Although the base of LotusScript is the same across Lotus products(allowing cross-product automation across multiple operating systems), each product--including Notes/Domino--includes product-specific object-oriented extensions.

        To use LotusScript in any meaningfull way, you must learn not only the base language but also how to manipulate the product objects, and if necessary make calls to external programs.

        LotusScript isn't the only way to access the Domino Object Model. Lotus also exposes its product object classes to programs written in C/C++(via the Notes C/C++ API), Java(Class Libraries), and Visual Basic/VBA/VBScript/.NET(OLE and COM). Or, if all you need to access is the data(and not the product objects), you can use the Notes/SQL and JDBC drivers.

分享到:
评论

相关推荐

    LotusScript语法入门中文版

    LotusScript是IBM Lotus Domino开发环境中的一种编程语言,主要用于创建和扩展Lotus Notes应用程序的功能。它基于Visual Basic,因此对于熟悉VB的开发者来说,学习LotusScript相对较为容易。本教程将带你入门...

    LotusScript基本语法知识

    ### LotusScript基本语法知识 #### 一、注释与脚本基本信息 在LotusScript编程中,注释是非常重要的组成部分,它有助于理解代码的功能及用途。LotusScript提供了两种注释方式: 1. **单行注释**:可以通过在一行...

    domino LotusScript程序设计

    《Domino LotusScript程序设计》是针对Domino开发人员的重要参考资料,它涵盖了LotusScript的基础概念、语法特性以及在实际应用中的高级技巧。LotusScript是IBM Lotus Domino平台上的主要编程语言,用于创建和定制...

    LotusScript

    ### LotusScript知识点详解 #### 一、LotusScript概述 **1.1 LotusScript的简单描述** LotusScript是一种与BASIC兼容的面向对象的脚本环境,它具备了进行面向对象应用程序开发所需的语言特性。这包括但不限于循环...

    LotusScript学习资料

    LotusScript是一种编程语言,主要用于IBM的Lotus Domino和Lotus Notes应用程序的开发。它结合了Visual Basic的语法和Lotus Notes的特定功能,为开发者提供了丰富的工具来创建和控制Notes对象,如文档、视图、表单和...

    LotusScript程序开发经验总结

    LotusScript程序开发经验总结LotusScript程序开发经验总结LotusScript程序开发经验总结LotusScript程序开发经验总结LotusScript程序开发经验总结LotusScript程序开发经验总结LotusScript程序开发经验总结LotusScript...

    LotusScript语法

    - 包括IsNull、IsEmpty、IsNumber、IsNumeric、IsObject、IsUnknown、IsDate等函数,用于判断变量的数据类型。 7. **变量声明**: - 使用`Dim`、`Public`、`Private`等关键字进行变量声明。 - 可以显式声明变量...

    LotusScript中文帮助文档

    LotusScript是一种专为IBM Lotus软件产品,特别是Lotus Notes和Domino设计的脚本语言。它结合了VBScript和Visual Basic的部分语法,使得开发者能够创建和控制Notes应用程序的行为。在这个"LotusScript中文帮助文档...

    如何在LotusScript中调用C程序

    ### 如何在LotusScript中调用C程序 在探讨如何在LotusScript中调用C程序之前,我们首先简要了解一下LotusScript与C语言的基本特性及其应用场景。 #### LotusScript简介 LotusScript是一种基于Visual Basic语言环境...

    LotusScript解析Excle文件

    ### LotusScript解析Excel文件知识点详解 #### 一、概述 在LotusScript环境中解析Excel文件是一种常见的需求,尤其是在需要从上传的Excel文件中提取数据,并将这些数据转换为JSON格式以便于前端展示的情况下。本...

    LotusScript开发.ppt

    分四个部分,都只是与lotusscript相关的。 1,用LotusScript访问修改数据库,包含lotusscript基础 2,用户界面操作 3,创建和修改文档 4,使用On Error敘述追踪 runtime错误

    lotusscript技巧介绍

    LotusScript 技巧介绍 LotusScript 是一种专为 Lotus Domino/Notes 平台设计的编程语言,它被广泛用于构建和自动化 Domino 应用程序。LotusScript 具有面向对象的特性,允许开发者方便地与 Domino 数据库、文档、...

    LotusScript导出txt文件

    B/S模式通过LotusScript直接导出txt文件,文件中只有最重要的输出部分,其余需自行补充完成。

    LotusScript学习

    LotusScript学习资料,详细介绍了LotusScript的语法,配有丰富的例子;值得一看……

    LotusScript语言的使用基本知识与样例

    LotusScript语言的使用基本知识与样例, LotusScript语言的使用基本知识与样例, LotusScript语言的使用基本知识与样例

    LotusScript培训教程

    LotusScript是IBM Domino和Lotus Notes开发中的主要编程语言,它允许开发者创建自定义功能、自动化任务和扩展应用程序的特性。本教程旨在为初学者提供深入理解LotusScript的基础,帮助他们掌握这一强大工具。 **...

    LotusScript入门向导

    LotusScript是IBM Lotus Domino开发环境中的一种编程语言,主要用于创建和自定义Lotus Notes和Domino应用程序。这个“LotusScript入门向导”显然是为初学者设计的,旨在帮助新手快速掌握这种强大的脚本语言。 ...

    LotusScript中数据库文档操作[定义].pdf

    While Not doc Is Nothing ' 处理文档 Set doc = view.GetNextDocument(doc) Wend ``` 3. 文件夹操作:可以使用NotesDocument对象的putInFolder方法将文档放入指定文件夹,如果文件夹不存在,系统会自动创建。...

    Lotusscript添加超链接方案

    If Not item Is Nothing Then Set richText = item.RichText richText.AppendHyperlink hyperlink item.ReplaceRichText richText End If ``` ##### 5. 测试效果 完成上述步骤后,保存并发布表单设计,然后在...

Global site tag (gtag.js) - Google Analytics