Certs (was: Progress/dbf)

Thanks Lonnie, but we won't be buying Provision anytime soon. Empty pockets.
Your situation is much more complicated than mine. Our Certs consist of
Basic information about the part (All exist on the Packing Slip) along with
some additional verbiage. All I really need is a subreport in Crystal. I
haven't done this yet, but it seems pretty straight forward. The big problem
is finding some way to trigger this subreport (while printing the Packing
Slip), that is based off of a field in the Customer Master. We've given our
shipper all kinds of red flags, as to when a cert is needed, but she still
manages to miss some. The best solution is to have it print automatically
with the Packing Slip. Does anybody know if it is possible to set a VB form
in the Customer Master, and pull the information into another VB Form in
either the ShipHead or ShipDtl tables? If I could do this, I would be all
set. I guess I should not have slept through that VB class.... Les


> -----Original Message-----
> From: lonniedrew [SMTP:lonniedrew@...]
> Sent: Thursday, January 17, 2002 6:57 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: Certs (was: Progress/dbf)
>
> Les, since this is fresh on my mind I decided to elaborate on our
> solution.
>
> Steve, thanks for the offer. Please forward as soon as possible.
>
> I hope a further discussion will be beneficial to both of yours.
>
> As for my program, I'm proud of it as a Progress-only, push button
> solution, with a "verbose" and detailed print out. I can't believe
> Crystal could have worked any better.
>
> I'm sorry I can't upload the source code. All the techniques used in
> this program exist in the source code section of Yahoo Files, at
> least in examples I've previously uploaded.
>
> I was able to upload screen shots of the program, without using MORE
> Yahoo space, by deleting a few of the items in a zipped file I
> earlier uploaded under misc called "SnapShots.zip - Program snapshots
> illustrating what can be done in Provision development environment".
> If anyone would like to download and follow along they are....
>
> Certify.bmp - Main cert and analysis entry screen
> ViewCert.bmp - View only cert browze screen for reference. Can be
> sorted by certnum, entry date, customer or mold number.
> Cert.bmp - Sample cert.
>
> There's also a Coded Stamp selection dialog which is a data entry
> time saver, user can copy previously entered data and analyses.
>
> A PROGRESS-ONLY SOLUTION
>
> I've found that ProVision and Report Builder working together can
> produce fine results. I would probably have never attempted this
> without AppBuilder. There are over 70 widgets on the interface.
> Dragging and dropping these at will, and having the code
> automatically generated, probably cut development time by days. Data
> is stored in a separate Progress database, running alongside
> Vantage. There are over 80 calculated fields in the cert
> report/form, and over 60 aggregates.
>
> PROGRAM FLOW FROM USER PERSPECTIVE
>
> The user enters the order number, and a trigger displays and records
> the customer PO and shipping information. With the order line
> entered, our part number and the customer part number is displayed.
>
> If analyses of the current heat were entered for a previous cert, the
> user can double-click on the Coded Stamp field, select one, and is
> given an option to copy the analyses to the current cert. Comments
> can be recorded and printed on cert.
>
> The program will allow as many analyses as needed, but currently only
> the first 3 will print. If necessary, per customer request,
> unlimited number can be added.
>
> Batch printing is also supported. As each cert is created, it is
> marked to print. Pushing "Print" gives user choice of current cert
> or all entered that have not yet printed. Once printed it is marked
> NOT to print again, but can be reset is user enters the cert,
> retrieves data, and presses "Save".
>
> FUTURE ENHANCEMENTS
>
> There's still too much paper and manual labor for my taste. I hope
> to have pour department enter the actual analyses in a separate GUI.
> I also hope to store ASTM and customer specs in an addressable format
> for automatic comparison and alerts. There are already interfaces
> nearly completed for these.
>
> IN CONCLUSION
>
> If you don't have ProVision, I hope this project and the example I've
> discussed will convince you to purchase the license. I'll continue
> to post code and will be glad to share any advice to help the
> learning curve. We ourselves are our best source for programming
> info.
>
> Lonnie Drew
>
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
This 4GL coding newbie was hoping that changing my exports to dbf
from csv would be as simple as changing the file extensions. Sure.
I've found some information in the Files section on Progress and dbf,
but I'm relatively sure that I'm not ready for that. Second "stretch"
of the day. Is there a way to setup a .P file that will run an export
that was created using the export utility? These dbf files are to be
linked to MS Access. I don't want to use ODBC, and I don't want the
end user to have access to the export utility. Any words of wisdom?

Thanks,

Les Tingley
MIS
Decorated Products
I posted the dbf code, and have since abandoned that approach. I now use
ADO and export to an Access Database directly, whenever CSV isn't good
enough.

http://groups.yahoo.com/group/vantage/files/Progress%20Code/ADOPartExample.p

in order to utilize ADO, you need the latest MDAC drivers off the microsoft
site.
http://www.microsoft.com/data/download.htm

Please let me know if you have any questions...

Thaddeus

-----Original Message-----
From: lptingley [mailto:ltingley@...]
Sent: Wednesday, January 16, 2002 9:30 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Progress/dbf


This 4GL coding newbie was hoping that changing my exports to dbf
from csv would be as simple as changing the file extensions. Sure.
I've found some information in the Files section on Progress and dbf,
but I'm relatively sure that I'm not ready for that. Second "stretch"
of the day. Is there a way to setup a .P file that will run an export
that was created using the export utility? These dbf files are to be
linked to MS Access. I don't want to use ODBC, and I don't want the
end user to have access to the export utility. Any words of wisdom?

Thanks,

Les Tingley
MIS
Decorated Products



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Its when I hear topics like this that I remember why we went to SQL Server.
Sympathies, :)
Jeremy Leonard
IT Manager
K-T Corporation
Vantage 5.10.114 SQL Server


-----Original Message-----
From: Thad Jacobs [mailto:tjacobs@...]
Sent: Wednesday, January 16, 2002 1:15 PM
To: 'vantage@yahoogroups.com'
Subject: RE: [Vantage] Progress/dbf


I posted the dbf code, and have since abandoned that approach. I now use
ADO and export to an Access Database directly, whenever CSV isn't good
enough.

http://groups.yahoo.com/group/vantage/files/Progress%20Code/ADOPartExample.p

in order to utilize ADO, you need the latest MDAC drivers off the microsoft
site.
http://www.microsoft.com/data/download.htm

Please let me know if you have any questions...

Thaddeus

-----Original Message-----
From: lptingley [mailto:ltingley@...]
Sent: Wednesday, January 16, 2002 9:30 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Progress/dbf


This 4GL coding newbie was hoping that changing my exports to dbf
from csv would be as simple as changing the file extensions. Sure.
I've found some information in the Files section on Progress and dbf,
but I'm relatively sure that I'm not ready for that. Second "stretch"
of the day. Is there a way to setup a .P file that will run an export
that was created using the export utility? These dbf files are to be
linked to MS Access. I don't want to use ODBC, and I don't want the
end user to have access to the export utility. Any words of wisdom?

Thanks,

Les Tingley
MIS
Decorated Products



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
One thing I forgot to mention in the code: The program does not create a
database, it can only add records to an existing database.

Solution: Create the database file, with the appropriate table, and fields,
but no records, and copy a blank it the c:\vntgwrk directory.

Example:
/*the next two lines are progress code*/

dos silent "del c:\vntgwork\parts.mdb".
dos silent "copy X:\Path\Parts.MDB c:\vntgwrk\parts.mdb".

/*end code*/

the open statement for the recordset needs to be modified to reflect the
c:\vntgowrk path. whenever the program is run, the old file will be
deleted(assuming it is not still in use) and the blank database will be
copied from x:\path\ to the vntgwrk directory.

Thaddeus

-----Original Message-----
From: Thad Jacobs [mailto:tjacobs@...]
Sent: Wednesday, January 16, 2002 10:15 AM
To: 'vantage@yahoogroups.com'
Subject: RE: [Vantage] Progress/dbf


I posted the dbf code, and have since abandoned that approach. I now use
ADO and export to an Access Database directly, whenever CSV isn't good
enough.

http://groups.yahoo.com/group/vantage/files/Progress%20Code/ADOPartExample.p

in order to utilize ADO, you need the latest MDAC drivers off the microsoft
site.
http://www.microsoft.com/data/download.htm

Please let me know if you have any questions...

Thaddeus

-----Original Message-----
From: lptingley [mailto:ltingley@...]
Sent: Wednesday, January 16, 2002 9:30 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Progress/dbf


This 4GL coding newbie was hoping that changing my exports to dbf
from csv would be as simple as changing the file extensions. Sure.
I've found some information in the Files section on Progress and dbf,
but I'm relatively sure that I'm not ready for that. Second "stretch"
of the day. Is there a way to setup a .P file that will run an export
that was created using the export utility? These dbf files are to be
linked to MS Access. I don't want to use ODBC, and I don't want the
end user to have access to the export utility. Any words of wisdom?

Thanks,

Les Tingley
MIS
Decorated Products



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
THANKS!! That was a really helpful comment!
-----Original Message-----
From: Leonard, Jeremy [mailto:jleonard@...]
Sent: Wednesday, January 16, 2002 12:25 PM
To: 'vantage@yahoogroups.com'
Subject: RE: [Vantage] Progress/dbf


Its when I hear topics like this that I remember why we went to SQL
Server.
Sympathies, :)
Jeremy Leonard
IT Manager
K-T Corporation
Vantage 5.10.114 SQL Server


-----Original Message-----
From: Thad Jacobs [mailto:tjacobs@...]
Sent: Wednesday, January 16, 2002 1:15 PM
To: 'vantage@yahoogroups.com'
Subject: RE: [Vantage] Progress/dbf


I posted the dbf code, and have since abandoned that approach. I now use
ADO and export to an Access Database directly, whenever CSV isn't good
enough.


http://groups.yahoo.com/group/vantage/files/Progress%20Code/ADOPartExample.p

in order to utilize ADO, you need the latest MDAC drivers off the
microsoft
site.
http://www.microsoft.com/data/download.htm

Please let me know if you have any questions...

Thaddeus

-----Original Message-----
From: lptingley [mailto:ltingley@...]
Sent: Wednesday, January 16, 2002 9:30 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Progress/dbf


This 4GL coding newbie was hoping that changing my exports to dbf
from csv would be as simple as changing the file extensions. Sure.
I've found some information in the Files section on Progress and dbf,
but I'm relatively sure that I'm not ready for that. Second "stretch"
of the day. Is there a way to setup a .P file that will run an export
that was created using the export utility? These dbf files are to be
linked to MS Access. I don't want to use ODBC, and I don't want the
end user to have access to the export utility. Any words of wisdom?

Thanks,

Les Tingley
MIS
Decorated Products



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/


Yahoo! Groups Sponsor
ADVERTISEMENT




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]
Well, if SQL server 25 user license was as cheap as the FREE mdac drivers,
which do not require the client to have Access, and would run on our single
PII-450 server, I'd be all over it. Six months of my beginners programming
time doesn't cost as much as what it would take to upgrade to SQL server.

However, once if the next version of vantage and progress end up being much
more stable in the SQL department, we may choose to migrate, as it could
reduce the amount of programming time required to implement various
solutions, and increase overall productivity in the long run.

Thaddeus

-----Original Message-----
From: Leonard, Jeremy [mailto:jleonard@...]
Sent: Wednesday, January 16, 2002 10:25 AM
To: 'vantage@yahoogroups.com'
Subject: RE: [Vantage] Progress/dbf


Its when I hear topics like this that I remember why we went to SQL Server.
Sympathies, :)
Jeremy Leonard
IT Manager
K-T Corporation
Vantage 5.10.114 SQL Server


-----Original Message-----
From: Thad Jacobs [mailto:tjacobs@...]
Sent: Wednesday, January 16, 2002 1:15 PM
To: 'vantage@yahoogroups.com'
Subject: RE: [Vantage] Progress/dbf


I posted the dbf code, and have since abandoned that approach. I now use
ADO and export to an Access Database directly, whenever CSV isn't good
enough.

http://groups.yahoo.com/group/vantage/files/Progress%20Code/ADOPartExample.p

in order to utilize ADO, you need the latest MDAC drivers off the microsoft
site.
http://www.microsoft.com/data/download.htm

Please let me know if you have any questions...

Thaddeus

-----Original Message-----
From: lptingley [mailto:ltingley@...]
Sent: Wednesday, January 16, 2002 9:30 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Progress/dbf


This 4GL coding newbie was hoping that changing my exports to dbf
from csv would be as simple as changing the file extensions. Sure.
I've found some information in the Files section on Progress and dbf,
but I'm relatively sure that I'm not ready for that. Second "stretch"
of the day. Is there a way to setup a .P file that will run an export
that was created using the export utility? These dbf files are to be
linked to MS Access. I don't want to use ODBC, and I don't want the
end user to have access to the export utility. Any words of wisdom?

Thanks,

Les Tingley
MIS
Decorated Products



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Sorry, I was just being smart. There was month after month of torment,
pain, and a few near fatalities from the Vantage SQL migration. Its just
nice to see something good come from it.

And btw, Microsoft Offers per processor licensing now for SQL 2000. No need
for CALS. Saves big on the upgrade.
Jeremy Leonard
IT Manager
K-T Corporation
Vantage 5.10.114 SQL Server
Thanks Jeremy, no offense taken whatsoever.

I consider you to be a hero for taking the leap to SQL, and not turning back
despite the obstacles. Kind of like Cristopher Columbus ;-)

Thaddeus

-----Original Message-----
From: Leonard, Jeremy [mailto:jleonard@...]
Sent: Wednesday, January 16, 2002 10:52 AM
To: 'vantage@yahoogroups.com'
Subject: RE: [Vantage] Progress/dbf


Sorry, I was just being smart. There was month after month of torment,
pain, and a few near fatalities from the Vantage SQL migration. Its just
nice to see something good come from it.

And btw, Microsoft Offers per processor licensing now for SQL 2000. No need
for CALS. Saves big on the upgrade.
Jeremy Leonard
IT Manager
K-T Corporation
Vantage 5.10.114 SQL Server


Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
I'm not sure what you are hoping to do, but I link .csv files in Access all the time, and then run Crystal Reports off the .csv. We also have an extensive Excel-based program that runs off our .csv files automatically. Let me know if you want to see how to do it. We just update the .csv files nighty using the progress export like you are and Crystal is ready to be run off the Access database that is Linked to the .csv files.
These reports run much faster than through ODBC/Progress, which is why we're doing it. Speed. (Translated seconds compared to hours).

Troy Funte
Liberty Electronics

----- Original Message -----
From: lptingley
To: vantage@yahoogroups.com
Sent: Wednesday, January 16, 2002 12:29 PM
Subject: [Vantage] Progress/dbf


This 4GL coding newbie was hoping that changing my exports to dbf
from csv would be as simple as changing the file extensions. Sure.
I've found some information in the Files section on Progress and dbf,
but I'm relatively sure that I'm not ready for that. Second "stretch"
of the day. Is there a way to setup a .P file that will run an export
that was created using the export utility? These dbf files are to be
linked to MS Access. I don't want to use ODBC, and I don't want the
end user to have access to the export utility. Any words of wisdom?

Thanks,

Les Tingley
MIS
Decorated Products


Yahoo! Groups Sponsor
ADVERTISEMENT




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]
>Let me know if you want to see how to do it.

I'm all ears!

-----Original Message-----
From: Troy Funte [mailto:tfunte@...]
Sent: Wednesday, January 16, 2002 12:48 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Progress/dbf


I'm not sure what you are hoping to do, but I link .csv files in Access all
the time, and then run Crystal Reports off the .csv. We also have an
extensive Excel-based program that runs off our .csv files automatically.
Let me know if you want to see how to do it. We just update the .csv files
nighty using the progress export like you are and Crystal is ready to be run
off the Access database that is Linked to the .csv files.
These reports run much faster than through ODBC/Progress, which is why we're
doing it. Speed. (Translated seconds compared to hours).

Troy Funte
Liberty Electronics

----- Original Message -----
From: lptingley
To: vantage@yahoogroups.com
Sent: Wednesday, January 16, 2002 12:29 PM
Subject: [Vantage] Progress/dbf


This 4GL coding newbie was hoping that changing my exports to dbf
from csv would be as simple as changing the file extensions. Sure.
I've found some information in the Files section on Progress and dbf,
but I'm relatively sure that I'm not ready for that. Second "stretch"
of the day. Is there a way to setup a .P file that will run an export
that was created using the export utility? These dbf files are to be
linked to MS Access. I don't want to use ODBC, and I don't want the
end user to have access to the export utility. Any words of wisdom?

Thanks,

Les Tingley
MIS
Decorated Products


Yahoo! Groups Sponsor
ADVERTISEMENT




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Now that's an interesting visual image


-----Original Message-----
From: Thad Jacobs [mailto:tjacobs@...]
Sent: Wednesday, January 16, 2002 3:05 PM
To: 'vantage@yahoogroups.com'
Subject: RE: [Vantage] Progress/dbf


>Let me know if you want to see how to do it.

I'm all ears!




[Non-text portions of this message have been removed]
OK. then....I'm all eyes. I couldn't very well *see* how to do it if I was
all ears, could I?

-----Original Message-----
From: Robert Bruton [mailto:bob@...]
Sent: Wednesday, January 16, 2002 1:07 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Progress/dbf


Now that's an interesting visual image


-----Original Message-----
From: Thad Jacobs [mailto:tjacobs@...]
Sent: Wednesday, January 16, 2002 3:05 PM
To: 'vantage@yahoogroups.com'
Subject: RE: [Vantage] Progress/dbf


>Let me know if you want to see how to do it.

I'm all ears!




[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Thanks Troy! This approach is going to save me ALOT of time.

Thaddeus

-----Original Message-----
From: Troy Funte [mailto:tfunte@...]
Sent: Wednesday, January 16, 2002 12:48 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Progress/dbf


I'm not sure what you are hoping to do, but I link .csv files in Access all
the time, and then run Crystal Reports off the .csv. We also have an
extensive Excel-based program that runs off our .csv files automatically.
Let me know if you want to see how to do it. We just update the .csv files
nighty using the progress export like you are and Crystal is ready to be run
off the Access database that is Linked to the .csv files.
These reports run much faster than through ODBC/Progress, which is why we're
doing it. Speed. (Translated seconds compared to hours).

Troy Funte
Liberty Electronics

----- Original Message -----
From: lptingley
To: vantage@yahoogroups.com
Sent: Wednesday, January 16, 2002 12:29 PM
Subject: [Vantage] Progress/dbf


This 4GL coding newbie was hoping that changing my exports to dbf
from csv would be as simple as changing the file extensions. Sure.
I've found some information in the Files section on Progress and dbf,
but I'm relatively sure that I'm not ready for that. Second "stretch"
of the day. Is there a way to setup a .P file that will run an export
that was created using the export utility? These dbf files are to be
linked to MS Access. I don't want to use ODBC, and I don't want the
end user to have access to the export utility. Any words of wisdom?

Thanks,

Les Tingley
MIS
Decorated Products


Yahoo! Groups Sponsor
ADVERTISEMENT




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
I'm working on a write-up on it. I'll get it out in a few...

Troy Funte
Liberty Electronics
----- Original Message -----
From: Thad Jacobs
To: 'vantage@yahoogroups.com'
Sent: Wednesday, January 16, 2002 4:50 PM
Subject: RE: [Vantage] Progress/dbf


Thanks Troy! This approach is going to save me ALOT of time.

Thaddeus

-----Original Message-----
From: Troy Funte [mailto:tfunte@...]
Sent: Wednesday, January 16, 2002 12:48 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Progress/dbf


I'm not sure what you are hoping to do, but I link .csv files in Access all
the time, and then run Crystal Reports off the .csv. We also have an
extensive Excel-based program that runs off our .csv files automatically.
Let me know if you want to see how to do it. We just update the .csv files
nighty using the progress export like you are and Crystal is ready to be run
off the Access database that is Linked to the .csv files.
These reports run much faster than through ODBC/Progress, which is why we're
doing it. Speed. (Translated seconds compared to hours).

Troy Funte
Liberty Electronics

----- Original Message -----
From: lptingley
To: vantage@yahoogroups.com
Sent: Wednesday, January 16, 2002 12:29 PM
Subject: [Vantage] Progress/dbf


This 4GL coding newbie was hoping that changing my exports to dbf
from csv would be as simple as changing the file extensions. Sure.
I've found some information in the Files section on Progress and dbf,
but I'm relatively sure that I'm not ready for that. Second "stretch"
of the day. Is there a way to setup a .P file that will run an export
that was created using the export utility? These dbf files are to be
linked to MS Access. I don't want to use ODBC, and I don't want the
end user to have access to the export utility. Any words of wisdom?

Thanks,

Les Tingley
MIS
Decorated Products


Yahoo! Groups Sponsor
ADVERTISEMENT




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/


Yahoo! Groups Sponsor
ADVERTISEMENT




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]
See new Thread called "Linking Access to a .CSV file (exported from Vantage) (WAS: Progress/dbf)" for details on this.

Troy Funte
Liberty Electronics

----- Original Message -----
From: Thad Jacobs
To: 'vantage@yahoogroups.com'
Sent: Wednesday, January 16, 2002 4:50 PM
Subject: RE: [Vantage] Progress/dbf


Thanks Troy! This approach is going to save me ALOT of time.

Thaddeus

-----Original Message-----
From: Troy Funte [mailto:tfunte@...]
Sent: Wednesday, January 16, 2002 12:48 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Progress/dbf


I'm not sure what you are hoping to do, but I link .csv files in Access all
the time, and then run Crystal Reports off the .csv. We also have an
extensive Excel-based program that runs off our .csv files automatically.
Let me know if you want to see how to do it. We just update the .csv files
nighty using the progress export like you are and Crystal is ready to be run
off the Access database that is Linked to the .csv files.
These reports run much faster than through ODBC/Progress, which is why we're
doing it. Speed. (Translated seconds compared to hours).

Troy Funte
Liberty Electronics

----- Original Message -----
From: lptingley
To: vantage@yahoogroups.com
Sent: Wednesday, January 16, 2002 12:29 PM
Subject: [Vantage] Progress/dbf


This 4GL coding newbie was hoping that changing my exports to dbf
from csv would be as simple as changing the file extensions. Sure.
I've found some information in the Files section on Progress and dbf,
but I'm relatively sure that I'm not ready for that. Second "stretch"
of the day. Is there a way to setup a .P file that will run an export
that was created using the export utility? These dbf files are to be
linked to MS Access. I don't want to use ODBC, and I don't want the
end user to have access to the export utility. Any words of wisdom?

Thanks,

Les Tingley
MIS
Decorated Products


Yahoo! Groups Sponsor
ADVERTISEMENT




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/


Yahoo! Groups Sponsor
ADVERTISEMENT




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]
Thanks Troy. I have done that as well, using some of the knowledge that you
had passed on to me previously. It was more a desire to learn to create an
export that could be saved directly to the Access DB. That as you know,
turned out to be a stretch for a Progress Coding Newbie. For the project
that I'm working on now, the export to csv, will work just fine.

For my next project, I'm going to need to automatically print "Certificates
of Compliance" based on Customer/parts that require them. I want this to be
maintainable by our customer service people. So I don't want to have to code
this all into Crystal. It would be better if a subreport fired off of a
field that lived in the Customer file. I couldn't make this work in 3.0, but
I'm hoping to find a way in 5.1. I haven't taken the time to look yet, but
if anybody has done this, or has some other way that they generated "Certs"
I'd love to hear it.

Thanks,

Les Tingley
MIS
Decorated Products

> -----Original Message-----
> From: Troy Funte [SMTP:tfunte@...]
> Sent: Wednesday, January 16, 2002 3:48 PM
> To: vantage@yahoogroups.com
> Subject: Re: [Vantage] Progress/dbf
>
> I'm not sure what you are hoping to do, but I link .csv files in Access
> all the time, and then run Crystal Reports off the .csv. We also have an
> extensive Excel-based program that runs off our .csv files automatically.
> Let me know if you want to see how to do it. We just update the .csv
> files nighty using the progress export like you are and Crystal is ready
> to be run off the Access database that is Linked to the .csv files.
> These reports run much faster than through ODBC/Progress, which is why
> we're doing it. Speed. (Translated seconds compared to hours).
>
> Troy Funte
> Liberty Electronics
>
> ----- Original Message -----
> From: lptingley
> To: vantage@yahoogroups.com
> Sent: Wednesday, January 16, 2002 12:29 PM
> Subject: [Vantage] Progress/dbf
>
>
> This 4GL coding newbie was hoping that changing my exports to dbf
> from csv would be as simple as changing the file extensions. Sure.
> I've found some information in the Files section on Progress and dbf,
> but I'm relatively sure that I'm not ready for that. Second "stretch"
> of the day. Is there a way to setup a .P file that will run an export
> that was created using the export utility? These dbf files are to be
> linked to MS Access. I don't want to use ODBC, and I don't want the
> end user to have access to the export utility. Any words of wisdom?
>
> Thanks,
>
> Les Tingley
> MIS
> Decorated Products
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder
> and Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
Les,

We handle part certs with another Progress Db and an interface
written with ProVision AppBuilder which stores the data and prints a
certificate in RB.

They used to be typed on preprinted forms. I scanned one, placed it
on an RB report along with customer info, part info and chemical
analyses. It's only been deployed a couple of months, but is working
well.

Just another reason to persuade the powers-that-be to buy ProVision.

Lonnie

--- In vantage@y..., Les Tingley <ltingley@d...> wrote:
> Thanks Troy. I have done that as well, using some of the knowledge
that you
> had passed on to me previously. It was more a desire to learn to
create an
> export that could be saved directly to the Access DB. That as you
know,
> turned out to be a stretch for a Progress Coding Newbie. For the
project
> that I'm working on now, the export to csv, will work just fine.
>
> For my next project, I'm going to need to automatically
print "Certificates
> of Compliance" based on Customer/parts that require them. I want
this to be
> maintainable by our customer service people. So I don't want to
have to code
> this all into Crystal. It would be better if a subreport fired off
of a
> field that lived in the Customer file. I couldn't make this work in
3.0, but
> I'm hoping to find a way in 5.1. I haven't taken the time to look
yet, but
> if anybody has done this, or has some other way that they
generated "Certs"
> I'd love to hear it.
>
> Thanks,
>
> Les Tingley
> MIS
> Decorated Products
>
> > -----Original Message-----
> > From: Troy Funte [SMTP:tfunte@e...]
> > Sent: Wednesday, January 16, 2002 3:48 PM
> > To: vantage@y...
> > Subject: Re: [Vantage] Progress/dbf
> >
> > I'm not sure what you are hoping to do, but I link .csv files in
Access
> > all the time, and then run Crystal Reports off the .csv. We also
have an
> > extensive Excel-based program that runs off our .csv files
automatically.
> > Let me know if you want to see how to do it. We just update
the .csv
> > files nighty using the progress export like you are and Crystal
is ready
> > to be run off the Access database that is Linked to the .csv
files.
> > These reports run much faster than through ODBC/Progress, which
is why
> > we're doing it. Speed. (Translated seconds compared to hours).
> >
> > Troy Funte
> > Liberty Electronics
> >
> > ----- Original Message -----
> > From: lptingley
> > To: vantage@y...
> > Sent: Wednesday, January 16, 2002 12:29 PM
> > Subject: [Vantage] Progress/dbf
> >
> >
> > This 4GL coding newbie was hoping that changing my exports to
dbf
> > from csv would be as simple as changing the file extensions.
Sure.
> > I've found some information in the Files section on Progress
and dbf,
> > but I'm relatively sure that I'm not ready for that.
Second "stretch"
> > of the day. Is there a way to setup a .P file that will run an
export
> > that was created using the export utility? These dbf files are
to be
> > linked to MS Access. I don't want to use ODBC, and I don't want
the
> > end user to have access to the export utility. Any words of
wisdom?
> >
> > Thanks,
> >
> > Les Tingley
> > MIS
> > Decorated Products
> >
> >
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> >
> >
> >
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note:
You must
> > have already linked your email address to a yahoo id to enable
access. )
> > (1) To access the Files Section of our Yahoo!Group for Report
Builder
> > and Crystal Reports and other 'goodies', please goto:
> > http://groups.yahoo.com/group/vantage/files/.
> > (2) To search through old msg's goto:
> > http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto:
> > http://groups.yahoo.com/group/vantage/links
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
must
> > have already linked your email address to a yahoo id to enable
access. )
> > (1) To access the Files Section of our Yahoo!Group for Report
Builder and
> > Crystal Reports and other 'goodies', please goto:
> > http://groups.yahoo.com/group/vantage/files/.
> > (2) To search through old msg's goto:
> > http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto:
> > http://groups.yahoo.com/group/vantage/links
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
Why don't you use a VB Form field to designate which cert is required and
use that field to show which report should be printed.

Cameron A. Janish
Misha1 cameron@...
Toll Free: 866-464-7421
Office: 708-445-7509
Cell: 630-712-9520
Office Fax: 630-893-1307
Direct Fax: 443-638-0489
-----Original Message-----
From: Les Tingley [mailto:ltingley@...]
Sent: Thursday, January 17, 2002 06:38 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Progress/dbf


Thanks Troy. I have done that as well, using some of the knowledge that
you
had passed on to me previously. It was more a desire to learn to create an
export that could be saved directly to the Access DB. That as you know,
turned out to be a stretch for a Progress Coding Newbie. For the project
that I'm working on now, the export to csv, will work just fine.

For my next project, I'm going to need to automatically print
"Certificates
of Compliance" based on Customer/parts that require them. I want this to
be
maintainable by our customer service people. So I don't want to have to
code
this all into Crystal. It would be better if a subreport fired off of a
field that lived in the Customer file. I couldn't make this work in 3.0,
but
I'm hoping to find a way in 5.1. I haven't taken the time to look yet, but
if anybody has done this, or has some other way that they generated
"Certs"
I'd love to hear it.

Thanks,

Les Tingley
MIS
Decorated Products

> -----Original Message-----
> From: Troy Funte [SMTP:tfunte@...]
> Sent: Wednesday, January 16, 2002 3:48 PM
> To: vantage@yahoogroups.com
> Subject: Re: [Vantage] Progress/dbf
>
> I'm not sure what you are hoping to do, but I link .csv files in Access
> all the time, and then run Crystal Reports off the .csv. We also have
an
> extensive Excel-based program that runs off our .csv files
automatically.
> Let me know if you want to see how to do it. We just update the .csv
> files nighty using the progress export like you are and Crystal is ready
> to be run off the Access database that is Linked to the .csv files.
> These reports run much faster than through ODBC/Progress, which is why
> we're doing it. Speed. (Translated seconds compared to hours).
>
> Troy Funte
> Liberty Electronics
>
> ----- Original Message -----
> From: lptingley
> To: vantage@yahoogroups.com
> Sent: Wednesday, January 16, 2002 12:29 PM
> Subject: [Vantage] Progress/dbf
>
>
> This 4GL coding newbie was hoping that changing my exports to dbf
> from csv would be as simple as changing the file extensions. Sure.
> I've found some information in the Files section on Progress and dbf,
> but I'm relatively sure that I'm not ready for that. Second "stretch"
> of the day. Is there a way to setup a .P file that will run an export
> that was created using the export utility? These dbf files are to be
> linked to MS Access. I don't want to use ODBC, and I don't want the
> end user to have access to the export utility. Any words of wisdom?
>
> Thanks,
>
> Les Tingley
> MIS
> Decorated Products
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder
> and Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder
and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
>

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]
Les,

I wrote a custom application with the AppBuilder that we have been using for
3 years with good results. As a foundry, our certs are fairly complex since
we are reporting the chemical analysis and mechanical properties for each
heat (lot) shipping on a given order. In the background it compares the
chemical analysis to upper/lower control limits for various ASTM specs. The
application also allows the user to add canned statements to the cert and
approved signature blocks.

Report Builder wouldn't work for the output we needed so I ended up
exporting table values from Progress and then launching a Visual Basic
program that created a temporary database, sucked up the values from the
export and then called Crystal to display the report. The whole thing took
me about six months of part-time programming to get it right but it was
worth the effort.

Best of luck to you and your project! It was a great learning experience
for me.

======================
Steve Sanders
Delta Centrifugal Corp
-----Original Message-----
From: Les Tingley [mailto:ltingley@...]
Sent: Thursday, January 17, 2002 6:38 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Progress/dbf


Thanks Troy. I have done that as well, using some of the knowledge that
you
had passed on to me previously. It was more a desire to learn to create an
export that could be saved directly to the Access DB. That as you know,
turned out to be a stretch for a Progress Coding Newbie. For the project
that I'm working on now, the export to csv, will work just fine.

For my next project, I'm going to need to automatically print
"Certificates
of Compliance" based on Customer/parts that require them. I want this to
be
maintainable by our customer service people. So I don't want to have to
code
this all into Crystal. It would be better if a subreport fired off of a
field that lived in the Customer file. I couldn't make this work in 3.0,
but
I'm hoping to find a way in 5.1. I haven't taken the time to look yet, but
if anybody has done this, or has some other way that they generated
"Certs"
I'd love to hear it.

Thanks,

Les Tingley
MIS
Decorated Products

> -----Original Message-----
> From: Troy Funte [SMTP:tfunte@...]
> Sent: Wednesday, January 16, 2002 3:48 PM
> To: vantage@yahoogroups.com
> Subject: Re: [Vantage] Progress/dbf
>
> I'm not sure what you are hoping to do, but I link .csv files in Access
> all the time, and then run Crystal Reports off the .csv. We also have
an
> extensive Excel-based program that runs off our .csv files
automatically.
> Let me know if you want to see how to do it. We just update the .csv
> files nighty using the progress export like you are and Crystal is ready
> to be run off the Access database that is Linked to the .csv files.
> These reports run much faster than through ODBC/Progress, which is why
> we're doing it. Speed. (Translated seconds compared to hours).
>
> Troy Funte
> Liberty Electronics
>
> ----- Original Message -----
> From: lptingley
> To: vantage@yahoogroups.com
> Sent: Wednesday, January 16, 2002 12:29 PM
> Subject: [Vantage] Progress/dbf
>
>
> This 4GL coding newbie was hoping that changing my exports to dbf
> from csv would be as simple as changing the file extensions. Sure.
> I've found some information in the Files section on Progress and dbf,
> but I'm relatively sure that I'm not ready for that. Second "stretch"
> of the day. Is there a way to setup a .P file that will run an export
> that was created using the export utility? These dbf files are to be
> linked to MS Access. I don't want to use ODBC, and I don't want the
> end user to have access to the export utility. Any words of wisdom?
>
> Thanks,
>
> Les Tingley
> MIS
> Decorated Products
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder
> and Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder
and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
>

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]