Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append memo issue
Message
 
 
To
30/04/2009 20:14:21
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01397358
Message ID:
01397587
Views:
73
>>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.

Hi Dragan,
yes you are right :) copy to... command creating with "courier new" font the textfile but my report data field font was "tahoma" , when i changed it to "courier new" its ok . Thanks :)
Previous
Reply
Map
View

Click here to load this message in the networking platform