Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control won't give up focus?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00556385
Message ID:
00556386
Views:
21
Here's my button code:
isediting = .T.
SELECT MASTER
BLANK FIELD master.closed
* Set form backgrnd color
* Light gray if open record, Dark gray if closed record
IF EMPTY(master.closed)
	THISFORM.BackColor = RGB(192,192,192)
ELSE   
	THISFORM.BackColor = RGB(160,160,160)
ENDIF
THISFORM.Caption = "EDITING     "+mast_cap
THISFORM.Refresh
THISFORM.Edit2.SetFocus
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Previous
Reply
Map
View

Click here to load this message in the networking platform