跳到主内容

搜索

搜索

Database Field

评论

1 条评论

  • Avatar
    Legacy Poster
    This is copied from BarTender's help:

    [quote]To reference a database field using VB Scripting, select one of the following methods:

    1. From the Script Assistant, click on Database Fields from the Category list box. Under Name, double-click on the desired database field to insert a field reference at the cursor location of the script composition area. Alternatively, you can select the desired database field from the Name list box, and click Insert.

    2. Enter the following code into the script composition area of the Script Assistant:

    Field("field_name")
    [/quote]
    0

请先登录再写评论。