Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
JustExt() in VFP6
Message
From
02/10/1998 09:02:51
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
JustExt() in VFP6
Miscellaneous
Thread ID:
00143188
Message ID:
00143188
Views:
77
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.
Next
Reply
Map
View

Click here to load this message in the networking platform