Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append memo issue
Message
De
30/04/2009 20:14:21
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01397358
Message ID:
01397364
Vues:
54
>Hi All,
>i'am showing several records on my report which is coming from Cursor like below,
>
>
>create Cursor myCursor(myMemo M)
>select .... into cursor Crs
>copy to "myText.txt" type SDF
>
>select myCursor
>Append Blank
>Append Memo myMemo From "myText.txt"
>
>
>
>until this point there is no problem,no error. But columns on the report does not regular as textfile structure :(
>text file seem like below
>
>D                   DDDDD                              100            21          1            1           73
>YEN              YENNNNNNNNNNN              10              5          1            1             7
>
>after append to the memo field on the report seems like below
>
>D                   DDDDD                              100            21          1            1           73
>YEN                YENNNNNNNNNNN              10              5          1            1             7
>
>how can fix this problem
>TIA
>
>PS : sorry may be doesnt seems good this thread after post :( between pre-pre format

Are you sure you're using the same type of font when viewing the textfile and in the report? My guess is one of them is proportional, the other one isn't. Proportional fonts would have the width of the space different from the width of a digit, and N may also be wider than a digit.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform