Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

fm: ENQUEUE_ESFUNCTION - get user lock

Former Member
0 Likes
464

hello everybody !

This fm can lock program. now i also need who the user lock the program

how can i get it ? ?

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
0 Likes
407

Try with this FM LOCK_SOURCE

Source_name = program name

Mode = EDIT

Cheers

Manohar

2 REPLIES 2
Read only

Manohar2u
Active Contributor
0 Likes
408

Try with this FM LOCK_SOURCE

Source_name = program name

Mode = EDIT

Cheers

Manohar

Read only

Former Member
0 Likes
407

you don't understand me,

i mean to lock the program from running more than one session not to lock the program from chganging code !

this operation fm: ENQUEUE_ESFUNCTION do ,but, the problem is that

i don't get who's the user that lock/run the program.

someone can help me ?