Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Writing to a new Table
Message
 
 
To
15/12/2009 17:22:58
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01439105
Message ID:
01439260
Views:
50
>the browse isnt needed i just wanted to open the table.

The USE commend is for opening a table
* Select the first not used work area
SELECT 0
* open table 'mytable'
USE mytable 
> But if i dont use replace the new values get written 2 the second row...skipping the first

The 'REPLACE' in your code has nothing to do with it. It does nothing.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform