Page 1 of 1

Request for JSFoundSetUpdater

PostPosted: Wed Jun 29, 2011 1:46 pm
by jasantana
Good morning from Gran Canaria.

What would you think about a little enhance for the JSFounSetUpdater.

Let´s say something similar to a FoxPro function: REPLACE <column> WITH <value> FOR <condition>

Where condition could be whatever: ALL for all the records in the foundset, a real condition like: column1>=20 AND column1<30, etc.

Thanks.

Re: Request for JSFoundSetUpdater

PostPosted: Wed Jun 29, 2011 1:52 pm
by patrick
Hi,

couldn't you just take care of the conditions when you create your foundset? You simply load the records where column1>=20 AND column1<30 etc and update the resulting foundset.