The correct one is:
htable.Fields
I assume you have this line in your code:
Dim hTable As Table
Your code is similar to mine, but I do not use the "with".
I do the full line. hTable.Fields.Add("cod_ficha", db.String, 20)
Try doing it that way.
Maybe there is a bug in the "With"???
paul
On
and then i have this error when run in another runtime environment:
Unknown symbol 'Fields' in class 'Connection'
i have this code:
If Not consq.Tables.Exist("sysasis_listado") Then
hTable = consq.Tables.Add("sysasis_listado")
With hTable.Fields