Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chain of multiselect
Message
From
09/01/2014 02:17:18
 
 
To
08/01/2014 22:35:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
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:
01591551
Views:
46
Got it :)
As long as I don't initiate the second form from within the first, it works fine in a chain.

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
>
Previous
Reply
Map
View

Click here to load this message in the networking platform