Hi again,
The init of my cursoradapter contains...
Where do I put my custom code when everything here suggests that I don't change anything...
Thanks,
Stanley
The init of my cursoradapter contains...
Code:
*** Setup code: DO NOT REMOVE
local llReturn
do case
case not pemstatus(This, '__VFPSetup', 5)
This.AddProperty('__VFPSetup', 0)
case This.__VFPSetup = 1
This.__VFPSetup = 2
case This.__VFPSetup = 2
This.__VFPSetup = 0
return
endcase
set multilocks on
llReturn = dodefault()
*** End of Setup code: DO NOT REMOVE
*** Setup code: DO NOT REMOVE
if This.__VFPSetup = 1
This.__VFPSetup = 2
endif
return llReturn
*** End of Setup code: DO NOT REMOVE
Where do I put my custom code when everything here suggests that I don't change anything...
Thanks,
Stanley