more precisely, the navigation bar (also) works, but ...
I would like a little help with programming the manual relation setting (parentdatachanged delegate). I wrote this,
Code:
proc feladas_fuvarlevelek_parentdatachanged()
// insert your code here
private cFeladas, ca
cFeladas = feladas.feladas
ca = cursoradapter("fuvar")
if type("m.ca") = "O"
ca.requery("feladas like '"+m.cFeladas+"'")
endif
endproc
but as a result, the lower navigation bar does not control the parent, but the child section
(the navigation bar in parent section's header works fine)
Bookmarks