T
The Red Knight Mike
* First post - please advise me if this should be posted to some other group *
Hi folks,
I work at a small government agency. We have contractors developing a VB.NET
app to capture chemicals and their concentrations, as found at hazardous
waste sites. Staff will be entering the info once the app is developed.
The staff often get electronic docs with this chemical and concentration
data existing as long tables in the doc. Format could be anything but is
often a Word doc, Excel ss, or PDF.
Our staff would really, really like to be able to simply cut and paste these
tables into our new VB.NET app, from whatever other electronic source. (In
fact, it's liable to make or break the app.) In particular, the app should be
able to 1) handle various origin formats (the doc types listed above) being
in the paste buffer, as well as 2) allow the whole source table (with dozens
of rows) to be pasted in one fell swoop. These tables have complex chemical
names and concentrations you don't want to make a single transcription error
on. (I think we can handle the possibility of different sources having data
"fields" in differing columns - that shouldn't be a problem.)
A key contact on our programming team says that "we present a 'dumb' html
data entry webpage; you can't just cut and paste a whole table into a cell of
it".
I can't help but think there must be *some* way to accomplish this...
perhaps, instead of copy and paste per se, the user would copy from the
source, then click some sort of control in the VB.NET application, which
would fire some applet whose purpose is to process the paste buffer and
populate the data into our target data fields.
As you can see, I only barely know some of these technical terms. But I
can't help but think there must be some way to paste / process a table in the
paste buffer. Could anyone please advise us re: possible solutions? It'd be
greatly appreciated!
Mike
Atlanta GA
Hi folks,
I work at a small government agency. We have contractors developing a VB.NET
app to capture chemicals and their concentrations, as found at hazardous
waste sites. Staff will be entering the info once the app is developed.
The staff often get electronic docs with this chemical and concentration
data existing as long tables in the doc. Format could be anything but is
often a Word doc, Excel ss, or PDF.
Our staff would really, really like to be able to simply cut and paste these
tables into our new VB.NET app, from whatever other electronic source. (In
fact, it's liable to make or break the app.) In particular, the app should be
able to 1) handle various origin formats (the doc types listed above) being
in the paste buffer, as well as 2) allow the whole source table (with dozens
of rows) to be pasted in one fell swoop. These tables have complex chemical
names and concentrations you don't want to make a single transcription error
on. (I think we can handle the possibility of different sources having data
"fields" in differing columns - that shouldn't be a problem.)
A key contact on our programming team says that "we present a 'dumb' html
data entry webpage; you can't just cut and paste a whole table into a cell of
it".
I can't help but think there must be *some* way to accomplish this...
perhaps, instead of copy and paste per se, the user would copy from the
source, then click some sort of control in the VB.NET application, which
would fire some applet whose purpose is to process the paste buffer and
populate the data into our target data fields.
As you can see, I only barely know some of these technical terms. But I
can't help but think there must be some way to paste / process a table in the
paste buffer. Could anyone please advise us re: possible solutions? It'd be
greatly appreciated!
Mike
Atlanta GA