Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual MaxFrame read-only data entry grid/add button
Message
From
05/12/2002 12:41:59
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00729685
Message ID:
00729948
Views:
13
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform