Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New method within a class
Message
From
13/04/2009 20:37:26
 
 
To
13/04/2009 09:46:07
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01394482
Message ID:
01394712
Views:
160
class command_buttons

command_buttons.savemode()
WITH This
.Parent.SetAll("Visible",.F.,"CommandButton")
.cmdSave.Visible = .T.
.cmdNo.Visible = .T.
ENDWITH
Thisform.SetAll("Enabled",.T.,"Textbox")


cmdAdd.Click()
APPEND BLANK
This.Parent.savemode


Form Pettycash has the command_buttons class. It has textboxes for data entry. Initially, all textboxes are disabled. So when the user clicks Add, it enables texboxes. This works fine.

But since I want to setfocus on the first textbox on my form (txtPCVno), I open Pettycash form and put Thisform.txtPCVno.Setfocus on cmdAdd.click(). It does nothing even the original code on my class.

What's wrong?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform