I found that in debugging during compilation, TAB becomes single SPACE, which when corrected shows differently for indenting. For example
Code: Select all
if empty(mDeptid)
msgbox("Please specify department!", thiswindow.title); frmEmp.cboDeptid.setfocus(); return
endifCode: Select all
if empty(mDeptid)
msgbox("Please specify department!", thiswindow.title); frmEmp.cboDeptid.setfocus(); return
endif
With best regards.
Sudip