Hi,
I find the same problem!
But this is a problem of Dw standard behavior, You must change the line of the Update behavior like
FROM MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param20", 202, 1, 255, Request.Form("headings")) ' adVarWChar
TO MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param20", 202, 1, 255, MM_IIF(Request.Form("headings"), Request.Form("headings"), null)) ' adVarWChar
Thanks Gianluigi |
|
|