Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Caption of a label
Message
From
17/09/1997 11:41:36
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00050392
Message ID:
00050404
Views:
27
>>>How can you make a label's caption the value of something selected, say from a listbox?
>>
>>*** Listbox interactivechange event
>>Thisform.Label1.Caption=This.Value
>
>I had actually tried that but I had the wrong label so I mistakenly thought I had to try another way. I've not found a way to make a label blink. Can this be done. In dos it was easy.

Use timer with Interval=500 and following code in Timer event:
thisform.label1.visible=!thisform.label1.visible
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform