ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • The fixed string is too long
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 109: The fixed string is too long
Reason
You are using a fixed string whose size exceeds the maximum authorized size.
Reminder: The maximum size of a fixed string cannot exceed 32 KB (32767 bytes).
Correction
Modify the size of your fixed string according to the maximum authorized value.
Example

The fixed string is too long

Code triggering the error
B is string fixed of 40000
Possible correction
Reduce the size to respect the maximum authorized value.
B is string fixed of 30000
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help