NetTalk Central

Author Topic: New example 45 using active x senduser()  (Read 1939 times)

ozejohn

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
    • Email
New example 45 using active x senduser()
« on: October 01, 2008, 04:21:35 PM »
Hi,

I was working through the new examples. Example 45 shows how you can use the senduser() activex wit IE to return the user and machine name. I just can't see where the result of senduser() is ending up in a Clarion variable.

I can see senduser in the generated code and it runs. But I am missing where the example captures the result so the programmer can do things with it.


Poul

  • Full Member
  • ***
  • Posts: 160
    • View Profile
Re: New example 45 using active x senduser()
« Reply #1 on: October 02, 2008, 09:02:00 AM »
look in the wscript.js file

it looks like some sessionvalues are set

so you should be able use
p_web.gsv(ActiveXUserName')
etc