Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG? Hotkeys for pageframe not working when button has f
Message
De
18/03/2005 02:57:30
 
 
À
16/03/2005 10:07:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00996294
Message ID:
00997124
Vues:
12
Here is repro code, can anyone confirm?
Local loForm As Form
loForm = CreateObject("TestForm")
loForm.Show()

Define Class TestForm As Form 

	Add Object cmd1 As CommandButton with top = 20, left = 20, height = 30, width = 300, caption = "Test b\<utton 1"

	Add Object pgf1 As PageFrame with top = 60, left = 20, pagecount = 2, page1.caption = "Test pa\<ge 1", page2.caption = "Test p\<age 2"

	WindowType = 1
	height = 500
	width = 500
	
	Procedure init
	
		this.cmd1.SetFocus()
	
	EndProc
	
EndDefine 
Try pressing ALT+A to access page 2. At least on my setup, nothing happens.

Eyvind.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform