RE: Pipe Delimited

2019-02-07 Thread Chris Davis
Worked around it for now like so ... *** to give me the headers without any lines COPY TO customerheaders.csv FOR 1=0 TYPE CSV *** to give me the lines pipe limited with no quotes or commas COPY TO customerlines.csv TYPE delimited WITH "" WITH CHARACTER

Re: Pipe Delimited

2019-02-07 Thread Kurt at VR-FX
AFAIK - I don't think so. I remembered needing to do the same thing a number of years ago - and I think I had to kind of add the headers by hand. If I'm not mistaken... And - by hand - I mean doing low-level file handling - or some such. -K- On 2/7/2019 6:13 PM, Chris Davis wrote: Is it

Pipe Delimited

2019-02-07 Thread Chris Davis
Is it possible to export a cursor/table to Pipe Delimited with Headers without rolling my own? Thanks Chris. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages

Re: Name your lnaguages.

2019-02-07 Thread Kurt @ Gmail
Yeah - some pretty hysterical responses by some of the folks replying to that Tweet! But - Wait - I didn't see a Tweet reply from Ed - and I know he's a BIG Tweeter!!! :-) -K- On 2/6/2019 7:06 AM, Fred Taylor wrote: LOL! Fred On Tue, Feb 5, 2019 at 8:02 PM Stephen Russell wrote:

RE: FoxBin2Prg and DBF files

2019-02-07 Thread Tracy Pearson
Thank you for the late night answer. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fernando D. Bozzo Sent: Thursday, February 07, 2019 5:57 PM To: profoxt...@leafe.com Subject: Re: FoxBin2Prg and DBF files Hi Tracy, DBF import/export data It's

Re: FoxBin2Prg and DBF files

2019-02-07 Thread Fernando D. Bozzo
Hi Tracy, DBF import/export data It's configurable, but disabled by default. Here is the doc: https://github.com/fdbozzo/foxbin2prg/wiki/FoxBin2Prg-internals#DBF_Data_ExportImport_for_DiffMerge Best Regards! El jue., 7 feb. 2019 a las 22:44, Tracy Pearson () escribió: > Does anyone that

FoxBin2Prg and DBF files

2019-02-07 Thread Tracy Pearson
Does anyone that uses the FoxBin2Prg app convert DB2 files back to DBFs? >From the documentation it looks like it should convert back and forth. I'm getting the following error: 2019-02-07T16:32:52

Re: Silly VFP9 Issue....

2019-02-07 Thread Garrett Fitzgerald
Definitely the font settings. Later versions of Windows don't play nicely with FoxFont. On Thu, Feb 7, 2019 at 2:49 PM Desmond Lloyd wrote: > This is really silly, never the less... Recently have installed VFP9 on > a new computer (Windows 10). Whenever I do a display stru the columns >

Re: Silly VFP9 Issue....

2019-02-07 Thread Eric Selje
_Screen.FontName = "Arial" _Screen.FontSize = 10 etc etc On Thu, Feb 7, 2019 at 1:49 PM Desmond Lloyd wrote: > This is really silly, never the less... Recently have installed VFP9 on > a new computer (Windows 10). Whenever I do a display stru the columns > are super wide and wrapped?? > >

Re: Silly VFP9 Issue....

2019-02-07 Thread Charlie-gm
Also check the font settings (the VFP Tools > Options menu). Go to the IDE tab and you can change font characteristics, etc. HTH, -Charlie On 2/7/2019 4:00 PM, Tracy Pearson wrote: SET MEMOWIDTH TO 132 -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On

RE: Silly VFP9 Issue....

2019-02-07 Thread Tracy Pearson
SET MEMOWIDTH TO 132 -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Desmond Lloyd Sent: Thursday, February 07, 2019 2:49 PM To: profoxt...@leafe.com Subject: Silly VFP9 Issue This is really silly, never the less... Recently have installed

Silly VFP9 Issue....

2019-02-07 Thread Desmond Lloyd
This is really silly, never the less... Recently have installed VFP9 on a new computer (Windows 10). Whenever I do a display stru the columns are super wide and wrapped?? Have looked at my other installs and for the life of me cannot find what I need to adjust/change? (they display fine by