...
search argument
The value can be anumber
,string
, orarray
value specifying arelative record number
(RRN
),key value
, orlist of key values
(array
ofnumber
/string
).don't lock (optional)
Aboolean
true
can be passed to avoid locking the record if the file is open forupdate
/delete
. If this parameter is set toboolean
false
or omitted records will be locked forupdate
/delete
files.record format name (optional)
Astring
value specifying the record format name can be passed.input data structure (optional)
A Profound.jsdata structure reference
can be passed.
If specified, the referenced data structure will be populated with the record data. If the data structure is not qualified, you must wrap the parameter with the pjs.ds() API.
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Code Block | ||||
---|---|---|---|---|
| ||||
pjs.defineTable("myfile", { keyed: true, read: true }); myfile.getRecord(101); if (myfile.found()) doSomething(); |
Video Tutorial
Widget Connector | ||||||
---|---|---|---|---|---|---|
|