Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change the font and fontsize
Message
From
10/11/2003 12:09:00
 
 
To
09/11/2003 05:26:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00847959
Message ID:
00848384
Views:
20
I don't work with foreign languages in Foxpro, but I have run into problems with encrypted fields in tables being shared between FPD26 and VFP7/8. I had to issue SET NOCPTRANS on the problematic fields. It could also be due to your pagecode settings. I would check into both as a start. Don't know if that helps at all, but here is my code:
#IF "VISUAL" $ UPPER(VERSION())
   *--Table is original created and used in FPD26 now used in VFP also
   SELE al3dict               && contains the below fields
   SET NOCPTRANS TO standard  && don't translate the codepage on this field
   SET NOCPTRANS TO GROUP     && same here
   SET NOCPTRANS TO prof_nc   && and here
   SET NOCPTRANS TO prof_sc   && and here
#ENDIF
>Thnx tracy,
>
>dont laugh when i'm telling you that i'm printing the memo file using "\\". The problem is that it is a old program converted from foxpro for dos to vfp 7 by a college. So i have to use some out date methodes to keep the program running and compatible with the other old working environment.
>
>It would be great to use reports but snif snif... no cando.
>
>I discoverd another problem with this converion and maybe you can help me one again. The files where created and use in the old foxpro 2.1 environment. The problem is that much of the data (business letters and client information) are in french, so there are lots of 'ç,é,è'. When i open these files in vfp7 these letters are changed in other letters.
>
>Do you know how i can fix that problem ?
>
>Thnx for helping me out !
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform