Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Chain of multiselect
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01591548
Message ID:
01591576
Vues:
55
thanks borislav - i'll clean that up.

k
>>I am using multiselect listbox form (coded as in the VFP sample in help) to collect data and store it as a variable. i then open a second multiselect listbox form to collect a different set of parameters.
>>
>>Each form works fine independently - the problem i am having is that when i try to link the two, (as shown below) the second form closes after the line read events.
>>
>>any suggestions much appreciated
>>k
>>
>>
>>DEFINE CLASS cmdMyCmdBtn3 AS CommandButton 
>>   Caption = 'OK' 
>>   Cancel = .T.  
>>   Left = 5
>>   Top = 210  
>>   Height = 25 
>>  
>>   PROCEDURE Click
>>   clear events
>>      frmMyForm.release() 
>>      if not empty(items)
>>      do Mygrp3
>>      endif
>>  
>>ENDDEFINE
>>
>
>Usually you should have only one READ EVENTS and one CLEAR EVENTS in the application.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform