Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to protect pic. in blob fields
Message
From
01/10/2011 12:53:06
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01525343
Message ID:
01525344
Views:
63
>Hi
>
>I stored a picture in blob field and I am testing codes below:
>
>REPLACE DATA2 WITH STRTRAN (data2,"D","E")
>
>The picture becomes fuzzy ( OK)
>
>REPLACE DATA2 WITH STRTRAN (data2,"E","D")
>
>Then, picture became yet more fuzzy.
>
>Why picture does not go back to normal ?
>
>I already tried CHRTRAN

If there are 'E's in the string already then you're going to end up converting a lot of the original 'E's to a 'D' so you don't get what you started with:

ABCDE
D => E
ABCEE
E => D
ABCDD

What are you trying to achieve?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform