Page 1 of 1

help

Posted: Sat Jan 19, 2008 5:06 pm
by tricarico
ciao a tutti
come posso aggiungere un nuovo campo durante l'esecuzione del programma.
saluti marino

Posted: Sat Jan 19, 2008 6:21 pm
by driessen
And now in English ?

Posted: Sun Jan 20, 2008 9:09 am
by Silvio
tricarico sad

can I add a field when I execut an application ?

Re: help

Posted: Sun Jan 20, 2008 1:16 pm
by Enrico Maria Giordano
You can, but you have to close the table. Have a look at DbStruct() function. You have to create the new empty table, append the record from the old table, delete the old table and rename the new one.

EMG