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.
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
-
- Mensajes: 257
- Registrado: Mié Jul 19, 2006 8:48 am
datatype problem in DBFData6 sample
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
--
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
--
datatype problem in DBFData6 sample
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
> 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
datatype problem in DBFData6 sample
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
> 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
-
- Mensajes: 257
- Registrado: Mié Jul 19, 2006 8:48 am
datatype problem in DBFData6 sample
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,
>
>> 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
>
-
- Mensajes: 257
- Registrado: Mié Jul 19, 2006 8:48 am
datatype problem in DBFData6 sample
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,
>
>> 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
>
-
- Mensajes: 257
- Registrado: Mié Jul 19, 2006 8:48 am
datatype problem in DBFData6 sample
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
>>
> 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
>>
-
- Mensajes: 257
- Registrado: Mié Jul 19, 2006 8:48 am
datatype problem in DBFData6 sample
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
>>
> 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
- Site Admin
- Mensajes: 9442
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
datatype problem in DBFData6 sample
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
>>>
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
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
datatype problem in DBFData6 sample
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
>>>
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
>>>