如何在foxpro指定位置里插入一条记录

第一步:选定插入位置。
可以用 go <记录号> 的方法;
亦可在 Brow 浏览状态下点取,这样更直观。

第二步:插入。
在选定的记录后插入:insert blank
在选定的记录前插入:insert blank Before

最后要提醒一下,如此表已建立了索引,进行此操作插入的记录,都在表尾!

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>