Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Messing with .SCX form file methods?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Messing with .SCX form file methods?
Miscellaneous
Thread ID:
00564042
Message ID:
00564042
Views:
53
I read the form file MYFORM.SCX by doing
USE MYFORM.SCX IN 0 SHARED

and I added the last three lines to the methods of the form programmatically as shown here
PROCEDURE When
RETURN isediting
ENDPROC
PROCEDURE InteractiveChange
* Yellow backgrnd if no data, White backgrnd if data
THIS.BackColor = IIF(EMPTY(THIS.Value),RGB(255,255,128),RGB(255,255,255))
THIS.DisabledBackColor = IIF(EMPTY(THIS.Value),RGB(255,255,128),RGB(255,255,255))
ENDPROC
PROCEDURE RightClick
HELP ID THIS.HelpContextID
ENDPROC
My question is -
How come when I open the form and look at the Methods that I added/updated by adding the PROCEDURE RightClick method to the form along with HELP ID THIS.HelpContextID line and the ENDPROC line, it does not show in the Methods? Am I forgetting something? I added those last 3 lines to the form.methods field.

Thanks for a clue?
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.
Next
Reply
Map
View

Click here to load this message in the networking platform