To find the
strings which have been added manually:
1.
|
From the menu bar, choose the Tools, SQL Command. |
The SQL Command window
appears.
2.
|
Type the following code in the SQL Statement field: |
SELECT STR_CODE
, TXT_STR
FROM T_APP_USED_STR
WHERE HASHCODE = 0
3.
|
When you are finished, click Execute to execute your
script. |
NOTE:
The HASHCODE column is not displayed in the Used Application
Strings window. This column is used to quicken the search of the
application strings by USoft Developer. When you add a string
manually to the T_APP_USED_STR table, value 0 is automatically
inserted for the hashcode of the string.
|