MyNeckHurts
Programmer
In version VFP 6.0 I was able to rename, add, and drop columns of cursors. It doesn't seem to work in VFP 7.0. I use the cursor data in exported excel files. Does anyone have any suggestions?
Sample:
ALTER TABLE tmpPayments DROP COLUMN acctg_dt
ALTER TABLE tmpPayments RENAME COLUMN Idate TO Invoice_Dt
Sample:
ALTER TABLE tmpPayments DROP COLUMN acctg_dt
ALTER TABLE tmpPayments RENAME COLUMN Idate TO Invoice_Dt