Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1- Script genel yapısı ve kullanımı
Genel bilgiler

Script Editör ile yazılan scriptler Sys uygulamasında Terminal Parametreleri bölümünde tanımlanır ve tüm kullanıcılar için geçerli olur. Ayrıca, Sys uygulamasında Kullanıcı Tanımları ekranında, kullanıcı için belirli bir script seçilerek o kullanıcıya özel süreçler yürütülebilir.

Bir kullanıcı el terminalinden sisteme giriş yaptığında, varsa o kullanıcıya özel script, yoksa genel tanımlanmış script işletilmeye başlanır.

Scriptler bir oturum kapsamında çalışır ve kullanıcı oturumu kapatıncaya kadar işletilme durumu ve içindeki değişkenler korunur. Scriptte bir değişiklik yapıldığında, kullanıcı oturumunu yeniden başlatmak yeterli olurgeneral structure and usage

General information

Scripts written with the Script Editor are defined in the Terminal Parameters section of the Sys application and are valid for all users. A specific script is selected for the user on the User Definitions screen in the Sys application, and user-specific processes can be executed.

When a user logs into the system via the handheld terminal, a user specific script, if any, or a general script starts to execute.

Scripts run in a session and the execution and the variables are saved until the user logs out. When the script changes, it is sufficient to restart the user session.

Script yapısı

Scriptler formlardan ve formların içinde yazılmış komutlardan oluşur. Tüm formlar BeginForm(Form adı) ile başlar ve EndForm komutuyla biter. Form adlarında Türkçe karakter kullanılmaz.

...