In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

:aFields not updated / TDbfDataSet - bug??

Xailer English public forum
Responder
Avatar de Usuario
Hurricane
Mensajes: 262
Registrado: Mar Mar 24, 2015 10:21 am
Ubicación: Brasil
Contactar:

:aFields not updated / TDbfDataSet - bug??

Mensaje por Hurricane »

The second time you open a DBF in the same TDbfDataSet, :aFields the property is not updated.
It is correct only the first time a DBF is opened. This missing something?

Código: Seleccionar todo

   if ::oDlgOpenDBF:run()
      ::oDbDBF:Close()
      ::oDbDBF:cName:=::oDlgOpenDBF:cFileName
      try
         ::oDbDBF:Open()
         //Here you can see (:aFields) the problem by DEBUG when it opens a DBF the second time
         ...
         
      catch
         ....
      end
      ...
   endif
note: The components (TDB DataSet, TO DataSource) were created in Designer
Avatar de Usuario
Hurricane
Mensajes: 262
Registrado: Mar Mar 24, 2015 10:21 am
Ubicación: Brasil
Contactar:

Re: :aFields not updated / TDbfDataSet - bug??

Mensaje por Hurricane »

no one knows if it's a bug or how to solve? or the Xailer team ???
Responder