Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call a Crystal Report
Message
From
05/12/2001 11:42:49
 
 
To
03/12/2001 18:10:24
Wesley Wilson
ERW Custom Programming, Inc.
Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00586914
Message ID:
00589926
Views:
29
You're right! But I assume that he's working with only a table. And, well, I use my class with just one table which can be the result from many tables as following:
Select a.a1, b.b1, a.a2, b.b2 from a, b where a1 = b1 into cursor curFinal
Select curFinal
Copy to c:\midbf.dbf Type Fox2x
.object.Tables(1)= "c:\midbf.dbf"
** anithing else goes here
>ok. that seems to work but not sure what to do if there are multiple tables in the query.
>
>and so it seems like you're saying that i dont need the ".connect" which would be used with the active X control (since we're instanciating the application itself)
>
>and how do i set up the ".SelectionCriteria" (again, that is the way to do it with the active X object - not sure how with the application object).
>
>thanks,
>
>keith
Previous
Reply
Map
View

Click here to load this message in the networking platform