LucieLastic
Programmer
hi All
I'm doing the following but getting 'Inaccessible Value' when I hover over the .focused property in the debugger, can anyone tell me why? I've purposely inserted the setfocus immediately above to make sure I wasn't losing my mind!
edNumber.SetFocus;
application.processmessages
if edNumber.focused then ... <- 'Inaccessible Value' for .focused
I'm puzzled and I could be losing my mind as well.
many thanks in advance
lou
www.radbmx.co.uk
I'm doing the following but getting 'Inaccessible Value' when I hover over the .focused property in the debugger, can anyone tell me why? I've purposely inserted the setfocus immediately above to make sure I wasn't losing my mind!
edNumber.SetFocus;
application.processmessages
if edNumber.focused then ... <- 'Inaccessible Value' for .focused
I'm puzzled and I could be losing my mind as well.
many thanks in advance
lou
www.radbmx.co.uk