DataLookup/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „== Output parameters ==“)
 
(Není zobrazeno 9 mezilehlých verzí od stejného uživatele.)
Řádek 11: Řádek 11:
 
Looks up the data record in the data source specified by the  parameter [[#datasource-| DataSource]] and stores its contents in the output parameters. Querying the data source presumes the return of just one record, otherwise the command ends in error.
 
Looks up the data record in the data source specified by the  parameter [[#datasource-| DataSource]] and stores its contents in the output parameters. Querying the data source presumes the return of just one record, otherwise the command ends in error.
  
== Vstupní parametry ==
+
== Input parameters ==
  
 
<span id="datasource-"></span>
 
<span id="datasource-"></span>
 
=== DataSource ===
 
=== DataSource ===
  
Typ [[Special:MyLanguage/Datové typy#DataSource | DataSource]]
+
Type [[Special:MyLanguage/Data types#DataSource | DataSource]]
  
Datový zdroj, jehož výběrový dotaz musí být zadán příp. parametrizován tak, aby vracel práve jeden záznam.
+
Data source whose query must be specified or parameterized to return just one record.
  
 
=== Enabled ===
 
=== Enabled ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
+
Enables or disables the command. If the value is 0, the command will not be executed.
  
 
=== PreWait ===
 
=== PreWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled = 0.
  
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==

Aktuální verze z 27. 1. 2021, 17:49

Jiné jazyky:
English • ‎čeština

Description

Alias: DLU

Looks up data records.

Looks up the data record in the data source specified by the parameter DataSource and stores its contents in the output parameters. Querying the data source presumes the return of just one record, otherwise the command ends in error.

Input parameters

DataSource

Type DataSource

Data source whose query must be specified or parameterized to return just one record.

Enabled

Type Number

Enables or disables the command. If the value is 0, the command will not be executed.

PreWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled = 0.

PostWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

Output parameters