satelliteforms

Programmatically add multiple filters on one column. SatelliteForms

Is there a way to add more than one filter on a column programmatically? Tables("TYPE").AddFilter("Code", "<>", "OP") -- Works until then next line. Tables("TYPE").AddFilter("Code", "<>", "MP") -- The first filter is removed. .... I'm not cool enough to add a SatelliteForms tag. Here is a link to the SatelliteForms. ...

Synchronizing Pocket PC application using Web service.

I am using Satellite forms Pocket PC application. There is new requirement in which I have to sync the Pocket PC over HTTP protocol using Web Application (ASP.NET) . Please provide me some suggestions to do that. Thanks in advance... ...