Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Visual MaxFrame read-only data entry grid/add button
Message
De
05/12/2002 12:41:59
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00729685
Message ID:
00729948
Vues:
14
Rich,

The trick here is to activate page 3 of the pageframe and then setfocus to the textbox. Put this in the click event of the cmddegridadd button and try it.
IF NOT DODEFAULT()
  RETURN .F.
ENDIF

With This.Parent.Parent
  .ActivePage = 3
  .Page3.txtThing.SetFocus()
EndWith
Kendall Webb
Senior Software Engineer
MCAD.Net/MCSD.Net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform