Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass parameters to be used in a activex control
Message
From
03/03/2000 17:14:40
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
03/03/2000 16:59:57
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00341524
Message ID:
00341530
Views:
31
>I have a foxpro form that displays and prints a crystal report!
>Thanks to the help of Phil and Universal Thread:)
>Well.... I want to be able to set filters on the table Im reporting from how can I go about that?
>Idealy I want foxpro to do the SQL and crystal to report from the database... is that possible?


That's exactly what I do. Copy type fox2x.
....
oRpt = oCrystal.OpenReport(lcReportName+".RPT")
With oRpt
  With .Database.Tables(lcTable)
    .Location = tcPath+lcTemp+".dbf"
  Endwith
...
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform