× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Rob,

The utility I downloaded is called 'ColumnHeadingTransfer' and does not
have a 'data' button, but does have a select for either Column Names or
Field Names or Field text. Will look at your suggestion at writing my
own if the other 2 suggestions are not what I need.

Dave/Mike,

I will look at the CPYTOCSV and Surveyor/400 utilities and see if they
fit my needs.

Thanks very much for your suggestions.

Sheri

-----Original Message-----
From: rob@xxxxxxxxx [mailto:rob@xxxxxxxxx]
Sent: Thursday, July 29, 2010 4:58 PM
To: Midrange Systems Technical Discussion
Subject: Re: file transfer with column AND field names included

What do you mean it doesn't allow data selection? It fully supports
column and row selection. Hit the data options button.

Where did you see the capability to select either the column names or
the
column headings?

Could you do a CPYTOIMPF and put both of those first, then the data?

Would it be hard to write something that does this for you? First
populate the headings with data gathered from
SELECT SYSTEM_TABLE_SCHEMA, SYSTEM_TABLE_NAME, SYSTEM_COLUMN_NAME,
LONG_COMMENT, COLUMN_HEADING
FROM syscolumns
WHERE system_table_name='AAAKEY'
and then append the data with CPYTOIMPF?
Think "pivot table".



Rob


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.