Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Messing with .SCX form file methods?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Messing with .SCX form file methods?
Divers
Thread ID:
00564042
Message ID:
00564042
Vues:
54
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform