Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM Automation Performance
Message
From
13/09/2005 10:50:27
 
 
To
13/09/2005 10:35:15
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01049093
Message ID:
01049103
Views:
20
Mike,

>Are there any examples of this?

Untested pseudo code ... runs in my browser :)

Note that you would want to use some logic so that you create each client's tables in a client specific folder or using a client specific naming convention. My example does not show this logic.
* build temp table(s) you want to send to client
select ... to table TBL_TABLE_1
select TBL_TABLE_1
use

select ... to table TBL_TABLE_2
select TBL_TABLE_2
use

* zip your tables using DLL, ActiveX or command line (used below)
!zip TBL.ZIP TBL_TABLE*.*

* return TBL.ZIP to client
Rick Strahl has a more elaborate example using a 3rd party compression component in his book VFP Internet Book (see www.henzenwerke.com for Rick's book). Rick may also have a similar example in his wwIpstuff product code found at www.west-wind.com.

Malcolm
Malcolm Greene
Brooks-Durham
mgreene@bdurham.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform