|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Database > FetchByUid |
Fetches a field value in a specified record, given the unique id.
call DBWShell("FetchByUid DocUID FieldName [AddDecimals]")
DocUID |
document Unique id |
|---|---|
FieldName |
field name to fetch in the DBWorks database |
AddDecimals |
Optional. |
call DBWShell( "FetchByUid 354 Description" )
if (okDBW = False) then exit sub
call DBWShell( "FetchByUid 354 LAST_MODIFICATION_DATE 1" )
if (okDBW = False) then exit sub