Tuesday, August 27, 2019

Tip of the Day: Capturing an External Form File Version Number
Product.......: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5)
Build.........: 10.5.1.30822 or higher
Sections......: Commands
Keywords......: External Form, PLUGIN, ExtForm, Version

Did you know you can capture the version of an external form file?

A new internal R:BASE plugin, named ExtForm, was implemented to capture
the version number of a specified external form file.

Syntax:

PLUGIN ExtForm VarName|<options>

Options:

Option    Value                Description
------    -----                ---------------
ACTION    GET_VERSION_NUMBER   Specifies to capture the version number
FILE      value                Specifies external form file name

Where:

VarName is the variable name to return "OK" or an error message.

vRBTFormVer is a generated variable which holds the version number as an
INTEGER value.

Notes:

If the external form file does not exist, an error is returned to VarName.

Example:

PLUGIN ExtForm vResult|ACTION GET_VERSION_NUMBER|FILE RRBYW20.RFF

SHOW VAR
vRBTFormVer        = 9           INTEGER
vResult            = OK          TEXT

Very Best R:egards,

Razzak.

https://www.rbase.com
http://www.facebook.com/rbase/

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- You received this message because you are subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/201908271312.x7RDCDVk018822%40atl4mhob08.registeredsite.com.

Reply via email to