Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
JustExt() in VFP6
Message
 
À
02/10/1998 09:02:51
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00143188
Message ID:
00143235
Vues:
26
>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]

Hi Dragan,

Try re-compiling the form. If the form isn't re-compiled you'll get that message. Since you were probably using Foxtools for the JustExt() function, the old compiled code doesn't have a token for it, and therefore can't find the function. VFP 6.0 can run 5.0 code without re-compiling but references to old foxtools functions won't be found since the functions no longer exist in the libary and no token exists in the compiled code.

hth,
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform