I particularly like the file download example in the CTP:
CLEAR LOCAL x AS NET4COM.INetwork x=CREATEOBJECT("NET4COM.Network") ? IIF(x.IsAvailable(),"Network is available","Network is NOT available") ? IIF(x.Ping("localhost"),"Ping successful","Ping UNseccessful") ? "Downloading file..." x.DownloadFile("http://foxcentral.net","_output.txt") ?? "Complete." MODIFY FILE _output.txt ERASE _output.txt RETURN
Downloading files has never been easier.
If you examine the VB Source however, a small giggle always comes to mind when you examine VS2005 autogenerated code in the assembly which automatically inserts the line:
' This code was generated by a tool.
Mmmm! The mind boggles - no comment.
Dave Crozier "Most Software Engineers are geniuses Their brain is a masterpiece. It is divided into 2 parts left and right: In the left nothing is right and in the right nothing is left"
-----Original Message----- From: profox-bounces .at. leafe .D.O.T com [mailto:profox-bounces@leafe.com] On Behalf Of Michael Hawksworth Sent: 28 February 2006 09:58 To: Profox Subject: Sedna CTP release
Besides the wrapper there is the list of Activex controls that will be added to the system. Has anyone used the DBI controls and do you think they are worth looking at now or should we just wait for the few free ones?
-- Michael Hawksworth Visual Fox Solutions
Michael .at. foxpro .D.O.T co.uk www.foxpro.co.uk
[excessive quoting removed by server]
©2006 Dave Crozier |