Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Aligning optiongroup buttons
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Aligning optiongroup buttons
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01266131
Message ID:
01266131
Vues:
54
I have an optiongroup button with 4 options. I am hiding different options using:
		IF lv_institiution_select.i_food = .T.
			thisform.opg1.o2.Visible = .t.
		ELSE 
			thisform.opg1.o2.Visible = .f.
		ENDIF
		
		IF lv_institiution_select.i_household = .T.
			thisform.opg1.o3.Visible = .t.
		ELSE
			thisform.opg1.o3.Visible = .f.			
		ENDIF 
		
		IF lv_institiution_select.i_clothing = .T.
			thisform.opg1.o4.Visible = .T.	
		ELSE
			thisform.opg1.o4.Visible = .f.
		ENDIF	
Is there a way to automatically left justify the option buttons if the option button in front is invisble?

thanks
Nick
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform