Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's Wrong With This....????
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
What's Wrong With This....????
Miscellaneous
Thread ID:
00716580
Message ID:
00716580
Views:
43
I have 2 labels, side by side.

When I change the caption of lblLeft, I want to move lblRight over to the right.

This code is in the Assign Method of lblLeft's Caption Property
LPARAMETERS cNewCaption

  WITH This

    .lblLeft.Caption = ALLTRIM(cNewCaption)
    .lblRight.Left = .lblLeft.Left + .lblLeft.Width + 15

  ENDWITH

RETURN
The problem is that the Width value is not changing. If I set
lblLeft's caption in the property sheet, the width changes. But
here in code it does not work.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform