Topic: Presenting the user who logged in

Is it possible to present the userid of the user who logged in on a form?

See enclosed scriptfile.

Re: Presenting the user who logged in

Hi Kees,
At it's most basic (ie without any sort of userid validation), just store the keyed in userid (and anything else) in global variables and then it can be used anywhere within the application.
In the attached example, I store the userid (plus the date and time) and display them together in the form caption and also separately on the form itself;  it's up to you how / where you want to place them.
Hope this helps,
Derek.

Post's attachments

Attachment icon userid.zip 336.03 kb, 357 downloads since 2018-11-14 

Re: Presenting the user who logged in

kees.krause wrote:

Is it possible to present the userid of the user who logged in on a form?

See enclosed scriptfile.

Check out this example
http://myvisualdatabase.com/forum/misc. … download=1

Dmitry.