Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
JustExt() in VFP6
Message
De
02/10/1998 09:02:51
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
JustExt() in VFP6
Divers
Thread ID:
00143188
Message ID:
00143188
Vues:
78
I've gotten a wrong message "Function JustExt() not found" or so in VFP6, at a place where it worked fine in all previous versions since FPD2.6; that's where I'm extracting the field name:

JustField=JustExt(thisform.controls[i].controlsource)

The message is wrong - it actually complains of not being able to pass a property to JustExt. Here's the workaround:

dummy=thisform.controls[i].controlsource
JustField=JustExt(dummy)

[no question asked here, I've just posted this, hoping it may save some time to someone else]

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform