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.

datatype problem in DBFData6 sample

Xailer professional forum in English
Responder
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

datatype problem in DBFData6 sample

Mensaje por david fung »

During a Invoice Creation / Edit
System will not record the field Faccab->OBSERV saying the datatype is
incorrect (see screen capture) ?
When is these DBFs opened ? Are they physically open in FrmFraEdi.prg
line 83 (at FormCreate) ? When are they physically closed ? Is there an
explicit close required (to ensure all data are committed) ?
Also in line 83 of FrmFraEdi.prg, Can you explain what is
1. Application:oMainForm:oTabFac
2. ::oDbfCab
3. :oDbfCab
4. Why the assignment ::oDbfCab := :oDbfCab ? (what is the purpose ?)
Thank you in advance.
David
--
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

datatype problem in DBFData6 sample

Mensaje por jfgimenez »

David,
> System will not record the field Faccab->OBSERV saying the datatype is
> incorrect (see screen capture) ?
There was a bug that is already fixed.
> When is these DBFs opened ? Are they physically open in FrmFraEdi.prg
> line 83 (at FormCreate) ? When are they physically closed ? Is there an
> explicit close required (to ensure all data are committed) ?
It's opened at line 59 in FrmFacturas.prg and is closed and destroyed
automatically when this tab is closed.
> Also in line 83 of FrmFraEdi.prg, Can you explain what is
>
> 1. Application:oMainForm:oTabFac
> 2. ::oDbfCab
> 3. :oDbfCab
> 4. Why the assignment ::oDbfCab := :oDbfCab ? (what is the purpose ?)
To reuse the same dataset which is created in FrmFacturas
--
Regards,
Jose F. Gimenez
http://www.xailer.com
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

datatype problem in DBFData6 sample

Mensaje por jfgimenez »

David,
> System will not record the field Faccab->OBSERV saying the datatype is
> incorrect (see screen capture) ?
There was a bug that is already fixed.
> When is these DBFs opened ? Are they physically open in FrmFraEdi.prg
> line 83 (at FormCreate) ? When are they physically closed ? Is there an
> explicit close required (to ensure all data are committed) ?
It's opened at line 59 in FrmFacturas.prg and is closed and destroyed
automatically when this tab is closed.
> Also in line 83 of FrmFraEdi.prg, Can you explain what is
>
> 1. Application:oMainForm:oTabFac
> 2. ::oDbfCab
> 3. :oDbfCab
> 4. Why the assignment ::oDbfCab := :oDbfCab ? (what is the purpose ?)
To reuse the same dataset which is created in FrmFacturas
--
Regards,
Jose F. Gimenez
http://www.xailer.com
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

datatype problem in DBFData6 sample

Mensaje por david fung »

Jose F. Gimenez wrote:
> David,
>
>> System will not record the field Faccab->OBSERV saying the datatype is
>> incorrect (see screen capture) ?
>
Can you tell what had been fixed ? I want/need to learn.
> There was a bug that is already fixed.
>
>
>> When is these DBFs opened ? Are they physically open in FrmFraEdi.prg
>> line 83 (at FormCreate) ? When are they physically closed ? Is there an
>> explicit close required (to ensure all data are committed) ?
>
> It's opened at line 59 in FrmFacturas.prg and is closed and destroyed
> automatically when this tab is closed.
>
>
>> Also in line 83 of FrmFraEdi.prg, Can you explain what is
>>
>> 1. Application:oMainForm:oTabFac
>> 2. ::oDbfCab
>> 3. :oDbfCab
>> 4. Why the assignment ::oDbfCab := :oDbfCab ? (what is the purpose ?)
>
> To reuse the same dataset which is created in FrmFacturas
>
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

datatype problem in DBFData6 sample

Mensaje por david fung »

Jose F. Gimenez wrote:
> David,
>
>> System will not record the field Faccab->OBSERV saying the datatype is
>> incorrect (see screen capture) ?
>
Can you tell what had been fixed ? I want/need to learn.
> There was a bug that is already fixed.
>
>
>> When is these DBFs opened ? Are they physically open in FrmFraEdi.prg
>> line 83 (at FormCreate) ? When are they physically closed ? Is there an
>> explicit close required (to ensure all data are committed) ?
>
> It's opened at line 59 in FrmFacturas.prg and is closed and destroyed
> automatically when this tab is closed.
>
>
>> Also in line 83 of FrmFraEdi.prg, Can you explain what is
>>
>> 1. Application:oMainForm:oTabFac
>> 2. ::oDbfCab
>> 3. :oDbfCab
>> 4. Why the assignment ::oDbfCab := :oDbfCab ? (what is the purpose ?)
>
> To reuse the same dataset which is created in FrmFacturas
>
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

datatype problem in DBFData6 sample

Mensaje por david fung »

