F
Frank
Hi,
I want to put a datarowview aside to use later on. How?
dim curRow as datarowview
dim oldRow as datarowview
oldrow=currow doesn't do the trick because I save the object ref and oldrow
changes with currow. Do I have to copy every item 1 by 1 or is there some
neat trick?
Thanks in advance
Frank
I want to put a datarowview aside to use later on. How?
dim curRow as datarowview
dim oldRow as datarowview
oldrow=currow doesn't do the trick because I save the object ref and oldrow
changes with currow. Do I have to copy every item 1 by 1 or is there some
neat trick?
Thanks in advance
Frank