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.
Problem with TDbfDataSet
Publicado: Lun Abr 27, 2009 10:16 am
por ignacio
Timm,
Could we have a small sample? TIA
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Timm Sodtalbers" <
info@sodtalbers-it.de> escribió en el mensaje
news:[email=49f2fb2f@svctag-j7w3v3j....]49f2fb2f@svctag-j7w3v3j....[/email]
> 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.
>
>
Problem with TDbfDataSet
Publicado: Lun Abr 27, 2009 10:16 am
por ignacio
Timm,
Could we have a small sample? TIA
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Timm Sodtalbers" <
info@sodtalbers-it.de> escribió en el mensaje
news:[email=49f2fb2f@svctag-j7w3v3j....]49f2fb2f@svctag-j7w3v3j....[/email]
> 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.
>
>