Hi Olaf,
My understanding of your statement is wssuccess will be .F. if only last TABLEUPDATE() returns .F. for below, am I right?
wsuccess = TABLEUPDATE(.T.,.T.,'pgrh_fil') .AND. TABLEUPDATE(.T.,.T.,'pgrd_view') .AND. TABLEUPDATE(.T.,.T.,'ppoh_fil')
Isn't it like ( .F. and .T. and .T.)...