Yet another great idea!

VFP 9 SP2-ish (can't recall which HotFixes...) 09.00.0000.5815 on this machine.

If I SETVARCHARMAPPING ON and change the field arguments to
RTRIM(field) as field, I get VarChar results. Using DataToClip I
get... fixed columns widths again, darn. Not what I would have
expected.

I thought about the TESTMERGE solution, and I do use that in some
parts of the app, where the client has to interface with some
dedicated hardware that has *WEIRD* formatting rules, but hadn't
considered that here. If I can get away with Tracy's solution of
hacking at _ClipText, I'll probably stick with it.


On Mon, Jul 13, 2015 at 12:17 PM, Richard Kaye <[email protected]> wrote:
> What version of VFP are you using?
> If you set the VFP data type to VARCHAR instead of CHAR how does that affect 
> the behavior of DataToClip (one of my favorite functions for quick and dirty 
> stuff)?
>
> I think you've probably got the best solution. Alternatively you could use 
> TEXTMERGE inside a SCAN..ENDSCAN of your result cursor and build the file 
> yourself instead of using DTC.
>


-- 
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.com

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cacw6n4usc2_sehbucscaasozvv_q9r_zhmzw0ye6ddqob37...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to