Messages in Vermont Views

All messages in Vermont Views are held in arrays and accessed by a #defined index value. Vermont Views functions that display error, information, or other types of messages refer to that message by its index. Therefore, you can change any message used by the system simply by changing the text of the string held in the array. You would then have to recompile the module with the changed string and replace the module in the library with the new one. The modules with the messages are as follows:

vv_errmsg.c Error messages
vv_infomsg.c Informational and system messages
vv_valmsg.c Validation error messages for data entry


Home Contents Previous Next