Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ConversionFunc
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00812237
Message ID:
00813020
Views:
112
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform