Hi all :) I am new to v12 and have a question. I have been handed a nicely coded cd-rom and have been asked to add some new functionality. The task requires I add a new column to the already poulated v12 database ... but I am stumped on how to do this.
The column I need to add is called "FONTSTYLE". So far I have worked out : -- open the existing DB tdatapath = path\to\DBFfile set gDB=new(Xtra "V12dbe",tdatapath,"ReadWrite","cm01") -- open the table set gPlantTable=new(Xtra "V12table", mGetRef(gDB), "plant") What is the next line of code required to add a column called "FONTSTYLE" ... PLEASE don't say this can only be done when the DB is first created!!!! Many thanks, Jason. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
