Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Speed issue: Set Relation .vs. Set Filter .vs. Select &
Message
From
20/10/1997 23:19:14
 
 
To
20/10/1997 22:37:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00055022
Message ID:
00055673
Views:
39
>Just a note: microsoft says that a recno() might work on
>select - sql statements but they are not supported in any way
>and may or may not work in the furture. So it is a use at your
>own risk command. So most programmers tend not to use them
>for compatiblty reasons.

Where do they say this? How come I missed it?

>P.S.> the fastest way I found on replacing a field like this is:
> OPEN TABLE ONE ORDER 'UNIQUE TAG' IN 0
> OPEN TABLE TWO IN 0
> SET RELATION TO 'UNIQUE TAG' INTO ONE
> REPLACE ALL ONE.FIELD WITH 'SOMETHING'

Are you sure this works? :)

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform