Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CA VCX Builder Revision
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
CA VCX Builder Revision
Divers
Thread ID:
00779140
Message ID:
00779140
Vues:
36
I have updated my CA VCX Builder to reflect the following change. In my CABuilder.prg file, the following procedure should be changed to the following:
PROTECTED PROCEDURE Cr8_AutoOpenCode
	TEXT TO THIS.cAutoOpenCode NOSHOW PRETEXT 1
        *** Setup code: DO NOT REMOVE
        if not pemstatus(This, '__VFPSetup', 5)
        	This.AddProperty('__VFPSetup', 1)
        	This.Init()
        endif
        *** End of Setup code: DO NOT REMOVE
        IF NOT DODEFAULT()
        	RETURN .F.
        ENDIF
        NODEFAULT

	ENDTEXT
ENDPROC
Move the IF NOT DODEFAULT() lines of code to the bottom instead of at the top. Also make this change in any VCXs you have already created with this builder.
Mark McCasland
Midlothian, TX USA
Répondre
Fil
Voir

Click here to load this message in the networking platform