dbTalk Databases Forums  

alt+enter in excel

comp.databases.pick comp.databases.pick


Discuss alt+enter in excel in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Frans
 
Posts: n/a

Default alt+enter in excel - 06-29-2005 , 03:24 PM






Hi,

in wxcwl i can do alt+enter in a cel to get a soft retrun
WHat ASCII seq should I use if I want to create a textfile in Universe
to import in excel to achieve the same?

Thanks
Frans

Reply With Quote
  #2  
Old   
Dave Weaver
 
Posts: n/a

Default Re: alt+enter in excel - 06-29-2005 , 05:21 PM






Frans,

Take a look at this:
http://www.pcreview.co.uk/forums/thread-1667348.php

Quote:
From that, it seems that the EXCEL Alt-Enter is a decimal 10
(Line-Feed). That is confusing because Ctrl-Enter is also decimal 10.

Hope this helps.
Dave Weaver, Weaver Consulting

Frans wrote:
Quote:
Hi,

in wxcwl i can do alt+enter in a cel to get a soft retrun
WHat ASCII seq should I use if I want to create a textfile in Universe
to import in excel to achieve the same?

Thanks
Frans


Reply With Quote
  #3  
Old   
douglas@pickteam.com
 
Posts: n/a

Default Re: alt+enter in excel - 07-01-2005 , 12:32 PM



I recall having that problem once, I wanted my exported columns to wrap
so they wouldn't be too wide. I parsed out a raw excel file and I
believe I found that they used a CHAR(254) as a line break within a
cell.

At this point my brain went dead trying to figure out how to export an
attribute mark without disturbing my Pick file structure.

I guess Microsoft figured no one uses those high characters for
anything important.

Cheers


Frans wrote:
Quote:
Hi,

in wxcwl i can do alt+enter in a cel to get a soft retrun
WHat ASCII seq should I use if I want to create a textfile in Universe
to import in excel to achieve the same?

Thanks
Frans


Reply With Quote
  #4  
Old   
Frans
 
Posts: n/a

Default alt+enter in excel - 07-02-2005 , 03:21 AM



Thanks for your input but unfortunately I still cannot get it to work
:-(

I now heard tht it might work by using the .csv layout instead of a
txt so I'll try some struff over the weekend


Have a great 4th of July

Frans


On 1 Jul 2005 10:32:34 -0700, douglas (AT) pickteam (DOT) com wrote:

Quote:
I recall having that problem once, I wanted my exported columns to wrap
so they wouldn't be too wide. I parsed out a raw excel file and I
believe I found that they used a CHAR(254) as a line break within a
cell.

At this point my brain went dead trying to figure out how to export an
attribute mark without disturbing my Pick file structure.

I guess Microsoft figured no one uses those high characters for
anything important.

Cheers


Frans wrote:
Hi,

in wxcwl i can do alt+enter in a cel to get a soft retrun
WHat ASCII seq should I use if I want to create a textfile in Universe
to import in excel to achieve the same?

Thanks
Frans


Reply With Quote
  #5  
Old   
Luke Webber
 
Posts: n/a

Default Re: alt+enter in excel - 07-02-2005 , 10:18 AM



Frans wrote:
Quote:
Thanks for your input but unfortunately I still cannot get it to work
:-(

I now heard tht it might work by using the .csv layout instead of a
txt so I'll try some struff over the weekend


Have a great 4th of July
My solution would be to use HTML format and include a <br> in the data
within the <td></td> pair. There was a recent thread in cdp on using
HTML with Excel, but you should start here...

<URL:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoffxml/html/ofxml2k.asp>

HTH,
Luke


Reply With Quote
  #6  
Old   
symeonb@gmail.com
 
Posts: n/a

Default Re: alt+enter in excel - 07-04-2005 , 09:34 AM



What you are trying here is a csv file i presume - each row on the
file ends with a 0d 0a ( it may look like char 254 but that is just
within your pic/uv system) an alt enter in a cell is 0a - problem is
pick/uv etc will interpret this as a new line and hence as char 254
again.

To get round this you can use the osbwrite instead of the writeseq in
uv (not sure about pick) or what i have in my linux box is a tr command
to convert another character (choose one) to 0d.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.