- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@7 b6239004-a887-0f4b-9937-50029ccdca16
32 lines
938 B
HTML
32 lines
938 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="..\styles.css">
|
|
</head>
|
|
<body>
|
|
<img src="..\..\da.png" alt="" align="right">
|
|
|
|
<!-------------------------------------------------------------------------->
|
|
|
|
<p class="h1">
|
|
<span>Briefcase model sample</span>
|
|
</p>
|
|
|
|
|
|
<h2>Purpose</h2>
|
|
<p>
|
|
This example shows how to create a <b>briefcase model</b> using a Data Abstract Client.
|
|
</p>
|
|
<h2>Getting Started</h2>
|
|
|
|
<ul>
|
|
<li>Launch the Server.</li>
|
|
<li>Launch the Client.</li>
|
|
<li>The first time the server runs it will ask to fetch the data, else it will load it from disk. </li>
|
|
<li>Make some changes to the records.</li><li>Close the client.</li>
|
|
<li>Re-open the client and the changes will still be there. </li>
|
|
<li>Pressing Apply Updates will send the changes back to the server.</li>
|
|
</ul>
|
|
<!-------------------------------------------------------------------------->
|
|
</body>
|
|
</html>
|