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
--