Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's wrong with this code?
Message
From
18/09/2002 14:20:12
Mike Sue-Ping
Cambridge, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00701938
Message ID:
00701951
Views:
18
Yuri,

Thanks for trying to help. Your code will keep appending the counter 'j' to the caption. This is not my problem. The problem I'm having, is that the label's caption does NOT change within the executing loop.

Any other ideas.

Mike

>
>with thisform.label1
>.Caption =""
>FOR j = 1 TO 100000
> .Caption = .Caption +TRANSFORM(j)
>ENDFOR
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform