J
Joel
This was posted in the programing section but I think it will get seen by
more people here. (Sorry for the repost)
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 or something similer?
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!
more people here. (Sorry for the repost)
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 or something similer?
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!