CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Wishes

 "Export to Excel" function improvement...

Print topic Send  topic

Author Message
esiahc

Posts: 8
Posted: 09/09/2007, 2:50 AM

Hello,

Couldn't the "Export to Excel" function of CodeCharge convert the \r\n characters found in SQL into something that can be interpreted by Excel as a proper end of line?
At the moment, if a user enters text with more than one line in a "textarea" field ("Enter" key), that is translated in SQL by the character "\r\n" but when the database is exported to Excel every new line in the textarea results as many new records in Excel!...

View profile  Send private message
bedollandres

Posts: 48
Posted: 10/04/2007, 11:57 AM

add this in the before show event of the label:
Form.Label.Value = Replace(Form.Label.Value, vbCRLF, " ")
_________________
bedollandres
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.