Could not convert variant of type (Null) into type (OleStr)

后端 未结 4 1228
离开以前
离开以前 2021-02-09 15:14

Do you know why the block of code bellow will negate the \"Could not convert variant of type (Null) into type (OleStr)\" on some computers, not all of them but 3 out of ten comp

4条回答
  •  失恋的感觉
    2021-02-09 15:43

    To avoid the error message do

    NullStrictConvert := false; // avoid NULL OLE conversion error

提交回复
热议问题