Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse click does not work
Message
From
08/04/2005 03:19:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Mouse click does not work
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01002524
Message ID:
01002524
Views:
64
Dear Experts

To display print preview I use following codes, this works fine.
oPrintPrev = CREATEOBJECT("Form")

WITH oPrintPrev
   .NAME = "PrintPrev"
   .CAPTION = THISFORM.Caption+" Print Preview"
   .TOP = THISFORM.CONTAINER2.TOP
   .LEFT = THISFORM.CONTAINER2.LEFT
   .WIDTH = THISFORM.CONTAINER2.Width-10 
   .HEIGHT = THISFORM.CONTAINER2.HEIGHT-10
   .MinButton = .F.
   .AlwaysOnTop = .T.
   .Windowstate = 2
ENDWITH

REPORT FORM d:\banks\reports\acbcf PREVIEW WINDOW PrintPrev
To expand a specific part of print preview I use following command
MOUSE CLICK AT 12,18
MOUSE DBLCLICK AT 18,50
But it do not work.
Please help me to enable mouse click codes in print preview.

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform