Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loop through Object Properties
Message
 
 
To
13/10/2008 11:44:01
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01354594
Message ID:
01354634
Views:
15
This message has been marked as a message which has helped to the initial question of the thread.
You can use INSERT INTO instead of APPEND
INSERT INTO csrWorkListDetail SELECT * FROM csrTemp
>That worked. Thanks!
>
>CLOSE DATABASES 
>CLEAR ALL
>
>USE C:\fmsrun\PROMPT\WorkList_Detail.dbf
>
>SCAN
>
>	SCATTER NAME oWorkListDetail
>	=Obj2Cursor(oWorkListDetail,'csrTemp')
>	IF !USED('csrWorkListDetail')
>		SELECT * FROM csrTemp WHERE .F. INTO CURSOR csrWorkListDetail READWRITE
>	ENDIF 
>	SELECT csrWorkListDetail
>	APPEND FROM DBF('csrTemp')
>	SELECT WorkList_Detail
>
>ENDSCAN
>
>SELECT csrWorkListDetail
>BROWSE LAST
>
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform