Have You seen the TimeEntry sample at
http://www.macromedia.com/devnet/mx/flash/articles/time_entry02.html ?
a.. Querying an Access database using a Cold Fusion web service
a.. Creating calculated fields
a.. Embedding a CheckBox within a DataGrid
a.. Creating a static data-aware lookup list
a.. Creating a dynamic data-aware lookup list
a.. Filtering
a.. Sorting
a.. Creating an update log file (displays data sent between client and
server)
a.. Saving data and changes offline
a.. Adding a reconcile dialog box (reports errors from the server and allows
users to fix and resend)
Saving data and changes offline: Users can work with data offline or online.
I think this what You are looking for. But it´s written in CF and Flash
Remoting and I think You can tranform it into .NET.
Or maybe Flex? I haven´t used but if I remember right I have seen
online-offline functionality.
Jens
"Rossco G" <webforumsuser@macromedia.com> skrev i meddelandet
news:c9644t$806$1@forums.macromedia.com...
[quoted text, click to view] > I'm trying to build a stand alone application that is used as a sales tool
on a
> laptop, this sales tool is managed via on online .NET application. ie.
product
> name, model, images etc.
>
> When the salesperson is online i want the application to go and retrieve
the
> latest data and cache it on their machine, so when they are on site with
no
> connection present they can view the updated information.
>
> is this possible with flash remoting? or am i barking up the wrong tree.
>