Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index expression
Message
From
10/03/2004 05:08:47
 
 
To
10/03/2004 04:15:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00884383
Message ID:
00884754
Views:
17
I guess you have an index on a UDF called function1. If that is the case, make a small file function1.prg:
function function1
parameter p1,p2,p3,p4
return ' '
endfunc
then
set procedure to function1 additive
use yourfile exclusive
Then you must check the index expressions, and delete the tag based on function1. After you have deleted the tag, you can
release procedure function1
eras function1.*
>thanks for help! Now I've found out that there's a function in the expression and whatever I do with the table, I get the message "the file 'function1.prg' does not exist". I used 'set safety off, set talk off', but it won't work. Any idea?
>TIA
>tomi szigeti
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform