V4MD API search in two fields of same table

Igor Gomon giv at tlc.kherson.ua
Fri Sep 2 12:47:57 CDT 2005


Hi Paolo,

> in API is possible to search like this pseudo script?
> 
> rs = gTable.field(clickedCol).findValue(searchString) AND
> gTable.field(otherCol).findValue(otherString)
You should write something like this:

rs = gTable.field(clickedCol).findValue(searchString);
rs = gTable.field(otherCol).findValue(otherString, rs)

-- 
Best regards,
Igor Gomon
-------------------------------------------------------------
e-mail: giv at tlc.kherson.ua
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://listserv.macserve.net/mailman/listinfo/valentina





More information about the Valentina-beta mailing list