J
Joel
I have Drag and Drop working for my forms, but is there a way to switch the
values in the 2 textboxes when you drop n drag?
EX:
tbOne = 1 tbTwo = 2 after drag and drop from tbTwo to tbOne would normaly
be tbOne = 2 and tbTwo = 2.
I would like it to do this;
tbOne =1 tbTwo =2 after drag and drop from tbTwo to tbOne
tbOne -2 and tbTwo = 1
Thanks!
values in the 2 textboxes when you drop n drag?
EX:
tbOne = 1 tbTwo = 2 after drag and drop from tbTwo to tbOne would normaly
be tbOne = 2 and tbTwo = 2.
I would like it to do this;
tbOne =1 tbTwo =2 after drag and drop from tbTwo to tbOne
tbOne -2 and tbTwo = 1
Thanks!