Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's Wrong With This....????
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
What's Wrong With This....????
Divers
Thread ID:
00716580
Message ID:
00716580
Vues:
44
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform