Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chain of multiselect
Message
From
08/01/2014 22:35:42
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Chain of multiselect
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01591548
Message ID:
01591548
Views:
70
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
Next
Reply
Map
View

Click here to load this message in the networking platform