Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mouse click does not work
Message
De
08/04/2005 03:19:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Mouse click does not work
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
01002524
Message ID:
01002524
Vues:
58
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform