Varchar

Use this board to ask questions or have discussions with other Rich Displays users.
Post Reply
swushw
New User
Posts: 12
Joined: Thu Apr 11, 2013 5:58 pm
First Name: Shirley
Last Name: Wijaya
Company Name: US HealthWorks
State / Province: California
Contact:

Varchar

Post by swushw »

Hello,

I've been tasked with accepting a large amount of text (varchar 10000A), storing it, and then printing it, retaining at least the carriage-returns. What's the best widget to use to accept the text, how to store it (in ASCII?) and is there an easy way to print it? I'd appreciate any information you can give me.

Thanks in advance.
Scott Klement
Experienced User
Posts: 2711
Joined: Wed Aug 01, 2012 8:58 am
First Name: Scott
Last Name: Klement
Company Name: Profound Logic
City: Milwaukee
State / Province: Wisconsin

Re: Varchar

Post by Scott Klement »

If you are using our Open Access Handler (and I'm assuming you are) then you have a bit of a problem, because display file objects don't support the varchar data type. So you'd need to use a fixed-length 10000A field, and just trim the trailing blanks off of it.

I would suggest that you bind that field to a "text area" widget, which should allow them to type carriage returns, et al.

If you want something more sophisticated, you might consider writing your own HTML for a text area that submits to a CGI program, and embed it into your PUI screen using an iframe control. This would allow you to handle huge amounts of data, et al, if desired. But, of course, that requires a different level of web programming skill...

Let me know if the text area widget and a 10000A field will work for you or not...
swushw
New User
Posts: 12
Joined: Thu Apr 11, 2013 5:58 pm
First Name: Shirley
Last Name: Wijaya
Company Name: US HealthWorks
State / Province: California
Contact:

Re: Varchar

Post by swushw »

Scott,

Thanks for the prompt reply.

The text area widget and a 10000A field worked. Now I just need to figure out a way to print it :).
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests