Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Report Designer cr7 - trying to use index table
Message
From
03/02/2000 11:29:50
 
 
To
02/02/2000 12:36:49
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00325913
Message ID:
00326700
Views:
31
thats what I will do then.

I am trying to control the crystal report preview window location and size
with no luck. also the preview appears for a a half second then disappears.
could you tell me what I am doing wrong.

DECLARE INTEGER GetActiveWindow IN Win32API
LOCAL lnhwnd
lnhwnd = GetActiveWindow()
tcrptname="C:\Seagate Software\Crystal Reports\womasbydept.rpt"
reportapp=createobject("Crystal.CRPE.Application")
orpt = reportapp.OpenReport(tcRPTName)
orpt.PrintWindowOptions.HasPrintSetupButton =.t.
orpt.PrintWindowOptions.HasSearchButton =.t.
orpt.PrintWindowOptions.HasexportButton =.t.
orpt.PrintWindowOptions.HascancelButton =.t.
orpt.PrintWindowOptions.hasZoomControl=.t.
orpt.Preview("Title", 12, 23, 624, 643,2,lnhwnd)
*orpt.Preview

Ken Paulson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform