Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Magnify Data
Message
De
28/02/2003 13:10:42
Jorge Haro
Independent Consultant
Juarez, Mexique
 
 
À
28/02/2003 12:26:05
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00759492
Message ID:
00759529
Vues:
17
How about this in the form's mousemove:
LPARAMETERS nButton, nShift, nXCoord, nYCoord
with thisform.text1

IF nXCoord >= .left and ;
	nXCoord <= .left +  .width and ;
	nYCoord >= .Top and ;
	nYCoord <= .Top + .height
	
	.FontSize = 10
	.Height = 25
else
	.FontSize = 7
	.Height = 19
	
endif
endwith
>I have a form that has a lot of data pertaining to a record. Due to space some of the text boxes are small and hard to read. Normally these text boxes are just along for the ride. However, occasonally someone needs the info. Those with crisp monitors and keen eyes can read the data okay. But us with less than perfect eyesight have trouble. I want to use a ToolTip technique to temporarilly enlarge the text/data when necessary. Any ideas?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform