Hi Jan & Klaus,

None of your answers works for me :-)
Must be something else then that is bugging me.
Could be the dentist! Got to go there within the hour because of an
awful toothache.

to be continued....

Greetings,

William

2009/10/30 Klaus Major <[email protected]>:
> Hi William,
>
>> Hi there all,
>>
>> How do I check which has the focus on / is the active one?
>> When I use: 'answer the selectedField' it shows me the correct field
>> but when I put the next code into a button it doesn't work anymore:
>> --
>> on mouseUp
>> put the name of the selectedField into tData
>>
>> if tData = "number1"
>> then send mouseup to btn "check"
>> ...
>> end mouseUp
>
> ...
> put the name of the selectedField into tData
> ...
>
> If you look at the content of the variable "tDate" you will see something
> like this:
> FIELD "Name of field here..."
> !!!
>
> So if you change the line to:
> ...
> put the SHORT name of the selectedField into tData
> ...
> your script will run as exspected :-)
>
>> --
>> Thanks!
>> Greetings, William
>
> Best
>
> Klaus
>
> --
> Klaus Major
> http://www.major-k.de
> [email protected]
>
> _______________________________________________
> use-revolution mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to