Clarion
Get the name of the workstation (Clarion 5.5+)

This little sample is made to get the name of the computer which is accessing the program.

Now it also displays the name of the logged-in user.

You find all information in the embeds.

The sample works both with Clarion 5.5 and 6.

Go to the Global Embeds and uncomment the appropriate .INC-file

Either
INCLUDE('C55UTIL.INC'),ONCE     ! in case you have Clarion 5.5
or
INCLUDE('CWUTIL.INC'),ONCE     ! in case you have Clarion 6

Thats mostly all! Add salt and pepper as you like....

You can download the sample.


Here you find some more samples