ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Examples
  • Using an unknown simple type
  • Declaration of structure
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Error 103: The type is unknown
Reason
This type is unknown. You have probably made a typo in the name of a simple type, a class or a structure.
Correction
Check the type used. If you are using a class, check whether this class is included in the project.

Remark: The recognized types are colored in BLACK (by default) by the syntactic coloring.
Examples

Using an unknown simple type

Code triggering the error
Turnover is IN
Possible correction
Correct the type.
Turnover is int

Declaration of structure

Code triggering the error
STPoint is Structure
x, y are int
END
 
APoint is STPont
Possible correction
Correct the name of the structure.
STPoint is Structure
x, y are int
END
 
APoint is STPoint
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help