Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pageframes
Message
De
22/10/1999 00:00:49
 
 
À
21/10/1999 23:30:23
Randy Hooper
Ranco Business Software
Tampa, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00279706
Message ID:
00279770
Vues:
19
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform