|
|
|
|
- Reason
- Correction
- Example
- Using an integer in a FOR EACH loop
Error 404: The file for HFSQL browse cannot be an expression of this type
This code uses the FOR EACH statement. The name of the data file expected in this statement does not correspond to the name of a valid data file. Check the code of the FOR EACH statement and use the name of a HyperFileSQL data file. Using an integer in a FOR EACH loop Code triggering the error
B is int FOR EACH B ListAdd(LIST_List1, CustomerName) END
Possible correction Use the name of a data file instead of a scalar variable.
FOR EACH CUSTOMER ListAdd(LIST_List1, CustomerName) END
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|