Message
From
11/06/2008 10:39:55
 
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01323065
Message ID:
01323092
Views:
15
Sergey now i want to replaced in a cursor it is true way.???
CREATE CURSOR asdgt (code CHR(6),modified datetime) 
oWSH = CREATEOBJECT('Scripting.FileSystemObject')
oFolder = oWSH.GetFolder('f:\project\school\stipcs')

FOR EACH oFile IN oFolder.Files
	
	?oFile.Name, oFile.DateLastModified

SELECT asdgt
APPEND BLANK
replace code WITH oFile.Name
replace modified WITH oFile.DateLastModified

NEXT
brows
Previous
Next
Reply
Map
View