david fung wrote:
> Jose F. Gimenez wrote:
>> David,
>>
>>> System will not record the field Faccab->OBSERV saying the datatype is
>>> incorrect (see screen capture) ?
>>
>
> Can you tell what had been fixed ? I want/need to learn.
>
There was a bug that is already fixed.
Is the bug fix in the sample (DBFData6) or in Xailer ?
>>
>>
>>> When is these DBFs opened ? Are they physically open in FrmFraEdi.prg
>>> line 83 (at FormCreate) ? When are they physically closed ? Is there an
>>> explicit close required (to ensure all data are committed) ?
>>
>> It's opened at line 59 in FrmFacturas.prg and is closed and destroyed
>> automatically when this tab is closed.
>>
>>
>>> Also in line 83 of FrmFraEdi.prg, Can you explain what is
>>>
>>> 1. Application:oMainForm:oTabFac
>>> 2. ::oDbfCab
>>> 3. :oDbfCab
>>> 4. Why the assignment ::oDbfCab := :oDbfCab ? (what is the purpose ?)
>>
>> To reuse the same dataset which is created in FrmFacturas
>>
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

datatype problem in DBFData6 sample

Mensaje por david fung »

david fung wrote:
> Jose F. Gimenez wrote:
>> David,
>>
>>> System will not record the field Faccab->OBSERV saying the datatype is
>>> incorrect (see screen capture) ?
>>
>
> Can you tell what had been fixed ? I want/need to learn.
>
There was a bug that is already fixed.
Is the bug fix in the sample (DBFData6) or in Xailer ?
>>
>>
>>> When is these DBFs opened ? Are they physically open in FrmFraEdi.prg
>>> line 83 (at FormCreate) ? When are they physically closed ? Is there an
>>> explicit close required (to ensure all data are committed) ?
>>
>> It's opened at line 59 in FrmFacturas.prg and is closed and destroyed
>> automatically when this tab is closed.
>>
>>
>>> Also in line 83 of FrmFraEdi.prg, Can you explain what is
>>>
>>> 1. Application:oMainForm:oTabFac
>>> 2. ::oDbfCab
>>> 3. :oDbfCab
>>> 4. Why the assignment ::oDbfCab := :oDbfCab ? (what is the purpose ?)
>>
>> To reuse the same dataset which is created in FrmFacturas
>>
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9442
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

datatype problem in DBFData6 sample

Mensaje por ignacio »

David,
The bug was on TDbfDataSet. Now is fixed. It will be available on next
release. Really soon.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=45239b8d@news.xailer.com...]45239b8d@news.xailer.com...[/email]
> david fung wrote:
>> Jose F. Gimenez wrote:
>>> David,
>>>
>>>> System will not record the field Faccab->OBSERV saying the datatype is
>>>> incorrect (see screen capture) ?
>>>
>>
>> Can you tell what had been fixed ? I want/need to learn.
>>
>
> There was a bug that is already fixed.
>
> Is the bug fix in the sample (DBFData6) or in Xailer ?
>
>
>>>
>>>
>>>> When is these DBFs opened ? Are they physically open in FrmFraEdi.prg
>>>> line 83 (at FormCreate) ? When are they physically closed ? Is there an
>>>> explicit close required (to ensure all data are committed) ?
>>>
>>> It's opened at line 59 in FrmFacturas.prg and is closed and destroyed
>>> automatically when this tab is closed.
>>>
>>>
>>>> Also in line 83 of FrmFraEdi.prg, Can you explain what is
>>>>
>>>> 1. Application:oMainForm:oTabFac
>>>> 2. ::oDbfCab
>>>> 3. :oDbfCab
>>>> 4. Why the assignment ::oDbfCab := :oDbfCab ? (what is the purpose ?)
>>>
>>> To reuse the same dataset which is created in FrmFacturas
>>>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
NoName
Mensajes: 531
Registrado: Vie Feb 03, 2006 7:27 pm

datatype problem in DBFData6 sample

Mensaje por NoName »

David,
The bug was on TDbfDataSet. Now is fixed. It will be available on next
release. Really soon.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=45239b8d@news.xailer.com...]45239b8d@news.xailer.com...[/email]
> david fung wrote:
>> Jose F. Gimenez wrote:
>>> David,
>>>
>>>> System will not record the field Faccab->OBSERV saying the datatype is
>>>> incorrect (see screen capture) ?
>>>
>>
>> Can you tell what had been fixed ? I want/need to learn.
>>
>
> There was a bug that is already fixed.
>
> Is the bug fix in the sample (DBFData6) or in Xailer ?
>
>
>>>
>>>
>>>> When is these DBFs opened ? Are they physically open in FrmFraEdi.prg
>>>> line 83 (at FormCreate) ? When are they physically closed ? Is there an
>>>> explicit close required (to ensure all data are committed) ?
>>>
>>> It's opened at line 59 in FrmFacturas.prg and is closed and destroyed
>>> automatically when this tab is closed.
>>>
>>>
>>>> Also in line 83 of FrmFraEdi.prg, Can you explain what is
>>>>
>>>> 1. Application:oMainForm:oTabFac
>>>> 2. ::oDbfCab
>>>> 3. :oDbfCab
>>>> 4. Why the assignment ::oDbfCab := :oDbfCab ? (what is the purpose ?)
>>>
>>> To reuse the same dataset which is created in FrmFacturas
>>>
Responder