Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie Textbox question
Message
From
09/03/2014 14:34:37
 
 
To
09/03/2014 13:07:10
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01595968
Message ID:
01595997
Views:
52
>>>>(Well, I'm not really a newbie but I'm so rusty I feel like one :-{)
>>>>
>>>>Simple form. One table in the DE, two fields 'In' and 'Out'. Combobox with RowSourceType = 6-Fields, RowSource = table1.in .
>>>>TextBox with ControlSource = table1.out.
>>>>
>>>>Selecting an item in the combobox moves the record pointer but the TextBox doesn't update till it gets focus (activates?).
>>>>
>>>>How do I get the TextBox to reflect the record pointer change immediately ?
>>>
>>>
>>>&& Combobox.InteractiveChange()
>>>=m.this.Parent.Text1.Refresh()
>>>
>>Thx. I'm getting there - scary how much one can forget :-}
>
>
>:-) Tell me about it. People at work come to me and say, "Do you remember that fix you did last week?" And I look at them thinking, "No. No I don't," only to then say, "What was it?" And only after they begin explaining what it was does it come back to me. It's like my memory only works with "found in" searches, using LIKE(), or SOUNDEX(), but hardly ever on a direct FIND or SEEK() does it return anything except EOF(). :-)

lol

>It's like my only real hope is to flatly delete and re-create my master INDEX tags. :-)
>
>PS - I miss the days of .IDX files. So much simpler. :-)

By coincidence I've just been refreshing myself on IndexSeek() - got caught out because it respects SET DELETED so doesn't find - then when I add a record I got 'index violated' - logical given the 'SET DELETED' behaviour but pretty counter-intuitive.
Previous
Reply
Map
View

Click here to load this message in the networking platform