Página 1 de 1

Problem with TDbfDataSet

Publicado: Sab Abr 25, 2009 2:00 pm
por Guest
Hi!
WITH OBJECT TFormEditArtikel():New( Self )
::oDbfArtikel:Edit()
:ShowModal()
if :nModalResult == mrOK
::oDbfArtikel:Update()
else
::oDbfArtikel:Cancel()
endif
END WITH
This works, but when I call a second dialog from within TFormEditArtikel
I am not able to edit Fields from ::oDbfArtikel in that dialog.
Has anybody a solution for this?
Best regards, Timm.