1、
If e.PostValues.Count = 0 Then '生成编辑页面
改成
If e.Values.Count = 0 Then '生成编辑页面
2、你代码那里加入msgbox,看能否弹出你需要的那些值。要学会自己调试代码。