Componentes.Terceros.RemObj.../internal/5.0.23.613/1/Data Abstract for Delphi/Samples/Business Rules Scripts/BusinessRulesScripts.Sample.html
david f0e35ec439 - Eliminadas las librerías para Delphi 6 (Dcu\D6) en RO y DA.
- Recompilación de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime.

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@3 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 10:40:17 +00:00

41 lines
1.1 KiB
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>BusinessRulesScripts</span>
</p>
<h2>Purpose</h2>
<p>
This example demonstrates how client side scripts can be <b>modified on the server</b>
and then <b>downloaded to the client</b> via a simple call.
</p>
<p>
When you compile and launch the server, it displays a memo containing various client
side rules executed within event handlers such as BeforePost.
</p>
<p>
You can test it by compiling and launching the client. Try deleting an
item with a <b>gain &gt; 90</b>, for example.
</p>
<p>
Next modify the server memo and click <b>Refresh Scripts from Server</b>
to see that your change has been actioned.
</p>
<p>
Note how the strong typing allows simple reference to field names, thus
making script changes as simple as possible.
</p>
<!-------------------------------------------------------------------------->
</body>
</html>