Tutorial: Tutorial: QR Code

In this example we will see how to use the “QR Code” in the Grid.

We create the Grid application.

1. We create the grid based on the “products” table.

2. In the grid option of the application menu, create the “QRCode” field.

3. Go to the “Values format” tab to configure the size of the QR Code.

4. The QR Code is used to contain links, so we will assign a link value to the qrCode field in the OnRecord Event so that all records contain the same value.

{qrCode} = 'www.scriptcase.net';

5. Finally, select the “Run application” button on the toolbar to generate the query.

To see more examples created with Scriptcase, go to: Examples: Complete systems and applications with Scriptcase

Tutorials in the same category

Card View HTML

  This tutorial demonstrates how to create a Grid application using the “User defined” ori...

Evaluation Field in the Grid

In this tutorial, you will see how to use the evaluation fields in a Grid application.  We ...

Evaluation Field in Summary

In this tutorial, you will see how to create a Summary by using the evaluation fields. We can use ...

Grid with fixed toolbar

  In this example, we are going to develop a report using a fixed toolbar on the top so we can...

Comment this post