Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Chain of multiselect
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Chain of multiselect
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:
01591548
Vues:
67
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform