Subject Re: updateSet() append()
From eric wu <ericwuu@hotmail.com>
Date Mon, 26 Jan 2015 17:19:51 -0600
Newsgroups dbase.getting-started


I got it.
it did not work because it's pointed to the last row!
This should be written to the Help!!

thank you !


On 1/26/2015 2:53 PM, Bruce Beacham wrote:
> On 26/01/2015 14:15, eric wu wrote:
>
> Try adding this:
>> u = new Updateset()
>> u.source = q1.rowset
> q1.rowset.first()
>> u.destination = q2.rowset
>> u.append()
>>
>> in my .wfm
>> it runs no error, but I don't see any data been appended.
>
> You may also like to look at xupdateset.cc in the dUFLP.
>
>
> Bruce Beacham