

SCRIPTCASE SC EXIT FORM CODE
To change the records of the second table (Client), put the following code on the onBeforUpdate Event. The case line itself is always of the same format, and it means that we are. Fixed adding records problem without categories in the calendar application. Fixed problem with displaying ajax event output in grid applications. with line breaks, in editable grid (view) forms. 0 roothiperion:/web/scriptcase roothiperion scriptcase cd sc riptcase 0. We change the client field of the formulary to select type and we create a OnChange Event on that field calling the method ‘carregarCliente’, including the following line:Ĭhanging records of both tables at same time Fixed problem when changing user privileges in Scriptcase administration. In the onLoad event call our ‘carregarCliente’ method by entering the following command line: In the first bracket inform the row of the matrix, on the second we inform the column. This dataset is a PHP matrix where we have two positions in brackets. The second parameter we reported a String with the sql SELECT statement to retrieve the values. you can give any name for this dataset, in this example we will name it customer.

application runsForm1.cs contains code that is associated with the Form1 formYou can open them. This macro have 2 parameters, the first is a dataset that retrieve the values. The default blank form is named Form1 automatically. Here we are using the macro sc_lookup () with this macro can retrieve database records running a SELECT on any table in the database.
183 184