Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object Reference Error
Message
De
01/12/1999 16:47:06
 
 
À
01/12/1999 16:41:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00297549
Message ID:
00297559
Vues:
22
Hi Arne,

>TVar = "thisform.DescLine.ControlSource = S["+alltrim(str(CurrRow))+",18]"
>&TVar
>TVar = "thisform.InfoLine.ControlSource = S[" + alltrim(str(CurrRow))+",20]"
>&TVar

Use this code instead:

Thisform.DescLine.ControlSource = s[CurrRow, 18]
Thisform.InfoLine.ControlSource = s[CurrRow, 20]


As for the variable reference, what is s[CurrRow, 20] exactly?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform