Update Combobox (DevExpress) in Main Form when closing Form secuandario vb.net

0

Good afternoon colleagues of the informatica I resort to your very good help I am worked with SQL 2012 and VB 2015 with devexpress component I have a problem and it is the following I have two form we will put form 1 and form 2   what I want is that what I do in form 2 either update delete or add element is updated in a combox that I have in form 1 what I tried putting in the event Activited in form 1 it does it well but it sends me an error when starting the form 1 procedure to load that combox I am missing a parameter and it is clear why the form1 is blank as I can do to avoid that error

I hope you have given me to understand I hope your help thanks

    
asked by Jose 29.04.2018 в 01:55
source

1 answer

0

ALREADY RESOLVED

I SHARE YOU HOW I DID

CREATE A CLASS

Public class convo  IF String.NullOfEmpety (combox name) then exit sub   End if end class

    
answered by 29.04.2018 в 02:17