Carry variables from one form to another in V
Closed
                                    
                        nag                    
                                    -
                            Feb 21, 2010 at 06:27 AM
                        
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 21, 2010 at 07:43 AM
        rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 21, 2010 at 07:43 AM
        Related:         
- Carry variables from one form to another in V
 - Wpan full form - Guide
 - Facebook group disabled appeal form - Guide
 - Instagram appeal form for disabled account - Guide
 - Ascii full form - Guide
 - Instagram appeal form - Instagram Forum
 
1 response
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
Feb 21, 2010 at 07:43 AM
    Feb 21, 2010 at 07:43 AM
                        
                    declare your variable at the top of the module as public.
public lLastRow as long
This will make lLastRow available to all modules in the application
            public lLastRow as long
This will make lLastRow available to all modules in the application