Página 1 de 1
Xailer 2 Beta June 2009 TMemDataset bug
Publicado: Jue Jun 18, 2009 10:06 am
por Ingo JH
TMemDataSet:Append() bug
Look at the sample DBFData6
TMEMDATASET:APPEND(1414)
Fehler BASE/1004 Message not found: TMemDataSet:APPEND
Argumente: ( [ 1] = Typ: N Wert: 0)
At this opportunity please take a look at the sample Shellicon.
The bug I posted at 20.03.2009 still exists.
Regards
Ingo
Xailer 2 Beta June 2009 TMemDataset bug
Publicado: Jue Jun 18, 2009 11:01 am
por ignacio
Ingo,
Corregido. Realmente el error estaba en el ejemplo ya que no tiene sentido
utilizar el método Append() más que con TDbfDataset. En el resto de los
casos hay que utilizar AddNew() y Update().
Quedaría así:
WITH OBJECT ::oMemDeleg
:Addnew()
:SaveFrom( ::oDbfDeleg )
:FastUpdate()
END WITH
Un saludo
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Ingo" <
support@mandantwin.com> escribió en el mensaje
news:[email=4a39f577@svctag-j7w3v3j....]4a39f577@svctag-j7w3v3j....[/email]
> TMemDataSet:Append() bug
>
> Look at the sample DBFData6
>
> TMEMDATASET:APPEND(1414) Fehler BASE/1004 Message not found:
> TMemDataSet:APPEND
> Argumente: ( [ 1] = Typ: N Wert: 0)
>
>
> At this opportunity please take a look at the sample Shellicon.
>
> The bug I posted at 20.03.2009 still exists.
>
> Regards
> Ingo
>
Xailer 2 Beta June 2009 TMemDataset bug
Publicado: Jue Jun 18, 2009 11:01 am
por ignacio
Ingo,
Corregido. Realmente el error estaba en el ejemplo ya que no tiene sentido
utilizar el método Append() más que con TDbfDataset. En el resto de los
casos hay que utilizar AddNew() y Update().
Quedaría así:
WITH OBJECT ::oMemDeleg
:Addnew()
:SaveFrom( ::oDbfDeleg )
:FastUpdate()
END WITH
Un saludo
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Ingo" <
support@mandantwin.com> escribió en el mensaje
news:[email=4a39f577@svctag-j7w3v3j....]4a39f577@svctag-j7w3v3j....[/email]
> TMemDataSet:Append() bug
>
> Look at the sample DBFData6
>
> TMEMDATASET:APPEND(1414) Fehler BASE/1004 Message not found:
> TMemDataSet:APPEND
> Argumente: ( [ 1] = Typ: N Wert: 0)
>
>
> At this opportunity please take a look at the sample Shellicon.
>
> The bug I posted at 20.03.2009 still exists.
>
> Regards
> Ingo
>