Página 1 de 1

datatype problem in DBFData6 sample

Publicado: Mié Oct 04, 2006 6:07 am
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
--

datatype problem in DBFData6 sample

Publicado: Mié Oct 04, 2006 10:34 am
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

datatype problem in DBFData6 sample

Publicado: Mié Oct 04, 2006 10:34 am
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

datatype problem in DBFData6 sample

Publicado: Mié Oct 04, 2006 10:53 am
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
>

datatype problem in DBFData6 sample

Publicado: Mié Oct 04, 2006 10:53 am
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
>

datatype problem in DBFData6 sample

Publicado: Mié Oct 04, 2006 1:31 pm
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
>>

datatype problem in DBFData6 sample

Publicado: Mié Oct 04, 2006 1:31 pm
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
>>

datatype problem in DBFData6 sample

Publicado: Mié Oct 04, 2006 5:53 pm
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
>>>

datatype problem in DBFData6 sample

Publicado: Mié Oct 04, 2006 5:53 pm
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
>>>