Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selection of record from one listbox to another Listbox..
Message
De
03/04/2002 15:22:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Selection of record from one listbox to another Listbox..
Divers
Thread ID:
00640529
Message ID:
00640529
Vues:
70
Hi,

I have created two listbox. first list box I am populating from one table by following command.
with thisform.list1
	.RowsourceType=3
	.Rowsource=' select file_name from mainsys'+;
	' order by file_name'+;
	' into cursor curref'
	
endwith
I have another list box. I have created four command button to select one record to listbox2, selec all record to listbox2. and remove one record from listbox2 or remove all selected record from listbox2.

Could anyone help me actual command what I have to write at all four button...please help.

Thanks in Advance
Sajjad Ahmad
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform