Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check the scanning date of pic
Message
 
 
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:
01323108
Views:
11
It's cleaner to use INSERT INTO
INSERT INTO asdgt (code, modified) VALUES (oFile.Name, oFile.DateLastModified)  
>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
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform