Monday, March 23, 2020

Tip of the Day: Added GetLockType Parameter to GETVAL Function
Product.......: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5)
Build.........: 10.5.2.20312 or higher
Sections......: Functions
Keywords......: GETVAL, GetLockType, Table, View, Lock

Did you know the GETVAL function includes a new parameter to capture the
type of lock on a table/view?

The added GetLockType parameter to the GETVAL function captures the type
of lock on a table or view.

Example:

SET VAR vCheckLockType TEXT = (GETVAL('GetLockType','Customer'))

The function returns the following values:

. None
. Local
. Remote
. Cursor
. Row

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/202003231912.02NJCwls047854%40atl4mhob20.registeredsite.com.

Reply via email to