Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pageframes
Message
From
22/10/1999 00:00:49
 
 
To
21/10/1999 23:30:23
Randy Hooper
Ranco Business Software
Tampa, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00279706
Message ID:
00279770
Views:
20
Hi Randy,

Put this code in you Activate event and clear out you AddObject method (right click it on the property sheet and choose ResetToDefault):
if type('this.ghptab1') <> 'O'
	set classlib to ptlib additive
	this.addObject("ghptab1","ghptab")
	this.ghptab1.visible = .t.
endif
this.refresh()
SELECT("vCustomer")
thisform.label2.caption = ' '
Please tell me this works. I couldn't test, there was too muc stuff going on in your form for me to run it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform