Triggers: Difference between revisions

303 bytes removed ,  19 September 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 216: Line 216:
The script must be set for action Creating a record and phase Opening a form.
The script must be set for action Creating a record and phase Opening a form.


==Работа с файлами==
== Working with files ==
С помощью скриптов можно выполнять чтение или запись файлов расположенных во внутренней памяти устройства или на сд-карте.  
With scripts you can read or write files located in the device's internal memory or on the SD card. All file operations performed by the File object, which is obtained through a method call file().
Все операции с файлами производятся через объект File, который получается через вызов метода file().
 
To work with the files for the library to be set to a resolution - on the reading and / or writing files.


Для работы с файлами для библиотеки должно быть установлено разрешение - на чтение и/или на запись файлов.
===Глобальные Функции===
===Глобальные Функции===
====file(name)====
====file(name)====