I am having problems referencing a child bizobj.
I want to be able to requery a child view thus:
lnretval = requery( thisform.obizobj.calias ) llretval = ( lnretval = FILE_OK )
if llretval
** requery the children here
endif
I am unable to reference the child calias I have tried: for lncount = 1 to thisform.obizobj.nchildcount
endfor
but can't get am actual reference to the child view. It is easy from the bizobj - my problem appears to be getting from the form reference to the bizobj reference.
I doubt that is very clear but perhaps someone can advise.
©2001 graeme thomson |