novicebaan
11th August 2003, 14:09
hi all,
I have created a form field of depth 5 . Now i have to check that
field of depth should not be null
the code which i have written is
fieldname:
check.input:
for i = 1 to 5 step 1
if tablename.try(1,i)=null then
message("should not null")
endif
endfor
It is checking at the first depth for all
pl advice how solve this
bye
I have created a form field of depth 5 . Now i have to check that
field of depth should not be null
the code which i have written is
fieldname:
check.input:
for i = 1 to 5 step 1
if tablename.try(1,i)=null then
message("should not null")
endif
endfor
It is checking at the first depth for all
pl advice how solve this
bye