現在、Clarion 6.3 エラーが発生しています。Field not found: SETFILTER
このコードは、以下の ObjectABC テンプレート コードの一部である ApplyFilter セクションにあります。
If g:InstallerIsRegional = 1
localVar:ItemCode = IWIE:InvItemCode !Store itemCode from view
GetRegionalItemPrice(localVar:ItemCode ) !Proc to check if Itemcode to be included in browse.
End
INVWIMEX.SetFilter('IWIE:InvItemCode[1]='''&localVar:ItemCode[1]&'''')
INVWIMEX.ApplyFilter
INVWIMEX.Next()