In a NetWebForm, if I set a blob field to be required the generated code causes a compile error.
Generated Code
---------------------------------------------
ValidateValue::MyBlobField Routine
If MyBlobField = ''
loc:Invalid = 'MyBlobField'
MyBlobField:IsInvalid = true
if not loc:alert then loc:alert = p_web.translate('Message to Send:') & ' ' & p_web.site.RequiredText.
End
do OpenFiles
If loc:invalid = '' then p_web.SetSessionValue('MyBlobField',MyBlobField).