Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ConversionFunc
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00812237
Message ID:
00813020
Vues:
117
Hi

here is the code of Init Event of CA
local llReturn
do case
	case not pemstatus(This, '__VFPSetup', 5)
		This.AddProperty('__VFPSetup', 0)
	case This.__VFPSetup = 2
		This.__VFPSetup = 0
		return
endcase
llReturn = dodefault()
*** Setup code: DO NOT REMOVE
***<SelectCmd>
text to This.SelectCmd noshow
Select * from Region
endtext
***</SelectCmd>
***<UpdateNameList>
text to This.UpdateNameList noshow
RCODE Region.RCODE, DESCR Region.DESCR
endtext
***</UpdateNameList>
***<UpdatableFieldList>
text to This.UpdatableFieldList noshow
RCODE, DESCR
endtext
***</UpdatableFieldList>
***<ConversionFunc>
text to This.ConversionFunc noshow
DESCR RTRIM
endtext
***</ConversionFunc>
*** End of Setup code: DO NOT REMOVE
if This.__VFPSetup = 1
	This.__VFPSetup = 2
endif
return llReturn
Thanks
Anwar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform