跳至主內容

搜尋

搜尋

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

登入寫評論。